@applitools/nml-client 1.11.26 → 1.11.28

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 +106 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,111 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.28](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.27...js/nml-client@1.11.28) (2026-05-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.14.5
14
+ #### Bug Fixes
15
+
16
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
17
+ * @applitools/logger bumped to 2.2.12
18
+ #### Bug Fixes
19
+
20
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
21
+
22
+
23
+
24
+ * @applitools/dom-shared bumped to 1.2.1
25
+ #### Bug Fixes
26
+
27
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
28
+ * @applitools/req bumped to 1.10.2
29
+ #### Bug Fixes
30
+
31
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
32
+
33
+
34
+
35
+ * @applitools/image bumped to 1.2.11
36
+ #### Bug Fixes
37
+
38
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
39
+
40
+
41
+
42
+ * @applitools/snippets bumped to 2.9.2
43
+ #### Bug Fixes
44
+
45
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
46
+
47
+
48
+
49
+ * @applitools/driver bumped to 1.26.2
50
+ #### Bug Fixes
51
+
52
+ * redact cookie values from logs to prevent sensitive data exposure | AD-12834 ([#3835](https://github.com/Applitools-Dev/sdk/issues/3835)) ([d883647](https://github.com/Applitools-Dev/sdk/commit/d883647d8e007467bd2770ddb79f89be057067b9))
53
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
54
+
55
+
56
+
57
+ * @applitools/spec-driver-webdriver bumped to 1.6.2
58
+ #### Bug Fixes
59
+
60
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
61
+
62
+
63
+
64
+ * @applitools/core-base bumped to 1.34.1
65
+ #### Bug Fixes
66
+
67
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
68
+
69
+
70
+
71
+ * @applitools/test-server bumped to 1.4.4
72
+
73
+
74
+ ## [1.11.27](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.26...js/nml-client@1.11.27) (2026-05-19)
75
+
76
+
77
+ ### Dependencies
78
+
79
+ * @applitools/req bumped to 1.10.1
80
+ #### Bug Fixes
81
+
82
+ * http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
83
+ * @applitools/snippets bumped to 2.9.1
84
+ #### Bug Fixes
85
+
86
+ * declare @babel/preset-typescript dep for sandbox build ([#3815](https://github.com/Applitools-Dev/sdk/issues/3815)) ([10c44c6](https://github.com/Applitools-Dev/sdk/commit/10c44c66635f1ed4e0361f22ecebf2221c2cc912))
87
+ * @applitools/driver bumped to 1.26.1
88
+ #### Bug Fixes
89
+
90
+ * address CI regressions from executeBrowserCommands and Chromium 140+ service worker ([#3848](https://github.com/Applitools-Dev/sdk/issues/3848)) ([099ada5](https://github.com/Applitools-Dev/sdk/commit/099ada5e52d4153157b98c2203df428579527e49))
91
+
92
+
93
+
94
+ * @applitools/spec-driver-webdriver bumped to 1.6.1
95
+
96
+ * @applitools/core-base bumped to 1.34.0
97
+ #### Features
98
+
99
+ * soft-deprecate CheckSettings.timeout() with telemetry [[#3705](https://github.com/Applitools-Dev/sdk/issues/3705)] ([#3805](https://github.com/Applitools-Dev/sdk/issues/3805)) ([a5d6390](https://github.com/Applitools-Dev/sdk/commit/a5d6390f17fc0380736b88cbe05dd147e66a86cf))
100
+
101
+
102
+ #### Bug Fixes
103
+
104
+ * http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
105
+
106
+
107
+
108
+
3
109
  ## [1.11.26](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.25...js/nml-client@1.11.26) (2026-05-05)
4
110
 
5
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.11.26",
3
+ "version": "1.11.28",
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.11",
40
- "@applitools/req": "1.10.0",
41
- "@applitools/utils": "1.14.4"
39
+ "@applitools/logger": "2.2.12",
40
+ "@applitools/req": "1.10.2",
41
+ "@applitools/utils": "1.14.5"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/core-base": "1.33.0",
45
- "@applitools/spec-driver-webdriver": "^1.6.0",
46
- "@applitools/test-server": "^1.4.3",
44
+ "@applitools/core-base": "1.34.1",
45
+ "@applitools/spec-driver-webdriver": "^1.6.2",
46
+ "@applitools/test-server": "^1.4.4",
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.33.0"
53
+ "@applitools/core-base": "1.34.1"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"