@applitools/core-universal 1.0.14 → 1.0.15

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 +76 -0
  2. package/package.json +10 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,81 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.15](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.14...js/core-universal@1.0.15) (2026-05-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.10.1
9
+ #### Bug Fixes
10
+
11
+ * http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
12
+ * @applitools/dom-snapshot bumped to 4.17.1
13
+
14
+ * @applitools/snippets bumped to 2.9.1
15
+ #### Bug Fixes
16
+
17
+ * declare @babel/preset-typescript dep for sandbox build ([#3815](https://github.com/Applitools-Dev/sdk/issues/3815)) ([10c44c6](https://github.com/Applitools-Dev/sdk/commit/10c44c66635f1ed4e0361f22ecebf2221c2cc912))
18
+ * @applitools/driver bumped to 1.26.1
19
+ #### Bug Fixes
20
+
21
+ * address CI regressions from executeBrowserCommands and Chromium 140+ service worker ([#3848](https://github.com/Applitools-Dev/sdk/issues/3848)) ([099ada5](https://github.com/Applitools-Dev/sdk/commit/099ada5e52d4153157b98c2203df428579527e49))
22
+
23
+
24
+
25
+ * @applitools/spec-driver-webdriver bumped to 1.6.1
26
+
27
+ * @applitools/spec-driver-selenium bumped to 1.8.1
28
+
29
+ * @applitools/spec-driver-playwright bumped to 1.9.1
30
+ #### Bug Fixes
31
+
32
+ * address CI regressions from executeBrowserCommands and Chromium 140+ service worker ([#3848](https://github.com/Applitools-Dev/sdk/issues/3848)) ([099ada5](https://github.com/Applitools-Dev/sdk/commit/099ada5e52d4153157b98c2203df428579527e49))
33
+
34
+
35
+
36
+ * @applitools/core-base bumped to 1.34.0
37
+ #### Features
38
+
39
+ * soft-deprecate CheckSettings.timeout() with telemetry [[#3705](https://github.com/Applitools-Dev/sdk/issues/3705)] ([#3805](https://github.com/Applitools-Dev/sdk/issues/3805)) ([a5d6390](https://github.com/Applitools-Dev/sdk/commit/a5d6390f17fc0380736b88cbe05dd147e66a86cf))
40
+
41
+
42
+ #### Bug Fixes
43
+
44
+ * http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
45
+
46
+
47
+
48
+ * @applitools/spec-driver-puppeteer bumped to 1.8.1
49
+
50
+ * @applitools/screenshoter bumped to 3.12.20
51
+
52
+ * @applitools/nml-client bumped to 1.11.27
53
+
54
+ * @applitools/tunnel-client bumped to 1.11.13
55
+
56
+ * @applitools/ufg-client bumped to 1.22.1
57
+ #### Bug Fixes
58
+
59
+ * http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
60
+
61
+
62
+
63
+ * @applitools/ec-client bumped to 1.12.29
64
+
65
+ * @applitools/core bumped to 4.63.0
66
+ #### Features
67
+
68
+ * soft-deprecate CheckSettings.timeout() with telemetry [[#3705](https://github.com/Applitools-Dev/sdk/issues/3705)] ([#3805](https://github.com/Applitools-Dev/sdk/issues/3805)) ([a5d6390](https://github.com/Applitools-Dev/sdk/commit/a5d6390f17fc0380736b88cbe05dd147e66a86cf))
69
+
70
+
71
+ #### Bug Fixes
72
+
73
+ * avoid double-scaling environment viewport in classic mode | FLD-4359 ([#3793](https://github.com/Applitools-Dev/sdk/issues/3793)) ([246050b](https://github.com/Applitools-Dev/sdk/commit/246050b8a7984b869c068262162a69191c834947))
74
+ * http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
75
+
76
+
77
+
78
+
3
79
  ## [1.0.14](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.13...js/core-universal@1.0.14) (2026-05-05)
4
80
 
5
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core-universal",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -40,11 +40,11 @@
40
40
  "test:bin": "MOCHA_GROUP=bin run --top-level mocha './test/bin/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15} --require ./test/mocha-global-setup.js"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/core": "4.62.0",
44
- "@applitools/driver": "1.26.0",
43
+ "@applitools/core": "4.63.0",
44
+ "@applitools/driver": "1.26.1",
45
45
  "@applitools/logger": "2.2.11",
46
46
  "@applitools/socket": "1.3.12",
47
- "@applitools/spec-driver-webdriver": "1.6.0",
47
+ "@applitools/spec-driver-webdriver": "1.6.1",
48
48
  "@applitools/utils": "1.14.4",
49
49
  "@types/ws": "8.5.5",
50
50
  "chalk": "4.1.2",
@@ -58,7 +58,8 @@
58
58
  "@applitools/test-utils": "^1.5.17",
59
59
  "@types/mocha": "^10.0.7",
60
60
  "@types/node": "^12.20.55",
61
- "@types/yargs": "^17.0.22"
61
+ "@types/yargs": "^17.0.22",
62
+ "webdriverio": "^8.14.3"
62
63
  },
63
64
  "engines": {
64
65
  "node": ">=12.13.0"
@@ -70,7 +71,10 @@
70
71
  "allowScripts": {
71
72
  "ws>bufferutil": false,
72
73
  "ws>utf-8-validate": false,
73
- "@applitools/core>@applitools/core-base>@applitools/image>sharp": false
74
+ "@applitools/core>@applitools/core-base>@applitools/image>sharp": false,
75
+ "webdriverio>@wdio/utils>edgedriver": false,
76
+ "webdriverio>@wdio/utils>geckodriver": false,
77
+ "webdriverio>devtools>@wdio/utils>geckodriver": false
74
78
  }
75
79
  }
76
80
  }