@applitools/eyes-images 4.23.11 → 4.23.13

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 +90 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,95 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.23.13](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.12...js/eyes-images@4.23.13) (2023-07-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped from 1.4.0 to 1.5.0
9
+ #### Features
10
+
11
+ * support retries on stuck requests ([be673bb](https://github.com/applitools/eyes.sdk.javascript1/commit/be673bb505c9b21d6aea37d86e88513e95e3cb02))
12
+ * @applitools/ufg-client bumped from 1.4.1 to 1.5.0
13
+ #### Features
14
+
15
+ * support retries on stuck requests ([be673bb](https://github.com/applitools/eyes.sdk.javascript1/commit/be673bb505c9b21d6aea37d86e88513e95e3cb02))
16
+
17
+
18
+
19
+ * @applitools/eyes bumped from 1.6.1 to 1.6.2
20
+
21
+ * @applitools/core bumped from 3.6.1 to 3.6.2
22
+
23
+ * @applitools/core-base bumped from 1.4.0 to 1.4.1
24
+
25
+ * @applitools/ec-client bumped from 1.7.0 to 1.7.1
26
+
27
+ * @applitools/tunnel-client bumped from 1.1.0 to 1.1.1
28
+
29
+ * @applitools/nml-client bumped from 1.5.2 to 1.5.3
30
+
31
+
32
+ ## [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)
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * @applitools/eyes bumped from 1.6.0 to 1.6.1
38
+ #### Bug Fixes
39
+
40
+ * replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
41
+
42
+
43
+
44
+ * @applitools/core bumped from 3.6.0 to 3.6.1
45
+ #### Bug Fixes
46
+
47
+ * replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
48
+
49
+
50
+
51
+ * @applitools/driver bumped from 1.13.0 to 1.13.1
52
+ #### Bug Fixes
53
+
54
+ * replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
55
+ * @applitools/ec-client bumped from 1.6.2 to 1.7.0
56
+ #### Features
57
+
58
+ * added internal function to prepare environment before running tunnels ([3d19ec3](https://github.com/applitools/eyes.sdk.javascript1/commit/3d19ec3b274702ffdf26b766b7351ec1f4b66a6d))
59
+
60
+
61
+
62
+ * @applitools/tunnel-client bumped from 1.0.2 to 1.1.0
63
+ #### Features
64
+
65
+ * added internal function to prepare environment before running tunnels ([3d19ec3](https://github.com/applitools/eyes.sdk.javascript1/commit/3d19ec3b274702ffdf26b766b7351ec1f4b66a6d))
66
+
67
+
68
+ #### Bug Fixes
69
+
70
+ * prevent tunnel binaries from overriding itself ([5609a36](https://github.com/applitools/eyes.sdk.javascript1/commit/5609a36c93622c9b8eeb4b4ab25f95907df8baa4))
71
+
72
+
73
+
74
+ * @applitools/nml-client bumped from 1.5.1 to 1.5.2
75
+ #### Bug Fixes
76
+
77
+ * replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
78
+
79
+
80
+
81
+ * @applitools/ufg-client bumped from 1.4.0 to 1.4.1
82
+ #### Bug Fixes
83
+
84
+ * fixed an issue when an inability to freeze a gif image caused sdk crush ([dca9ead](https://github.com/applitools/eyes.sdk.javascript1/commit/dca9eadd2bab39d1fc20b99d997879075691f0ee))
85
+ * fixed issue when sdk crushed due to invalid resource url in ufg mode ([8b44958](https://github.com/applitools/eyes.sdk.javascript1/commit/8b449580a930753dd2735befdcdb4c46e184b2a9))
86
+ * @applitools/spec-driver-webdriver bumped from 1.0.37 to 1.0.38
87
+
88
+ * @applitools/execution-grid-tunnel bumped to 2.1.8
89
+
90
+ * @applitools/screenshoter bumped from 3.8.3 to 3.8.4
91
+
92
+
3
93
  ## [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
94
 
5
95
 
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.13",
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.2"
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
  },