@applitools/core-universal 1.0.3 → 1.0.4

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,71 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-snapshot bumped to 4.16.0
14
+ #### Features
15
+
16
+ * 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))
17
+
18
+
19
+
20
+ * @applitools/snippets bumped to 2.8.0
21
+ #### Features
22
+
23
+ * 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))
24
+ * @applitools/dom-capture bumped to 11.6.12
25
+ #### Bug Fixes
26
+
27
+ * 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))
28
+ * @applitools/driver bumped to 1.25.3
29
+ #### Bug Fixes
30
+
31
+ * 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))
32
+
33
+
34
+
35
+ * @applitools/core-base bumped to 1.32.2
36
+ #### Bug Fixes
37
+
38
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
39
+ * @applitools/spec-driver-webdriver bumped to 1.5.8
40
+
41
+ * @applitools/spec-driver-selenium bumped to 1.7.14
42
+
43
+ * @applitools/spec-driver-puppeteer bumped to 1.7.3
44
+
45
+ * @applitools/screenshoter bumped to 3.12.16
46
+
47
+ * @applitools/nml-client bumped to 1.11.20
48
+
49
+ * @applitools/ufg-client bumped to 1.20.0
50
+ #### Features
51
+
52
+ * 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))
53
+ * @applitools/ec-client bumped to 1.12.22
54
+
55
+ * @applitools/core bumped to 4.58.0
56
+ #### Features
57
+
58
+ * 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))
59
+
60
+
61
+ #### Bug Fixes
62
+
63
+ * 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))
64
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
65
+
66
+
67
+
68
+
3
69
  ## [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
70
 
5
71
 
@@ -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.4",
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.0",
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",