@applitools/core 4.65.0 → 4.65.2

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 +65 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,70 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.65.2](https://github.com/Applitools-Dev/sdk/compare/js/core@4.65.1...js/core@4.65.2) (2026-06-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.15.0
9
+ #### Features
10
+
11
+ * one-time per-execution summary logEvent in storybook | AD-14305 ([#3911](https://github.com/Applitools-Dev/sdk/issues/3911)) ([59e3a5d](https://github.com/Applitools-Dev/sdk/commit/59e3a5dccf74aa1ac1158024316bd305e3515afa))
12
+ * @applitools/logger bumped to 2.2.13
13
+
14
+ * @applitools/dom-snapshot bumped to 4.17.4
15
+
16
+ * @applitools/socket bumped to 1.3.14
17
+
18
+ * @applitools/req bumped to 1.11.1
19
+ #### Bug Fixes
20
+
21
+ * bundle node-fetch into dist to drop node-domexception dep warning | FLD-4197 ([#3899](https://github.com/Applitools-Dev/sdk/issues/3899)) ([9c3dc52](https://github.com/Applitools-Dev/sdk/commit/9c3dc52866a4a665f1578c39ff43cd0ee5f63492))
22
+
23
+
24
+
25
+ * @applitools/image bumped to 1.2.12
26
+
27
+ * @applitools/dom-capture bumped to 11.8.2
28
+
29
+ * @applitools/driver bumped to 1.26.4
30
+
31
+ * @applitools/spec-driver-webdriver bumped to 1.6.4
32
+
33
+ * @applitools/spec-driver-selenium bumped to 1.8.4
34
+
35
+ * @applitools/spec-driver-playwright bumped to 1.9.4
36
+
37
+ * @applitools/spec-driver-puppeteer bumped to 1.8.4
38
+
39
+ * @applitools/screenshoter bumped to 3.12.23
40
+
41
+ * @applitools/nml-client bumped to 1.11.33
42
+
43
+ * @applitools/tunnel-client bumped to 1.12.1
44
+
45
+ * @applitools/ufg-client bumped to 1.22.4
46
+
47
+ * @applitools/core-base bumped to 1.35.3
48
+
49
+ * @applitools/ec-client bumped to 1.12.35
50
+
51
+ * @applitools/test-server bumped to 1.4.5
52
+
53
+
54
+ ## [4.65.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.65.0...js/core@4.65.1) (2026-06-15)
55
+
56
+
57
+ ### Dependencies
58
+
59
+ * @applitools/nml-client bumped to 1.11.32
60
+
61
+ * @applitools/core-base bumped to 1.35.2
62
+ #### Bug Fixes
63
+
64
+ * re-trigger release for packages missed in the AD-14089 release | AD-14089 ([#3925](https://github.com/Applitools-Dev/sdk/issues/3925)) ([0880c34](https://github.com/Applitools-Dev/sdk/commit/0880c34b66221025e70ca7e3e3fab7b45a9f8d9e))
65
+ * @applitools/ec-client bumped to 1.12.34
66
+
67
+
3
68
  ## [4.65.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.64.1...js/core@4.65.0) (2026-06-14)
4
69
 
5
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.65.0",
3
+ "version": "4.65.2",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -61,19 +61,19 @@
61
61
  "setup:standalone": "sh -c 'yarn chromedriver --port=4444 --verbose &'"
62
62
  },
63
63
  "dependencies": {
64
- "@applitools/core-base": "1.35.1",
65
- "@applitools/dom-capture": "11.8.1",
66
- "@applitools/dom-snapshot": "4.17.3",
67
- "@applitools/driver": "1.26.3",
68
- "@applitools/ec-client": "1.12.33",
69
- "@applitools/logger": "2.2.12",
70
- "@applitools/nml-client": "1.11.31",
71
- "@applitools/req": "1.11.0",
72
- "@applitools/screenshoter": "3.12.22",
64
+ "@applitools/core-base": "1.35.3",
65
+ "@applitools/dom-capture": "11.8.2",
66
+ "@applitools/dom-snapshot": "4.17.4",
67
+ "@applitools/driver": "1.26.4",
68
+ "@applitools/ec-client": "1.12.35",
69
+ "@applitools/logger": "2.2.13",
70
+ "@applitools/nml-client": "1.11.33",
71
+ "@applitools/req": "1.11.1",
72
+ "@applitools/screenshoter": "3.12.23",
73
73
  "@applitools/snippets": "2.9.3",
74
- "@applitools/socket": "1.3.13",
75
- "@applitools/ufg-client": "1.22.3",
76
- "@applitools/utils": "1.14.5",
74
+ "@applitools/socket": "1.3.14",
75
+ "@applitools/ufg-client": "1.22.4",
76
+ "@applitools/utils": "1.15.0",
77
77
  "abort-controller": "3.0.0",
78
78
  "chalk": "4.1.2",
79
79
  "node-fetch": "2.6.7",
@@ -82,13 +82,13 @@
82
82
  },
83
83
  "devDependencies": {
84
84
  "@applitools/bongo": "^5.10.0",
85
- "@applitools/spec-driver-playwright": "^1.9.3",
86
- "@applitools/spec-driver-puppeteer": "^1.8.3",
87
- "@applitools/spec-driver-selenium": "^1.8.3",
88
- "@applitools/spec-driver-webdriver": "^1.6.3",
89
- "@applitools/test-server": "^1.4.4",
85
+ "@applitools/spec-driver-playwright": "^1.9.4",
86
+ "@applitools/spec-driver-puppeteer": "^1.8.4",
87
+ "@applitools/spec-driver-selenium": "^1.8.4",
88
+ "@applitools/spec-driver-webdriver": "^1.6.4",
89
+ "@applitools/test-server": "^1.4.5",
90
90
  "@applitools/test-utils": "^1.5.17",
91
- "@applitools/tunnel-client": "^1.12.0",
91
+ "@applitools/tunnel-client": "^1.12.1",
92
92
  "@swc-node/register": "^1.6.8",
93
93
  "@types/mocha": "^10.0.7",
94
94
  "@types/node": "^12.20.55",