@applitools/nml-client 1.7.1 → 1.7.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 +47 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.5](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.7.4...js/nml-client@1.7.5) (2024-03-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.16.5
9
+ #### Bug Fixes
10
+
11
+ * trigger js release again ([1695f3d](https://github.com/Applitools-Dev/sdk/commit/1695f3d9967c7ab7b5d8c8637e86faa935a9047f))
12
+ * @applitools/spec-driver-webdriver bumped to 1.1.3
13
+
14
+
15
+ ## [1.7.4](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.7.3...js/nml-client@1.7.4) (2024-03-18)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/driver bumped to 1.16.4
21
+ #### Bug Fixes
22
+
23
+ * trigger js release ([dbc9bf8](https://github.com/Applitools-Dev/sdk/commit/dbc9bf8da3ab5d93e570881ba2c61efa47a1b342))
24
+ * @applitools/spec-driver-webdriver bumped to 1.1.2
25
+
26
+
27
+ ## [1.7.3](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.7.2...js/nml-client@1.7.3) (2024-03-17)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * @applitools/driver bumped to 1.16.3
33
+ #### Bug Fixes
34
+
35
+ * skip execution of getCurrentWorld and getWorlds when env var is set ([#2234](https://github.com/Applitools-Dev/sdk/issues/2234)) ([3a88602](https://github.com/Applitools-Dev/sdk/commit/3a886028b0437b73dae0474408d9bb74ba940dec))
36
+ * trigger build ([acb9c88](https://github.com/Applitools-Dev/sdk/commit/acb9c88161cf55e8b1e409425b5571d69a2e1d5c))
37
+ * @applitools/spec-driver-webdriver bumped to 1.1.1
38
+
39
+
40
+ ## [1.7.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.7.1...js/nml-client@1.7.2) (2024-02-29)
41
+
42
+
43
+ ### Dependencies
44
+
45
+ * @applitools/req bumped to 1.6.5
46
+ #### Bug Fixes
47
+
48
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
49
+
3
50
  ## [1.7.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.7.0...js/nml-client@1.7.1) (2024-02-18)
4
51
 
5
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.7.1",
3
+ "version": "1.7.5",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -37,11 +37,11 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@applitools/logger": "2.0.14",
40
- "@applitools/req": "1.6.4",
40
+ "@applitools/req": "1.6.5",
41
41
  "@applitools/utils": "1.7.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/spec-driver-webdriver": "^1.1.0",
44
+ "@applitools/spec-driver-webdriver": "^1.1.3",
45
45
  "@applitools/test-server": "^1.2.2",
46
46
  "@applitools/test-utils": "^1.5.17",
47
47
  "@types/node": "^12.20.55",