@applitools/core-universal 1.0.3 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,87 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.5](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.4...js/core-universal@1.0.5) (2026-03-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.32.3
9
+ #### Bug Fixes
10
+
11
+ * pass gzip content encoding | FLD-4293 ([#3649](https://github.com/Applitools-Dev/sdk/issues/3649)) ([b78ebaa](https://github.com/Applitools-Dev/sdk/commit/b78ebaa0bb0d9aeae0d5b7031d320ca10b5f608b))
12
+ * @applitools/nml-client bumped to 1.11.21
13
+
14
+ * @applitools/ec-client bumped to 1.12.23
15
+
16
+ * @applitools/core bumped to 4.58.1
17
+
18
+
19
+ ## [1.0.4](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.3...js/core-universal@1.0.4) (2026-03-12)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * @applitools/dom-snapshot bumped to 4.16.0
30
+ #### Features
31
+
32
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
33
+
34
+
35
+
36
+ * @applitools/snippets bumped to 2.8.0
37
+ #### Features
38
+
39
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
40
+ * @applitools/dom-capture bumped to 11.6.12
41
+ #### Bug Fixes
42
+
43
+ * prevent [object Object] in DOM capture for CORS iframes | FLD-4181 ([#3620](https://github.com/Applitools-Dev/sdk/issues/3620)) ([afe91e7](https://github.com/Applitools-Dev/sdk/commit/afe91e7b26e9ad5d37d2098b17ecf139794075ef))
44
+ * @applitools/driver bumped to 1.25.3
45
+ #### Bug Fixes
46
+
47
+ * enhance NML error messages for better user-facing diagnostics | FLD-4279 ([#3622](https://github.com/Applitools-Dev/sdk/issues/3622)) ([2aef039](https://github.com/Applitools-Dev/sdk/commit/2aef0395875fd0ff0b4f657d769bda23d66660ad))
48
+
49
+
50
+
51
+ * @applitools/core-base bumped to 1.32.2
52
+ #### Bug Fixes
53
+
54
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
55
+ * @applitools/spec-driver-webdriver bumped to 1.5.8
56
+
57
+ * @applitools/spec-driver-selenium bumped to 1.7.14
58
+
59
+ * @applitools/spec-driver-puppeteer bumped to 1.7.3
60
+
61
+ * @applitools/screenshoter bumped to 3.12.16
62
+
63
+ * @applitools/nml-client bumped to 1.11.20
64
+
65
+ * @applitools/ufg-client bumped to 1.20.0
66
+ #### Features
67
+
68
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
69
+ * @applitools/ec-client bumped to 1.12.22
70
+
71
+ * @applitools/core bumped to 4.58.0
72
+ #### Features
73
+
74
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
75
+
76
+
77
+ #### Bug Fixes
78
+
79
+ * enhance NML error messages for better user-facing diagnostics | FLD-4279 ([#3622](https://github.com/Applitools-Dev/sdk/issues/3622)) ([2aef039](https://github.com/Applitools-Dev/sdk/commit/2aef0395875fd0ff0b4f657d769bda23d66660ad))
80
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
81
+
82
+
83
+
84
+
3
85
  ## [1.0.3](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.2...js/core-universal@1.0.3) (2026-03-08)
4
86
 
5
87
 
@@ -126,7 +126,7 @@ printStdout = false, isProcess = false, maskLog = false, logger = undefined, ...
126
126
  });
127
127
  socket.command('Core.logEvent', async ({ settings }) => {
128
128
  const core = await corePromise;
129
- return core.logEvent({ settings });
129
+ return core.logEvent({ settings, logger });
130
130
  });
131
131
  socket.command('Core.locate', async (options) => {
132
132
  const core = await corePromise;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core-universal",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
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.57.2",
44
- "@applitools/driver": "1.25.2",
43
+ "@applitools/core": "4.58.1",
44
+ "@applitools/driver": "1.25.3",
45
45
  "@applitools/logger": "2.2.9",
46
46
  "@applitools/socket": "1.3.10",
47
- "@applitools/spec-driver-webdriver": "1.5.7",
47
+ "@applitools/spec-driver-webdriver": "1.5.8",
48
48
  "@applitools/utils": "1.14.2",
49
49
  "@types/ws": "8.5.5",
50
50
  "chalk": "4.1.2",