@applitools/nml-client 1.10.0 → 1.11.1

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 +91 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,96 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.11.0
9
+ #### Features
10
+
11
+ * improve configuration handling ([#3130](https://github.com/Applitools-Dev/sdk/issues/3130)) ([def7be1](https://github.com/Applitools-Dev/sdk/commit/def7be1dd07460f49142cddfe55203baa884e6c3))
12
+ * make utils.general.guid crypto secured ([#3137](https://github.com/Applitools-Dev/sdk/issues/3137)) ([775df08](https://github.com/Applitools-Dev/sdk/commit/775df08307e41402a6603812205bc857bd3f936e))
13
+ * @applitools/test-server bumped to 1.3.0
14
+ #### Features
15
+
16
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
17
+
18
+
19
+
20
+ * @applitools/logger bumped to 2.2.1
21
+
22
+ * @applitools/req bumped to 1.8.1
23
+
24
+ * @applitools/image bumped to 1.2.1
25
+
26
+ * @applitools/driver bumped to 1.23.1
27
+
28
+ * @applitools/spec-driver-webdriver bumped to 1.4.1
29
+
30
+ * @applitools/core-base bumped to 1.27.1
31
+
32
+
33
+ ## [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)
34
+
35
+
36
+ ### Features
37
+
38
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
39
+
40
+
41
+ ### Dependencies
42
+
43
+ * @applitools/utils bumped to 1.10.0
44
+ #### Features
45
+
46
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
47
+ * @applitools/logger bumped to 2.2.0
48
+ #### Features
49
+
50
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
51
+
52
+
53
+
54
+ * @applitools/req bumped to 1.8.0
55
+ #### Features
56
+
57
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
58
+
59
+
60
+
61
+ * @applitools/image bumped to 1.2.0
62
+ #### Features
63
+
64
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
65
+
66
+
67
+
68
+ * @applitools/snippets bumped to 2.7.0
69
+ #### Features
70
+
71
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
72
+ * @applitools/driver bumped to 1.23.0
73
+ #### Features
74
+
75
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
76
+
77
+
78
+
79
+ * @applitools/spec-driver-webdriver bumped to 1.4.0
80
+ #### Features
81
+
82
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
83
+
84
+
85
+
86
+ * @applitools/core-base bumped to 1.27.0
87
+ #### Features
88
+
89
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
90
+
91
+
92
+
93
+
3
94
  ## [1.10.0](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.9.7...js/nml-client@1.10.0) (2025-07-23)
4
95
 
5
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.10.0",
3
+ "version": "1.11.1",
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.1.5",
40
- "@applitools/req": "1.7.15",
41
- "@applitools/utils": "1.9.0"
39
+ "@applitools/logger": "2.2.1",
40
+ "@applitools/req": "1.8.1",
41
+ "@applitools/utils": "1.11.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/core-base": "1.26.0",
45
- "@applitools/spec-driver-webdriver": "^1.3.1",
46
- "@applitools/test-server": "^1.2.3",
44
+ "@applitools/core-base": "1.27.1",
45
+ "@applitools/spec-driver-webdriver": "^1.4.1",
46
+ "@applitools/test-server": "^1.3.0",
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.26.0"
53
+ "@applitools/core-base": "1.27.1"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"