@applitools/nml-client 1.11.0 → 1.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,59 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.2](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.1...js/nml-client@1.11.2) (2025-08-12)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.11.1
9
+ #### Bug Fixes
10
+
11
+ * downgrade uuid to 9.0.1 ([#3169](https://github.com/Applitools-Dev/sdk/issues/3169)) ([30be8e3](https://github.com/Applitools-Dev/sdk/commit/30be8e35802b2c8bc970f62fdbd2d128f5a77fb7))
12
+ * @applitools/logger bumped to 2.2.2
13
+
14
+ * @applitools/req bumped to 1.8.2
15
+
16
+ * @applitools/image bumped to 1.2.2
17
+
18
+ * @applitools/driver bumped to 1.23.2
19
+
20
+ * @applitools/spec-driver-webdriver bumped to 1.4.2
21
+
22
+ * @applitools/core-base bumped to 1.27.2
23
+
24
+ * @applitools/test-server bumped to 1.3.1
25
+
26
+
27
+ ## [1.11.1](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.0...js/nml-client@1.11.1) (2025-08-05)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * @applitools/utils bumped to 1.11.0
33
+ #### Features
34
+
35
+ * improve configuration handling ([#3130](https://github.com/Applitools-Dev/sdk/issues/3130)) ([def7be1](https://github.com/Applitools-Dev/sdk/commit/def7be1dd07460f49142cddfe55203baa884e6c3))
36
+ * make utils.general.guid crypto secured ([#3137](https://github.com/Applitools-Dev/sdk/issues/3137)) ([775df08](https://github.com/Applitools-Dev/sdk/commit/775df08307e41402a6603812205bc857bd3f936e))
37
+ * @applitools/test-server bumped to 1.3.0
38
+ #### Features
39
+
40
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
41
+
42
+
43
+
44
+ * @applitools/logger bumped to 2.2.1
45
+
46
+ * @applitools/req bumped to 1.8.1
47
+
48
+ * @applitools/image bumped to 1.2.1
49
+
50
+ * @applitools/driver bumped to 1.23.1
51
+
52
+ * @applitools/spec-driver-webdriver bumped to 1.4.1
53
+
54
+ * @applitools/core-base bumped to 1.27.1
55
+
56
+
3
57
  ## [1.11.0](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.10.0...js/nml-client@1.11.0) (2025-07-30)
4
58
 
5
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.11.0",
3
+ "version": "1.11.2",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -36,21 +36,21 @@
36
36
  "test": "run --top-level mocha './test/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15}"
37
37
  },
38
38
  "dependencies": {
39
- "@applitools/logger": "2.2.0",
40
- "@applitools/req": "1.8.0",
41
- "@applitools/utils": "1.10.0"
39
+ "@applitools/logger": "2.2.2",
40
+ "@applitools/req": "1.8.2",
41
+ "@applitools/utils": "1.11.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/core-base": "1.27.0",
45
- "@applitools/spec-driver-webdriver": "^1.4.0",
46
- "@applitools/test-server": "^1.2.3",
44
+ "@applitools/core-base": "1.27.2",
45
+ "@applitools/spec-driver-webdriver": "^1.4.2",
46
+ "@applitools/test-server": "^1.3.1",
47
47
  "@applitools/test-utils": "^1.5.17",
48
48
  "@types/node": "^12.20.55",
49
49
  "nock": "^13.3.2",
50
50
  "webdriver": "^7.31.1"
51
51
  },
52
52
  "peerDependencies": {
53
- "@applitools/core-base": "1.27.0"
53
+ "@applitools/core-base": "1.27.2"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"