@applitools/eyes-images 4.23.29 → 4.23.32

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 +69 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,74 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.23.32](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.31...js/eyes-images@4.23.32) (2023-09-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump ([a4649ed](https://github.com/applitools/eyes.sdk.javascript1/commit/a4649ede687b039c362c6d60282ce8690c581f5f))
9
+
10
+ ## [4.23.31](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images-v4.23.30...js/eyes-images@4.23.31) (2023-09-29)
11
+
12
+
13
+ ### Code Refactoring
14
+
15
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/spec-driver-webdriver bumped to 1.0.47
21
+
22
+ * @applitools/spec-driver-selenium bumped to 1.5.61
23
+
24
+ * @applitools/spec-driver-puppeteer bumped to 1.2.3
25
+
26
+ * @applitools/driver bumped to 1.14.3
27
+ #### Bug Fixes
28
+
29
+ * force native on get environment ([#1939](https://github.com/applitools/eyes.sdk.javascript1/issues/1939)) ([f42854e](https://github.com/applitools/eyes.sdk.javascript1/commit/f42854eacc769751447204143cb4d50113edc732))
30
+ * @applitools/screenshoter bumped to 3.8.13
31
+ #### Bug Fixes
32
+
33
+ * force native on get environment ([#1939](https://github.com/applitools/eyes.sdk.javascript1/issues/1939)) ([f42854e](https://github.com/applitools/eyes.sdk.javascript1/commit/f42854eacc769751447204143cb4d50113edc732))
34
+
35
+
36
+
37
+ * @applitools/nml-client bumped to 1.5.13
38
+
39
+ * @applitools/ec-client bumped to 1.7.12
40
+ #### Bug Fixes
41
+
42
+ * change expiration time of the tunnel ([c019241](https://github.com/applitools/eyes.sdk.javascript1/commit/c0192411410135b23f3ae47dd62fbef67be66f1a))
43
+
44
+
45
+ #### Code Refactoring
46
+
47
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
48
+ * use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
49
+
50
+
51
+
52
+ * @applitools/core-base bumped to 1.7.1
53
+ #### Bug Fixes
54
+
55
+ * send domMapping payload with correct content encoding ([2bc8e39](https://github.com/applitools/eyes.sdk.javascript1/commit/2bc8e390de1d147d84d1de24df337b8652547b6a))
56
+ * @applitools/core bumped to 3.11.5
57
+
58
+ * @applitools/eyes bumped to 1.10.0
59
+ #### Features
60
+
61
+ * added more iOS devices ([a84311f](https://github.com/applitools/eyes.sdk.javascript1/commit/a84311f88e6f532268543a96f841ae5ad87d5659))
62
+ * rework log event on opent eyes ([#1842](https://github.com/applitools/eyes.sdk.javascript1/issues/1842)) ([532756b](https://github.com/applitools/eyes.sdk.javascript1/commit/532756b75c1023967c3781316148c890dbcfaac8))
63
+
64
+
65
+ #### Code Refactoring
66
+
67
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
68
+
69
+
70
+
71
+
3
72
  ## [4.23.29](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images-v4.23.28...js/eyes-images@4.23.29) (2023-09-25)
4
73
 
5
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-images",
3
- "version": "4.23.29",
3
+ "version": "4.23.32",
4
4
  "description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
5
5
  "keywords": [
6
6
  "eyes-images",
@@ -40,7 +40,7 @@
40
40
  "test:coverage": "APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-images' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15}"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/eyes": "1.9.1"
43
+ "@applitools/eyes": "1.10.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@applitools/api-extractor": "^1.2.22",