@applitools/core-universal 1.0.11 → 1.0.13

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 +31 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.13](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.12...js/core-universal@1.0.13) (2026-05-04)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/tunnel-client bumped to 1.11.12
9
+ #### Bug Fixes
10
+
11
+ * remove deprecated uuid dependency | FLD-4179 ([#3796](https://github.com/Applitools-Dev/sdk/issues/3796)) ([b3511f0](https://github.com/Applitools-Dev/sdk/commit/b3511f070645d356aa8edf43dd57332b5917c41e))
12
+ * @applitools/ec-client bumped to 1.12.27
13
+
14
+ * @applitools/core bumped to 4.61.1
15
+
16
+
17
+ ## [1.0.12](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.11...js/core-universal@1.0.12) (2026-04-29)
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * @applitools/ufg-client bumped to 1.22.0
23
+ #### Features
24
+
25
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
26
+ * @applitools/core bumped to 4.61.0
27
+ #### Features
28
+
29
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
30
+
31
+
32
+
33
+
3
34
  ## [1.0.11](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.10...js/core-universal@1.0.11) (2026-04-23)
4
35
 
5
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core-universal",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -40,7 +40,7 @@
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.60.0",
43
+ "@applitools/core": "4.61.1",
44
44
  "@applitools/driver": "1.25.5",
45
45
  "@applitools/logger": "2.2.11",
46
46
  "@applitools/socket": "1.3.12",