@applitools/nml-client 1.8.1 → 1.8.4

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 +42 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.4](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.8.3...js/nml-client@1.8.4) (2024-05-01)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.17.2
9
+ #### Bug Fixes
10
+
11
+ * cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
12
+ * @applitools/spec-driver-webdriver bumped to 1.1.7
13
+
14
+
15
+ ## [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)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/utils bumped to 1.7.2
21
+ #### Bug Fixes
22
+
23
+ * trigger release ([88ba29f](https://github.com/Applitools-Dev/sdk/commit/88ba29f358620a5c0f0861eb31e8929d0b611284))
24
+ * @applitools/logger bumped to 2.0.16
25
+
26
+ * @applitools/req bumped to 1.6.7
27
+
28
+ * @applitools/spec-driver-webdriver bumped to 1.1.6
29
+
30
+ * @applitools/driver bumped to 1.17.1
31
+
32
+
33
+ ## [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)
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * @applitools/driver bumped to 1.17.0
39
+ #### Features
40
+
41
+ * report batchId and batchUrl to kobiton ([#2329](https://github.com/Applitools-Dev/sdk/issues/2329)) ([5be4356](https://github.com/Applitools-Dev/sdk/commit/5be4356d7f3cd96b70491325d4a788202c06720a))
42
+ * @applitools/spec-driver-webdriver bumped to 1.1.5
43
+
44
+
3
45
  ## [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)
4
46
 
5
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.8.1",
3
+ "version": "1.8.4",
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.15",
40
- "@applitools/req": "1.6.6",
41
- "@applitools/utils": "1.7.1"
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.4",
44
+ "@applitools/spec-driver-webdriver": "^1.1.7",
45
45
  "@applitools/test-server": "^1.2.2",
46
46
  "@applitools/test-utils": "^1.5.17",
47
47
  "@types/node": "^12.20.55",