@applitools/core-universal 1.0.10 → 1.0.12

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 +54 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,59 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/ufg-client bumped to 1.22.0
9
+ #### Features
10
+
11
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
12
+ * @applitools/core bumped to 4.61.0
13
+ #### Features
14
+
15
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
16
+
17
+
18
+
19
+
20
+ ## [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)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/req bumped to 1.10.0
26
+ #### Features
27
+
28
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
29
+ * @applitools/core-base bumped to 1.33.0
30
+ #### Features
31
+
32
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
33
+
34
+
35
+
36
+ * @applitools/nml-client bumped to 1.11.25
37
+
38
+ * @applitools/tunnel-client bumped to 1.11.11
39
+
40
+ * @applitools/ufg-client bumped to 1.21.0
41
+ #### Features
42
+
43
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
44
+
45
+
46
+
47
+ * @applitools/ec-client bumped to 1.12.26
48
+
49
+ * @applitools/core bumped to 4.60.0
50
+ #### Features
51
+
52
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
53
+
54
+
55
+
56
+
3
57
  ## [1.0.10](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.9...js/core-universal@1.0.10) (2026-04-16)
4
58
 
5
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core-universal",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
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.59.3",
43
+ "@applitools/core": "4.61.0",
44
44
  "@applitools/driver": "1.25.5",
45
45
  "@applitools/logger": "2.2.11",
46
46
  "@applitools/socket": "1.3.12",