@applitools/core 3.11.4 → 3.11.5

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 +42 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.11.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core@3.11.4...js/core@3.11.5) (2023-09-29)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/spec-driver-webdriver bumped to 1.0.47
9
+
10
+ * @applitools/spec-driver-selenium bumped to 1.5.61
11
+
12
+ * @applitools/spec-driver-puppeteer bumped to 1.2.3
13
+
14
+ * @applitools/driver bumped to 1.14.3
15
+ #### Bug Fixes
16
+
17
+ * 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))
18
+ * @applitools/screenshoter bumped to 3.8.13
19
+ #### Bug Fixes
20
+
21
+ * 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))
22
+
23
+
24
+
25
+ * @applitools/nml-client bumped to 1.5.13
26
+
27
+ * @applitools/ec-client bumped to 1.7.12
28
+ #### Bug Fixes
29
+
30
+ * change expiration time of the tunnel ([c019241](https://github.com/applitools/eyes.sdk.javascript1/commit/c0192411410135b23f3ae47dd62fbef67be66f1a))
31
+
32
+
33
+ #### Code Refactoring
34
+
35
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
36
+ * 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))
37
+
38
+
39
+
40
+ * @applitools/core-base bumped to 1.7.1
41
+ #### Bug Fixes
42
+
43
+ * send domMapping payload with correct content encoding ([2bc8e39](https://github.com/applitools/eyes.sdk.javascript1/commit/2bc8e390de1d147d84d1de24df337b8652547b6a))
44
+
3
45
  ## [3.11.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core@3.11.3...js/core@3.11.4) (2023-09-28)
4
46
 
5
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "3.11.4",
3
+ "version": "3.11.5",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -65,18 +65,18 @@
65
65
  "compress": "GZip"
66
66
  },
67
67
  "dependencies": {
68
- "@applitools/core-base": "1.7.0",
68
+ "@applitools/core-base": "1.7.1",
69
69
  "@applitools/dom-capture": "11.2.3",
70
70
  "@applitools/dom-snapshot": "4.7.11",
71
- "@applitools/driver": "1.14.2",
72
- "@applitools/ec-client": "1.7.10",
71
+ "@applitools/driver": "1.14.3",
72
+ "@applitools/ec-client": "1.7.12",
73
73
  "@applitools/logger": "2.0.11",
74
- "@applitools/nml-client": "1.5.12",
74
+ "@applitools/nml-client": "1.5.13",
75
75
  "@applitools/req": "1.6.1",
76
- "@applitools/screenshoter": "3.8.12",
76
+ "@applitools/screenshoter": "3.8.13",
77
77
  "@applitools/snippets": "2.4.24",
78
78
  "@applitools/socket": "1.1.11",
79
- "@applitools/spec-driver-webdriver": "1.0.46",
79
+ "@applitools/spec-driver-webdriver": "1.0.47",
80
80
  "@applitools/ufg-client": "1.9.3",
81
81
  "@applitools/utils": "1.6.1",
82
82
  "@types/ws": "8.5.5",
@@ -89,8 +89,8 @@
89
89
  },
90
90
  "devDependencies": {
91
91
  "@applitools/bongo": "^5.6.1",
92
- "@applitools/spec-driver-puppeteer": "^1.2.2",
93
- "@applitools/spec-driver-selenium": "^1.5.60",
92
+ "@applitools/spec-driver-puppeteer": "^1.2.3",
93
+ "@applitools/spec-driver-selenium": "^1.5.61",
94
94
  "@applitools/test-server": "^1.2.2",
95
95
  "@applitools/test-utils": "^1.5.17",
96
96
  "@applitools/tunnel-client": "^1.2.3",