@applitools/nml-client 1.8.0 → 1.8.3

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 +48 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.3](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.8.2...js/nml-client@1.8.3) (2024-04-22)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.7.2
9
+ #### Bug Fixes
10
+
11
+ * trigger release ([88ba29f](https://github.com/Applitools-Dev/sdk/commit/88ba29f358620a5c0f0861eb31e8929d0b611284))
12
+ * @applitools/logger bumped to 2.0.16
13
+
14
+ * @applitools/req bumped to 1.6.7
15
+
16
+ * @applitools/spec-driver-webdriver bumped to 1.1.6
17
+
18
+ * @applitools/driver bumped to 1.17.1
19
+
20
+
21
+ ## [1.8.2](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.8.1...js/nml-client@1.8.2) (2024-04-22)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * @applitools/driver bumped to 1.17.0
27
+ #### Features
28
+
29
+ * report batchId and batchUrl to kobiton ([#2329](https://github.com/Applitools-Dev/sdk/issues/2329)) ([5be4356](https://github.com/Applitools-Dev/sdk/commit/5be4356d7f3cd96b70491325d4a788202c06720a))
30
+ * @applitools/spec-driver-webdriver bumped to 1.1.5
31
+
32
+
33
+ ## [1.8.1](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.8.0...js/nml-client@1.8.1) (2024-04-15)
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * @applitools/utils bumped to 1.7.1
39
+ #### Bug Fixes
40
+
41
+ * region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
42
+ * @applitools/logger bumped to 2.0.15
43
+
44
+ * @applitools/req bumped to 1.6.6
45
+
46
+ * @applitools/spec-driver-webdriver bumped to 1.1.4
47
+
48
+ * @applitools/driver bumped to 1.16.6
49
+
50
+
3
51
  ## [1.8.0](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.7.5...js/nml-client@1.8.0) (2024-04-10)
4
52
 
5
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.8.0",
3
+ "version": "1.8.3",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -36,12 +36,12 @@
36
36
  "test": "run --top-level mocha './test/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15}"
37
37
  },
38
38
  "dependencies": {
39
- "@applitools/logger": "2.0.14",
40
- "@applitools/req": "1.6.5",
41
- "@applitools/utils": "1.7.0"
39
+ "@applitools/logger": "2.0.16",
40
+ "@applitools/req": "1.6.7",
41
+ "@applitools/utils": "1.7.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/spec-driver-webdriver": "^1.1.3",
44
+ "@applitools/spec-driver-webdriver": "^1.1.6",
45
45
  "@applitools/test-server": "^1.2.2",
46
46
  "@applitools/test-utils": "^1.5.17",
47
47
  "@types/node": "^12.20.55",