@applitools/spec-driver-puppeteer 1.2.3 → 1.2.5

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 +39 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-puppeteer@1.2.4...js/spec-driver-puppeteer@1.2.5) (2023-11-07)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.15.0
9
+ #### Features
10
+
11
+ * added warning when driver used with capabilities that may conflict with applitools lib workflow ([#2011](https://github.com/applitools/eyes.sdk.javascript1/issues/2011)) ([081006d](https://github.com/applitools/eyes.sdk.javascript1/commit/081006d879894db03a2713129b66586496b6eb02))
12
+
13
+ ## [1.2.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-puppeteer@1.2.3...js/spec-driver-puppeteer@1.2.4) (2023-10-17)
14
+
15
+
16
+ ### Code Refactoring
17
+
18
+ * 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))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * @applitools/utils bumped to 1.6.2
24
+ #### Code Refactoring
25
+
26
+ * 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))
27
+ * @applitools/logger bumped to 2.0.12
28
+ #### Code Refactoring
29
+
30
+ * 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))
31
+
32
+
33
+
34
+ * @applitools/driver bumped to 1.14.4
35
+ #### Code Refactoring
36
+
37
+ * 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))
38
+
39
+
40
+
41
+
3
42
  ## [1.2.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-puppeteer@1.2.2...js/spec-driver-puppeteer@1.2.3) (2023-09-29)
4
43
 
5
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-puppeteer",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "keywords": [
5
5
  "puppeteer",
6
6
  "chrome devtools protocol",
@@ -37,11 +37,11 @@
37
37
  "test": "run --top-level mocha './test/**/*.spec.ts' --exit",
38
38
  "setup": "yarn puppeteer:setup",
39
39
  "puppeteer:setup": "PUPPETEER_PRODUCT=firefox node --require puppeteer/install.js --eval null",
40
- "up:framework": "yarn add --dev --caret puppeteer${APPLITOOLS_FRAMEWORK_VERSION:+@$APPLITOOLS_FRAMEWORK_VERSION}"
40
+ "up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/driver": "1.14.3",
44
- "@applitools/utils": "1.6.1"
43
+ "@applitools/driver": "1.15.0",
44
+ "@applitools/utils": "1.6.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@applitools/api-extractor": "^1.2.22",