@applitools/spec-driver-browser-extension 1.0.31 → 1.0.33

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 +57 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,62 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.33](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.0.32...js/spec-driver-browser-extension@1.0.33) (2024-07-23)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.18.0
9
+ #### Features
10
+
11
+ * disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
12
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * executing web script on mobile environment ([#2380](https://github.com/Applitools-Dev/sdk/issues/2380)) ([da2e551](https://github.com/Applitools-Dev/sdk/commit/da2e551e01082d3cc21b9da5b43e6680233c080d))
17
+ * @applitools/spec-driver-playwright bumped to 1.3.48
18
+
19
+
20
+ ## [1.0.32](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.0.31...js/spec-driver-browser-extension@1.0.32) (2024-06-26)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * @applitools/utils bumped to 1.7.4
31
+ #### Bug Fixes
32
+
33
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
34
+ * @applitools/logger bumped to 2.0.18
35
+ #### Bug Fixes
36
+
37
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
38
+
39
+
40
+
41
+ * @applitools/snippets bumped to 2.4.27
42
+ #### Bug Fixes
43
+
44
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
45
+ * @applitools/spec-driver-playwright bumped to 1.3.47
46
+ #### Bug Fixes
47
+
48
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
49
+
50
+
51
+
52
+ * @applitools/driver bumped to 1.17.5
53
+ #### Bug Fixes
54
+
55
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
56
+
57
+
58
+
59
+
3
60
  ## [1.0.31](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.0.30...js/spec-driver-browser-extension@1.0.31) (2024-06-11)
4
61
 
5
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-browser-extension",
3
- "version": "1.0.31",
3
+ "version": "1.0.33",
4
4
  "keywords": [
5
5
  "playwright",
6
6
  "chrome devtools protocol",
@@ -40,13 +40,13 @@
40
40
  "playwright:setup": "yarn playwright install --with-deps chromium"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/driver": "1.17.4",
44
- "@applitools/utils": "1.7.3",
43
+ "@applitools/driver": "1.18.0",
44
+ "@applitools/utils": "1.7.4",
45
45
  "webextension-polyfill": "0.10.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",
49
- "@applitools/spec-driver-playwright": "^1.3.46",
49
+ "@applitools/spec-driver-playwright": "^1.3.48",
50
50
  "@applitools/test-utils": "^1.5.17",
51
51
  "@babel/core": "^7.22.5",
52
52
  "@babel/preset-env": "^7.22.5",