@applitools/spec-driver-browser-extension 1.0.5 → 1.0.7

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 +29 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-browser-extension@1.0.6...js/spec-driver-browser-extension@1.0.7) (2023-08-10)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/spec-driver-playwright bumped to 1.3.22
9
+ #### Bug Fixes
10
+
11
+ * avoid service worker shutdown ([#1830](https://github.com/applitools/eyes.sdk.javascript1/issues/1830)) ([f552d84](https://github.com/applitools/eyes.sdk.javascript1/commit/f552d8425778f300cad31c0297a04f3f282f34e0))
12
+
13
+ ## [1.0.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-browser-extension@1.0.5...js/spec-driver-browser-extension@1.0.6) (2023-08-03)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/driver bumped to 1.13.4
19
+ #### Bug Fixes
20
+
21
+ * extract device orientation from a browser for web executions ([d8d4e91](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d4e919965fb9105915e762c397ec2cc57a8a71))
22
+
23
+
24
+
25
+ * @applitools/snippets bumped to 2.4.22
26
+ #### Bug Fixes
27
+
28
+ * improve orientation extraction for ios devices ([378d989](https://github.com/applitools/eyes.sdk.javascript1/commit/378d9894e4fbc7247087ccb8c46266dc4737e2e5))
29
+ * @applitools/spec-driver-playwright bumped to 1.3.21
30
+
31
+
3
32
  ## [1.0.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-browser-extension@1.0.4...js/spec-driver-browser-extension@1.0.5) (2023-07-21)
4
33
 
5
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-browser-extension",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "keywords": [
5
5
  "playwright",
6
6
  "chrome devtools protocol",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@applitools/api-extractor": "^1.2.21",
47
- "@applitools/spec-driver-playwright": "^1.3.20",
47
+ "@applitools/spec-driver-playwright": "^1.3.22",
48
48
  "@applitools/test-utils": "^1.5.17",
49
49
  "@babel/core": "^7.22.5",
50
50
  "@babel/preset-env": "^7.22.5",