@applitools/spec-driver-puppeteer 1.8.0 → 1.8.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 +58 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,63 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.2](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.8.1...js/spec-driver-puppeteer@1.8.2) (2026-05-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.14.5
14
+ #### Bug Fixes
15
+
16
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
17
+ * @applitools/logger bumped to 2.2.12
18
+ #### Bug Fixes
19
+
20
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
21
+
22
+
23
+
24
+ * @applitools/dom-shared bumped to 1.2.1
25
+ #### Bug Fixes
26
+
27
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
28
+ * @applitools/snippets bumped to 2.9.2
29
+ #### Bug Fixes
30
+
31
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
32
+
33
+
34
+
35
+ * @applitools/driver bumped to 1.26.2
36
+ #### Bug Fixes
37
+
38
+ * redact cookie values from logs to prevent sensitive data exposure | AD-12834 ([#3835](https://github.com/Applitools-Dev/sdk/issues/3835)) ([d883647](https://github.com/Applitools-Dev/sdk/commit/d883647d8e007467bd2770ddb79f89be057067b9))
39
+ * strip .d.ts extension from import() type specifiers | FLD-4429 ([#3830](https://github.com/Applitools-Dev/sdk/issues/3830)) ([37aac45](https://github.com/Applitools-Dev/sdk/commit/37aac45958b713702bea87c144623dd3e65fce79))
40
+
41
+
42
+
43
+
44
+ ## [1.8.1](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.8.0...js/spec-driver-puppeteer@1.8.1) (2026-05-19)
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * @applitools/snippets bumped to 2.9.1
50
+ #### Bug Fixes
51
+
52
+ * declare @babel/preset-typescript dep for sandbox build ([#3815](https://github.com/Applitools-Dev/sdk/issues/3815)) ([10c44c6](https://github.com/Applitools-Dev/sdk/commit/10c44c66635f1ed4e0361f22ecebf2221c2cc912))
53
+ * @applitools/driver bumped to 1.26.1
54
+ #### Bug Fixes
55
+
56
+ * address CI regressions from executeBrowserCommands and Chromium 140+ service worker ([#3848](https://github.com/Applitools-Dev/sdk/issues/3848)) ([099ada5](https://github.com/Applitools-Dev/sdk/commit/099ada5e52d4153157b98c2203df428579527e49))
57
+
58
+
59
+
60
+
3
61
  ## [1.8.0](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.7.5...js/spec-driver-puppeteer@1.8.0) (2026-05-05)
4
62
 
5
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-puppeteer",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "keywords": [
5
5
  "puppeteer",
6
6
  "chrome devtools protocol",
@@ -41,8 +41,8 @@
41
41
  "up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
42
42
  },
43
43
  "dependencies": {
44
- "@applitools/driver": "1.26.0",
45
- "@applitools/utils": "1.14.4"
44
+ "@applitools/driver": "1.26.2",
45
+ "@applitools/utils": "1.14.5"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",