@applitools/spec-driver-browser-extension 1.0.12 → 1.0.14

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 +38 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.14](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-browser-extension@1.0.13...js/spec-driver-browser-extension@1.0.14) (2023-10-17)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.6.2
9
+ #### Code Refactoring
10
+
11
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
12
+ * @applitools/logger bumped to 2.0.12
13
+ #### Code Refactoring
14
+
15
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
16
+
17
+
18
+
19
+ * @applitools/spec-driver-playwright bumped to 1.3.29
20
+
21
+ * @applitools/driver bumped to 1.14.4
22
+ #### Code Refactoring
23
+
24
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
25
+
26
+
27
+
28
+
29
+ ## [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)
30
+
31
+
32
+ ### Dependencies
33
+
34
+ * @applitools/spec-driver-playwright bumped to 1.3.28
35
+
36
+ * @applitools/driver bumped to 1.14.3
37
+ #### Bug Fixes
38
+
39
+ * 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))
40
+
3
41
  ## [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)
4
42
 
5
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-browser-extension",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
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.2",
43
- "@applitools/utils": "1.6.1",
42
+ "@applitools/driver": "1.14.4",
43
+ "@applitools/utils": "1.6.2",
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.27",
48
+ "@applitools/spec-driver-playwright": "^1.3.29",
49
49
  "@applitools/test-utils": "^1.5.17",
50
50
  "@babel/core": "^7.22.5",
51
51
  "@babel/preset-env": "^7.22.5",
@@ -57,6 +57,7 @@
57
57
  "copy-webpack-plugin": "^11.0.0",
58
58
  "core-js": "^3.31.0",
59
59
  "playwright": "^1.37.0",
60
+ "stream-browserify": "^3.0.0",
60
61
  "webpack": "^5.75.0",
61
62
  "webpack-cli": "^5.0.1"
62
63
  },