@applitools/core-universal 1.0.18 → 1.0.19
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.
- package/CHANGELOG.md +45 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.19](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.18...js/core-universal@1.0.19) (2026-06-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.17.3
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
* @applitools/snippets bumped to 2.9.3
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
|
|
19
|
+
* @applitools/driver bumped to 1.26.3
|
|
20
|
+
|
|
21
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.3
|
|
22
|
+
|
|
23
|
+
* @applitools/spec-driver-selenium bumped to 1.8.3
|
|
24
|
+
|
|
25
|
+
* @applitools/spec-driver-playwright bumped to 1.9.3
|
|
26
|
+
|
|
27
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.3
|
|
28
|
+
|
|
29
|
+
* @applitools/screenshoter bumped to 3.12.22
|
|
30
|
+
|
|
31
|
+
* @applitools/nml-client bumped to 1.11.31
|
|
32
|
+
|
|
33
|
+
* @applitools/ec-client bumped to 1.12.33
|
|
34
|
+
|
|
35
|
+
* @applitools/core bumped to 4.65.0
|
|
36
|
+
#### Features
|
|
37
|
+
|
|
38
|
+
* add useLatestEnvBaseline to session startInfo | AD-14089 ([#3887](https://github.com/Applitools-Dev/sdk/issues/3887)) ([b15b9af](https://github.com/Applitools-Dev/sdk/commit/b15b9af34328193f6705c90a26c24aa1e4b23d1c))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
#### Bug Fixes
|
|
42
|
+
|
|
43
|
+
* capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
3
48
|
## [1.0.18](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.17...js/core-universal@1.0.18) (2026-06-09)
|
|
4
49
|
|
|
5
50
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/core-universal",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
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.
|
|
44
|
-
"@applitools/driver": "1.26.
|
|
43
|
+
"@applitools/core": "4.65.0",
|
|
44
|
+
"@applitools/driver": "1.26.3",
|
|
45
45
|
"@applitools/logger": "2.2.12",
|
|
46
46
|
"@applitools/socket": "1.3.13",
|
|
47
|
-
"@applitools/spec-driver-webdriver": "1.6.
|
|
47
|
+
"@applitools/spec-driver-webdriver": "1.6.3",
|
|
48
48
|
"@applitools/utils": "1.14.5",
|
|
49
49
|
"@types/ws": "8.5.5",
|
|
50
50
|
"chalk": "4.1.2",
|