@applitools/eyes-selenium 4.69.0 → 4.70.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 +67 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,72 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.70.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium-v4.69.1...js/eyes-selenium@4.70.0) (2023-09-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * 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))
9
+
10
+
11
+ ### Code Refactoring
12
+
13
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/spec-driver-webdriver bumped to 1.0.47
19
+
20
+ * @applitools/spec-driver-selenium bumped to 1.5.61
21
+
22
+ * @applitools/spec-driver-puppeteer bumped to 1.2.3
23
+
24
+ * @applitools/driver bumped to 1.14.3
25
+ #### Bug Fixes
26
+
27
+ * 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))
28
+ * @applitools/screenshoter bumped to 3.8.13
29
+ #### Bug Fixes
30
+
31
+ * 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))
32
+
33
+
34
+
35
+ * @applitools/nml-client bumped to 1.5.13
36
+
37
+ * @applitools/ec-client bumped to 1.7.12
38
+ #### Bug Fixes
39
+
40
+ * change expiration time of the tunnel ([c019241](https://github.com/applitools/eyes.sdk.javascript1/commit/c0192411410135b23f3ae47dd62fbef67be66f1a))
41
+
42
+
43
+ #### Code Refactoring
44
+
45
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
46
+ * 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))
47
+
48
+
49
+
50
+ * @applitools/core-base bumped to 1.7.1
51
+ #### Bug Fixes
52
+
53
+ * send domMapping payload with correct content encoding ([2bc8e39](https://github.com/applitools/eyes.sdk.javascript1/commit/2bc8e390de1d147d84d1de24df337b8652547b6a))
54
+ * @applitools/core bumped to 3.11.5
55
+
56
+ * @applitools/eyes bumped to 1.10.0
57
+ #### Features
58
+
59
+ * added more iOS devices ([a84311f](https://github.com/applitools/eyes.sdk.javascript1/commit/a84311f88e6f532268543a96f841ae5ad87d5659))
60
+ * 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))
61
+
62
+
63
+ #### Code Refactoring
64
+
65
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
66
+
67
+
68
+
69
+
3
70
  ## [4.69.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium-v4.68.2...js/eyes-selenium@4.69.0) (2023-09-25)
4
71
 
5
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.69.0",
3
+ "version": "4.70.0",
4
4
  "description": "Applitools Eyes SDK for Selenium WebDriver",
5
5
  "keywords": [
6
6
  "eyes-selenium",
@@ -41,8 +41,8 @@
41
41
  "up:framework": "yarn add --dev --caret selenium-webdriver${APPLITOOLS_FRAMEWORK_VERSION:+@$APPLITOOLS_FRAMEWORK_VERSION}"
42
42
  },
43
43
  "dependencies": {
44
- "@applitools/eyes": "1.9.1",
45
- "@applitools/spec-driver-selenium": "1.5.60"
44
+ "@applitools/eyes": "1.10.0",
45
+ "@applitools/spec-driver-selenium": "1.5.61"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",