@applitools/spec-driver-browser-extension 1.5.1 → 1.5.3

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.3](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.5.2...js/spec-driver-browser-extension@1.5.3) (2026-06-14)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.9.3
9
+ #### Bug Fixes
10
+
11
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
12
+ * @applitools/driver bumped to 1.26.3
13
+
14
+ * @applitools/spec-driver-playwright bumped to 1.9.3
15
+
16
+
17
+ ## [1.5.2](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.5.1...js/spec-driver-browser-extension@1.5.2) (2026-05-26)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * 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))
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * @applitools/utils bumped to 1.14.5
28
+ #### Bug Fixes
29
+
30
+ * 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))
31
+ * @applitools/logger bumped to 2.2.12
32
+ #### Bug Fixes
33
+
34
+ * 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))
35
+
36
+
37
+
38
+ * @applitools/dom-shared bumped to 1.2.1
39
+ #### Bug Fixes
40
+
41
+ * 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))
42
+ * @applitools/snippets bumped to 2.9.2
43
+ #### Bug Fixes
44
+
45
+ * 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))
46
+
47
+
48
+
49
+ * @applitools/driver bumped to 1.26.2
50
+ #### Bug Fixes
51
+
52
+ * 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))
53
+ * 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))
54
+
55
+
56
+
57
+ * @applitools/spec-driver-playwright bumped to 1.9.2
58
+ #### Bug Fixes
59
+
60
+ * 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))
61
+
62
+
63
+
64
+
3
65
  ## [1.5.1](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.5.0...js/spec-driver-browser-extension@1.5.1) (2026-05-19)
4
66
 
5
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-browser-extension",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "keywords": [
5
5
  "playwright",
6
6
  "chrome devtools protocol",
@@ -40,14 +40,14 @@
40
40
  "playwright:setup": "yarn playwright install --with-deps chromium"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/driver": "1.26.1",
44
- "@applitools/utils": "1.14.4",
43
+ "@applitools/driver": "1.26.3",
44
+ "@applitools/utils": "1.14.5",
45
45
  "webextension-polyfill": "0.10.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",
49
- "@applitools/logger": "^2.2.11",
50
- "@applitools/spec-driver-playwright": "^1.9.1",
49
+ "@applitools/logger": "^2.2.12",
50
+ "@applitools/spec-driver-playwright": "^1.9.3",
51
51
  "@applitools/test-utils": "^1.5.17",
52
52
  "@babel/core": "^7.26.0",
53
53
  "@babel/preset-env": "^7.22.5",