@applitools/core 4.29.0 → 4.29.1

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 +46 -0
  2. package/package.json +13 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.29.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.29.0...js/core@4.29.1) (2025-01-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
9
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * @applitools/socket bumped to 1.2.1
15
+ #### Bug Fixes
16
+
17
+ * mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
18
+ * @applitools/req bumped to 1.7.7
19
+ #### Bug Fixes
20
+
21
+ * memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
22
+ * @applitools/spec-driver-webdriver bumped to 1.1.24
23
+ #### Bug Fixes
24
+
25
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
26
+ * @applitools/ufg-client bumped to 1.16.1
27
+ #### Bug Fixes
28
+
29
+ * memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
30
+
31
+
32
+
33
+ * @applitools/screenshoter bumped to 3.10.4
34
+
35
+ * @applitools/nml-client bumped to 1.8.23
36
+
37
+ * @applitools/tunnel-client bumped to 1.6.1
38
+ #### Bug Fixes
39
+
40
+ * memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
41
+
42
+
43
+
44
+ * @applitools/core-base bumped to 1.22.1
45
+
46
+ * @applitools/ec-client bumped to 1.10.2
47
+
48
+
3
49
  ## [4.29.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.28.0...js/core@4.29.0) (2025-01-13)
4
50
 
5
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.29.0",
3
+ "version": "4.29.1",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -55,7 +55,8 @@
55
55
  "test:e2e": "MOCHA_GROUP=e2e run --top-level mocha './test/e2e/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15} --exit",
56
56
  "test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/**/*.spec.ts'",
57
57
  "test:unit": "MOCHA_GROUP=unit run --top-level mocha './test/unit/**/*.spec.ts'",
58
- "setup": "run --top-level browsers:setup"
58
+ "setup": "run --top-level browsers:setup",
59
+ "setup:standalone": "sh -c 'yarn chromedriver --port=4444 --verbose &'"
59
60
  },
60
61
  "sea": {
61
62
  "bin": "eyes-core",
@@ -74,19 +75,19 @@
74
75
  }
75
76
  },
76
77
  "dependencies": {
77
- "@applitools/core-base": "1.22.0",
78
+ "@applitools/core-base": "1.22.1",
78
79
  "@applitools/dom-capture": "11.5.4",
79
80
  "@applitools/dom-snapshot": "4.11.14",
80
81
  "@applitools/driver": "1.20.3",
81
- "@applitools/ec-client": "1.10.1",
82
+ "@applitools/ec-client": "1.10.2",
82
83
  "@applitools/logger": "2.1.0",
83
- "@applitools/nml-client": "1.8.22",
84
- "@applitools/req": "1.7.6",
85
- "@applitools/screenshoter": "3.10.3",
84
+ "@applitools/nml-client": "1.8.23",
85
+ "@applitools/req": "1.7.7",
86
+ "@applitools/screenshoter": "3.10.4",
86
87
  "@applitools/snippets": "2.6.4",
87
- "@applitools/socket": "1.2.0",
88
- "@applitools/spec-driver-webdriver": "1.1.23",
89
- "@applitools/ufg-client": "1.16.0",
88
+ "@applitools/socket": "1.2.1",
89
+ "@applitools/spec-driver-webdriver": "1.1.24",
90
+ "@applitools/ufg-client": "1.16.1",
90
91
  "@applitools/utils": "1.7.7",
91
92
  "@types/ws": "8.5.5",
92
93
  "abort-controller": "3.0.0",
@@ -104,11 +105,12 @@
104
105
  "@applitools/spec-driver-selenium": "^1.5.94",
105
106
  "@applitools/test-server": "^1.2.2",
106
107
  "@applitools/test-utils": "^1.5.17",
107
- "@applitools/tunnel-client": "^1.6.0",
108
+ "@applitools/tunnel-client": "^1.6.1",
108
109
  "@types/node": "^12.20.55",
109
110
  "@types/selenium-webdriver": "^4.1.2",
110
111
  "@types/semver": "^7.5.8",
111
112
  "@types/yargs": "^17.0.22",
113
+ "chromedriver": "^131.0.5",
112
114
  "nock": "^13.3.2",
113
115
  "png-async": "^0.9.4",
114
116
  "puppeteer": "^19.11.1",