@applitools/spec-driver-puppeteer 1.4.0 → 1.4.4

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 +45 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.4](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.4.3...js/spec-driver-puppeteer@1.4.4) (2024-04-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.7.1
9
+ #### Bug Fixes
10
+
11
+ * region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
12
+ * @applitools/logger bumped to 2.0.15
13
+
14
+ * @applitools/driver bumped to 1.16.6
15
+
16
+
17
+ ## [1.4.3](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.4.2...js/spec-driver-puppeteer@1.4.3) (2024-03-18)
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * @applitools/driver bumped to 1.16.5
23
+ #### Bug Fixes
24
+
25
+ * trigger js release again ([1695f3d](https://github.com/Applitools-Dev/sdk/commit/1695f3d9967c7ab7b5d8c8637e86faa935a9047f))
26
+
27
+ ## [1.4.2](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.4.1...js/spec-driver-puppeteer@1.4.2) (2024-03-18)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * @applitools/driver bumped to 1.16.4
33
+ #### Bug Fixes
34
+
35
+ * trigger js release ([dbc9bf8](https://github.com/Applitools-Dev/sdk/commit/dbc9bf8da3ab5d93e570881ba2c61efa47a1b342))
36
+
37
+ ## [1.4.1](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.4.0...js/spec-driver-puppeteer@1.4.1) (2024-03-17)
38
+
39
+
40
+ ### Dependencies
41
+
42
+ * @applitools/driver bumped to 1.16.3
43
+ #### Bug Fixes
44
+
45
+ * skip execution of getCurrentWorld and getWorlds when env var is set ([#2234](https://github.com/Applitools-Dev/sdk/issues/2234)) ([3a88602](https://github.com/Applitools-Dev/sdk/commit/3a886028b0437b73dae0474408d9bb74ba940dec))
46
+ * trigger build ([acb9c88](https://github.com/Applitools-Dev/sdk/commit/acb9c88161cf55e8b1e409425b5571d69a2e1d5c))
47
+
3
48
  ## [1.4.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-puppeteer@1.3.5...js/spec-driver-puppeteer@1.4.0) (2024-02-13)
4
49
 
5
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-puppeteer",
3
- "version": "1.4.0",
3
+ "version": "1.4.4",
4
4
  "keywords": [
5
5
  "puppeteer",
6
6
  "chrome devtools protocol",
@@ -40,8 +40,8 @@
40
40
  "up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/driver": "1.16.2",
44
- "@applitools/utils": "1.7.0"
43
+ "@applitools/driver": "1.16.6",
44
+ "@applitools/utils": "1.7.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@applitools/api-extractor": "^1.2.22",