@applitools/spec-driver-browser-extension 1.0.11 → 1.0.13

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 +48 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.13](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-browser-extension@1.0.12...js/spec-driver-browser-extension@1.0.13) (2023-09-29)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/spec-driver-playwright bumped to 1.3.28
9
+
10
+ * @applitools/driver bumped to 1.14.3
11
+ #### Bug Fixes
12
+
13
+ * force native on get environment ([#1939](https://github.com/applitools/eyes.sdk.javascript1/issues/1939)) ([f42854e](https://github.com/applitools/eyes.sdk.javascript1/commit/f42854eacc769751447204143cb4d50113edc732))
14
+
15
+ ## [1.0.12](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-browser-extension@1.0.11...js/spec-driver-browser-extension@1.0.12) (2023-09-25)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/utils bumped to 1.6.1
21
+ #### Bug Fixes
22
+
23
+ * add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
24
+
25
+
26
+ #### Code Refactoring
27
+
28
+ * use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
29
+ * @applitools/logger bumped to 2.0.11
30
+ #### Bug Fixes
31
+
32
+ * add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
33
+
34
+
35
+
36
+ * @applitools/spec-driver-playwright bumped to 1.3.27
37
+ #### Code Refactoring
38
+
39
+ * use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
40
+
41
+
42
+
43
+ * @applitools/driver bumped to 1.14.2
44
+ #### Code Refactoring
45
+
46
+ * use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
47
+
48
+
49
+
50
+
3
51
  ## [1.0.11](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-browser-extension@1.0.10...js/spec-driver-browser-extension@1.0.11) (2023-09-21)
4
52
 
5
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-browser-extension",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "keywords": [
5
5
  "playwright",
6
6
  "chrome devtools protocol",
@@ -39,13 +39,13 @@
39
39
  "setup": "run --top-level xvfb:setup"
40
40
  },
41
41
  "dependencies": {
42
- "@applitools/driver": "1.14.1",
43
- "@applitools/utils": "1.6.0",
42
+ "@applitools/driver": "1.14.3",
43
+ "@applitools/utils": "1.6.1",
44
44
  "webextension-polyfill": "0.10.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@applitools/api-extractor": "^1.2.22",
48
- "@applitools/spec-driver-playwright": "^1.3.26",
48
+ "@applitools/spec-driver-playwright": "^1.3.28",
49
49
  "@applitools/test-utils": "^1.5.17",
50
50
  "@babel/core": "^7.22.5",
51
51
  "@babel/preset-env": "^7.22.5",