@applitools/eyes-images 4.23.11 → 4.23.12

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 +61 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,66 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.23.12](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.11...js/eyes-images@4.23.12) (2023-07-13)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/eyes bumped from 1.6.0 to 1.6.1
9
+ #### Bug Fixes
10
+
11
+ * replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
12
+
13
+
14
+
15
+ * @applitools/core bumped from 3.6.0 to 3.6.1
16
+ #### Bug Fixes
17
+
18
+ * replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
19
+
20
+
21
+
22
+ * @applitools/driver bumped from 1.13.0 to 1.13.1
23
+ #### Bug Fixes
24
+
25
+ * replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
26
+ * @applitools/ec-client bumped from 1.6.2 to 1.7.0
27
+ #### Features
28
+
29
+ * added internal function to prepare environment before running tunnels ([3d19ec3](https://github.com/applitools/eyes.sdk.javascript1/commit/3d19ec3b274702ffdf26b766b7351ec1f4b66a6d))
30
+
31
+
32
+
33
+ * @applitools/tunnel-client bumped from 1.0.2 to 1.1.0
34
+ #### Features
35
+
36
+ * added internal function to prepare environment before running tunnels ([3d19ec3](https://github.com/applitools/eyes.sdk.javascript1/commit/3d19ec3b274702ffdf26b766b7351ec1f4b66a6d))
37
+
38
+
39
+ #### Bug Fixes
40
+
41
+ * prevent tunnel binaries from overriding itself ([5609a36](https://github.com/applitools/eyes.sdk.javascript1/commit/5609a36c93622c9b8eeb4b4ab25f95907df8baa4))
42
+
43
+
44
+
45
+ * @applitools/nml-client bumped from 1.5.1 to 1.5.2
46
+ #### Bug Fixes
47
+
48
+ * replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
49
+
50
+
51
+
52
+ * @applitools/ufg-client bumped from 1.4.0 to 1.4.1
53
+ #### Bug Fixes
54
+
55
+ * fixed an issue when an inability to freeze a gif image caused sdk crush ([dca9ead](https://github.com/applitools/eyes.sdk.javascript1/commit/dca9eadd2bab39d1fc20b99d997879075691f0ee))
56
+ * fixed issue when sdk crushed due to invalid resource url in ufg mode ([8b44958](https://github.com/applitools/eyes.sdk.javascript1/commit/8b449580a930753dd2735befdcdb4c46e184b2a9))
57
+ * @applitools/spec-driver-webdriver bumped from 1.0.37 to 1.0.38
58
+
59
+ * @applitools/execution-grid-tunnel bumped to 2.1.8
60
+
61
+ * @applitools/screenshoter bumped from 3.8.3 to 3.8.4
62
+
63
+
3
64
  ## [4.23.11](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.10...js/eyes-images@4.23.11) (2023-07-10)
4
65
 
5
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-images",
3
- "version": "4.23.11",
3
+ "version": "4.23.12",
4
4
  "description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
5
5
  "keywords": [
6
6
  "eyes-images",
@@ -48,12 +48,12 @@
48
48
  "test:coverage": "yarn generate:tests && APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-images' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generic/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15}"
49
49
  },
50
50
  "dependencies": {
51
- "@applitools/eyes": "1.6.0"
51
+ "@applitools/eyes": "1.6.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@applitools/api-extractor": "^1.2.21",
55
- "@applitools/bongo": "^4.0.0",
56
- "@applitools/sdk-coverage-tests": "^3.0.2",
55
+ "@applitools/bongo": "^5.0.4",
56
+ "@applitools/sdk-coverage-tests": "^3.1.0",
57
57
  "@applitools/test-utils": "^1.5.17",
58
58
  "@types/node": "^12.20.55"
59
59
  },