@applitools/core 4.44.0 → 4.44.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 +62 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.44.2](https://github.com/Applitools-Dev/sdk/compare/js/core@4.44.1...js/core@4.44.2) (2025-08-05)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.11.0
9
+ #### Features
10
+
11
+ * improve configuration handling ([#3130](https://github.com/Applitools-Dev/sdk/issues/3130)) ([def7be1](https://github.com/Applitools-Dev/sdk/commit/def7be1dd07460f49142cddfe55203baa884e6c3))
12
+ * make utils.general.guid crypto secured ([#3137](https://github.com/Applitools-Dev/sdk/issues/3137)) ([775df08](https://github.com/Applitools-Dev/sdk/commit/775df08307e41402a6603812205bc857bd3f936e))
13
+ * @applitools/logger bumped to 2.2.1
14
+
15
+ * @applitools/dom-snapshot bumped to 4.13.1
16
+
17
+ * @applitools/socket bumped to 1.3.1
18
+
19
+ * @applitools/req bumped to 1.8.1
20
+
21
+ * @applitools/image bumped to 1.2.1
22
+
23
+ * @applitools/dom-capture bumped to 11.6.1
24
+
25
+ * @applitools/driver bumped to 1.23.1
26
+
27
+ * @applitools/spec-driver-webdriver bumped to 1.4.1
28
+
29
+ * @applitools/spec-driver-selenium bumped to 1.7.1
30
+
31
+ * @applitools/spec-driver-puppeteer bumped to 1.6.1
32
+
33
+ * @applitools/screenshoter bumped to 3.12.1
34
+
35
+ * @applitools/nml-client bumped to 1.11.1
36
+
37
+ * @applitools/tunnel-client bumped to 1.10.2
38
+
39
+ * @applitools/ufg-client bumped to 1.17.1
40
+
41
+ * @applitools/ec-client bumped to 1.12.2
42
+
43
+ * @applitools/test-server bumped to 1.3.0
44
+ #### Features
45
+
46
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
47
+
48
+
49
+
50
+ * @applitools/core-base bumped to 1.27.1
51
+
52
+
53
+ ## [4.44.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.44.0...js/core@4.44.1) (2025-07-31)
54
+
55
+
56
+ ### Dependencies
57
+
58
+ * @applitools/tunnel-client bumped to 1.10.1
59
+ #### Bug Fixes
60
+
61
+ * update @applitools/execution-grid-tunnel to version 3.1.3 | FLD-3447 ([#3140](https://github.com/Applitools-Dev/sdk/issues/3140)) ([f6f168b](https://github.com/Applitools-Dev/sdk/commit/f6f168bc46a9df6685f8b559f632a91b31c5ce7d))
62
+ * @applitools/ec-client bumped to 1.12.1
63
+
64
+
3
65
  ## [4.44.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.43.0...js/core@4.44.0) (2025-07-30)
4
66
 
5
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.44.0",
3
+ "version": "4.44.2",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -75,20 +75,20 @@
75
75
  }
76
76
  },
77
77
  "dependencies": {
78
- "@applitools/core-base": "1.27.0",
79
- "@applitools/dom-capture": "11.6.0",
80
- "@applitools/dom-snapshot": "4.13.0",
81
- "@applitools/driver": "1.23.0",
82
- "@applitools/ec-client": "1.12.0",
83
- "@applitools/logger": "2.2.0",
84
- "@applitools/nml-client": "1.11.0",
85
- "@applitools/req": "1.8.0",
86
- "@applitools/screenshoter": "3.12.0",
78
+ "@applitools/core-base": "1.27.1",
79
+ "@applitools/dom-capture": "11.6.1",
80
+ "@applitools/dom-snapshot": "4.13.1",
81
+ "@applitools/driver": "1.23.1",
82
+ "@applitools/ec-client": "1.12.2",
83
+ "@applitools/logger": "2.2.1",
84
+ "@applitools/nml-client": "1.11.1",
85
+ "@applitools/req": "1.8.1",
86
+ "@applitools/screenshoter": "3.12.1",
87
87
  "@applitools/snippets": "2.7.0",
88
- "@applitools/socket": "1.3.0",
89
- "@applitools/spec-driver-webdriver": "1.4.0",
90
- "@applitools/ufg-client": "1.17.0",
91
- "@applitools/utils": "1.10.0",
88
+ "@applitools/socket": "1.3.1",
89
+ "@applitools/spec-driver-webdriver": "1.4.1",
90
+ "@applitools/ufg-client": "1.17.1",
91
+ "@applitools/utils": "1.11.0",
92
92
  "@types/ws": "8.5.5",
93
93
  "abort-controller": "3.0.0",
94
94
  "chalk": "4.1.2",
@@ -102,11 +102,11 @@
102
102
  "devDependencies": {
103
103
  "@applitools/bongo": "^5.10.0",
104
104
  "@applitools/sea": "^1.0.0",
105
- "@applitools/spec-driver-puppeteer": "^1.6.0",
106
- "@applitools/spec-driver-selenium": "^1.7.0",
107
- "@applitools/test-server": "^1.2.3",
105
+ "@applitools/spec-driver-puppeteer": "^1.6.1",
106
+ "@applitools/spec-driver-selenium": "^1.7.1",
107
+ "@applitools/test-server": "^1.3.0",
108
108
  "@applitools/test-utils": "^1.5.17",
109
- "@applitools/tunnel-client": "^1.10.0",
109
+ "@applitools/tunnel-client": "^1.10.2",
110
110
  "@types/mocha": "^10.0.7",
111
111
  "@types/node": "^12.20.55",
112
112
  "@types/selenium-webdriver": "^4.1.2",