@applitools/nml-client 1.5.3 → 1.5.5

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 +51 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.5.4...js/nml-client@1.5.5) (2023-07-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/logger bumped to 2.0.7
14
+ #### Bug Fixes
15
+
16
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
17
+ * @applitools/req bumped to 1.5.2
18
+ #### Bug Fixes
19
+
20
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
21
+ * @applitools/spec-driver-webdriverio bumped to 1.5.9
22
+ #### Bug Fixes
23
+
24
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
25
+
26
+
27
+
28
+ * @applitools/driver bumped to 1.13.3
29
+ #### Bug Fixes
30
+
31
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
32
+
33
+
34
+
35
+
36
+ ## [1.5.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.5.3...js/nml-client@1.5.4) (2023-07-21)
37
+
38
+
39
+ ### Code Refactoring
40
+
41
+ * ufg client ([#1780](https://github.com/applitools/eyes.sdk.javascript1/issues/1780)) ([d60cf16](https://github.com/applitools/eyes.sdk.javascript1/commit/d60cf1616741a96b152a1548760bb98116e5c3f9))
42
+
43
+
44
+ ### Dependencies
45
+
46
+ * @applitools/spec-driver-webdriverio bumped to 1.5.8
47
+ #### Code Refactoring
48
+
49
+ * ufg client ([#1780](https://github.com/applitools/eyes.sdk.javascript1/issues/1780)) ([d60cf16](https://github.com/applitools/eyes.sdk.javascript1/commit/d60cf1616741a96b152a1548760bb98116e5c3f9))
50
+
51
+
52
+
53
+
3
54
  ## [1.5.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.5.2...js/nml-client@1.5.3) (2023-07-18)
4
55
 
5
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -36,17 +36,17 @@
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.5",
40
- "@applitools/req": "1.5.0",
39
+ "@applitools/logger": "2.0.7",
40
+ "@applitools/req": "1.5.2",
41
41
  "@applitools/utils": "1.5.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/spec-driver-webdriverio": "^1.5.7",
44
+ "@applitools/spec-driver-webdriverio": "^1.5.9",
45
45
  "@applitools/test-server": "^1.2.2",
46
46
  "@applitools/test-utils": "^1.5.17",
47
47
  "@types/node": "^12.20.55",
48
- "chromedriver": "^114.0.1",
49
- "nock": "^13.2.9",
48
+ "chromedriver": "^114.0.3",
49
+ "nock": "^13.3.2",
50
50
  "webdriverio": "^7.25.0"
51
51
  },
52
52
  "engines": {