@applitools/eyes 1.9.1 → 1.10.0

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 +55 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.10.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-v1.9.2...js/eyes@1.10.0) (2023-09-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * added more iOS devices ([a84311f](https://github.com/applitools/eyes.sdk.javascript1/commit/a84311f88e6f532268543a96f841ae5ad87d5659))
9
+ * 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))
10
+
11
+
12
+ ### Code Refactoring
13
+
14
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * @applitools/driver bumped to 1.14.3
20
+ #### Bug Fixes
21
+
22
+ * 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))
23
+ * @applitools/screenshoter bumped to 3.8.13
24
+ #### Bug Fixes
25
+
26
+ * 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))
27
+
28
+
29
+
30
+ * @applitools/ec-client bumped to 1.7.12
31
+ #### Bug Fixes
32
+
33
+ * change expiration time of the tunnel ([c019241](https://github.com/applitools/eyes.sdk.javascript1/commit/c0192411410135b23f3ae47dd62fbef67be66f1a))
34
+
35
+
36
+ #### Code Refactoring
37
+
38
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
39
+ * 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))
40
+
41
+
42
+
43
+ * @applitools/core-base bumped to 1.7.1
44
+ #### Bug Fixes
45
+
46
+ * send domMapping payload with correct content encoding ([2bc8e39](https://github.com/applitools/eyes.sdk.javascript1/commit/2bc8e390de1d147d84d1de24df337b8652547b6a))
47
+ * @applitools/spec-driver-webdriver bumped to 1.0.47
48
+
49
+ * @applitools/spec-driver-selenium bumped to 1.5.61
50
+
51
+ * @applitools/spec-driver-puppeteer bumped to 1.2.3
52
+
53
+ * @applitools/nml-client bumped to 1.5.13
54
+
55
+ * @applitools/core bumped to 3.11.5
56
+
57
+
3
58
  ## [1.9.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.9.0...js/eyes@1.9.1) (2023-09-25)
4
59
 
5
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.9.1",
3
+ "version": "1.10.0",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -45,7 +45,7 @@
45
45
  "test": "run --top-level mocha './test/**/*.spec.ts'"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/core": "3.11.2",
48
+ "@applitools/core": "3.11.5",
49
49
  "@applitools/logger": "2.0.11",
50
50
  "@applitools/utils": "1.6.1"
51
51
  },