@applitools/spec-driver-browser-extension 1.0.4 → 1.0.6

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 +43 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.13.4
9
+ #### Bug Fixes
10
+
11
+ * extract device orientation from a browser for web executions ([d8d4e91](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d4e919965fb9105915e762c397ec2cc57a8a71))
12
+
13
+
14
+
15
+ * @applitools/snippets bumped to 2.4.22
16
+ #### Bug Fixes
17
+
18
+ * improve orientation extraction for ios devices ([378d989](https://github.com/applitools/eyes.sdk.javascript1/commit/378d9894e4fbc7247087ccb8c46266dc4737e2e5))
19
+ * @applitools/spec-driver-playwright bumped to 1.3.21
20
+
21
+
22
+ ## [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)
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * @applitools/spec-driver-playwright bumped to 1.3.20
28
+ #### Bug Fixes
29
+
30
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
31
+
32
+
33
+
34
+ * @applitools/driver bumped to 1.13.3
35
+ #### Bug Fixes
36
+
37
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
38
+
39
+
40
+
41
+ * @applitools/logger bumped to 2.0.7
42
+ #### Bug Fixes
43
+
44
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
45
+
3
46
  ## [1.0.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-browser-extension@1.0.3...js/spec-driver-browser-extension@1.0.4) (2023-07-21)
4
47
 
5
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-browser-extension",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
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.19",
47
+ "@applitools/spec-driver-playwright": "^1.3.21",
48
48
  "@applitools/test-utils": "^1.5.17",
49
49
  "@babel/core": "^7.22.5",
50
50
  "@babel/preset-env": "^7.22.5",