@applitools/nml-client 1.6.0 → 1.6.2

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 +31 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.6.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.6.1...js/nml-client@1.6.2) (2023-12-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/spec-driver-webdriver bumped to 1.0.54
9
+ #### Bug Fixes
10
+
11
+ * fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
12
+
13
+
14
+
15
+ * @applitools/driver bumped to 1.16.1
16
+ #### Bug Fixes
17
+
18
+ * fixed bug with screenshot not being properly scaled on ios devices with appium 2 ([#2092](https://github.com/applitools/eyes.sdk.javascript1/issues/2092)) ([26678bf](https://github.com/applitools/eyes.sdk.javascript1/commit/26678bfe254def506ea82e6a645519d6567fb3fd))
19
+ * fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
20
+ * fixed infinite loop that may appear during attribute extraction ([#2102](https://github.com/applitools/eyes.sdk.javascript1/issues/2102)) ([6bef680](https://github.com/applitools/eyes.sdk.javascript1/commit/6bef680fbd2d5c26a46cf2a4f00bd083d1d02109))
21
+
22
+ ## [1.6.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.6.0...js/nml-client@1.6.1) (2023-12-18)
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * @applitools/driver bumped to 1.16.0
28
+ #### Features
29
+
30
+ * add set of env variables to skip/ignore some optional automations ([#2097](https://github.com/applitools/eyes.sdk.javascript1/issues/2097)) ([bd3b08c](https://github.com/applitools/eyes.sdk.javascript1/commit/bd3b08c3d2997eb98d545b308a1f15501192178e))
31
+ * @applitools/spec-driver-webdriver bumped to 1.0.53
32
+
33
+
3
34
  ## [1.6.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.5.17...js/nml-client@1.6.0) (2023-12-12)
4
35
 
5
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -41,7 +41,7 @@
41
41
  "@applitools/utils": "1.7.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/spec-driver-webdriver": "^1.0.52",
44
+ "@applitools/spec-driver-webdriver": "^1.0.54",
45
45
  "@applitools/test-server": "^1.2.2",
46
46
  "@applitools/test-utils": "^1.5.17",
47
47
  "@types/node": "^12.20.55",