@applitools/nml-client 1.11.1 → 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 +24 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
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
+
3
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)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.11.1",
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.1",
40
- "@applitools/req": "1.8.1",
41
- "@applitools/utils": "1.11.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.1",
45
- "@applitools/spec-driver-webdriver": "^1.4.1",
46
- "@applitools/test-server": "^1.3.0",
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.1"
53
+ "@applitools/core-base": "1.27.2"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"