@applitools/screenshoter 3.7.47 → 3.8.1

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 +32 -0
  2. package/package.json +9 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.8.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.0...js/screenshoter@3.8.1) (2023-06-28)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped from 1.4.0 to 1.5.0
9
+ #### Features
10
+
11
+ * handled abandoned tunnels ([#1669](https://github.com/applitools/eyes.sdk.javascript1/issues/1669)) ([e01a9f6](https://github.com/applitools/eyes.sdk.javascript1/commit/e01a9f6f7543fc5e6bd842acf6ee8de8cfb49998))
12
+ * @applitools/image bumped from 1.0.35 to 1.0.36
13
+
14
+ * @applitools/logger bumped from 2.0.4 to 2.0.5
15
+
16
+
17
+ ## [3.8.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.7.47...js/screenshoter@3.8.0) (2023-06-21)
18
+
19
+
20
+ ### Features
21
+
22
+ * **js/screenshoter:** new feature ([23b43a7](https://github.com/applitools/eyes.sdk.javascript1/commit/23b43a7a0634f6262f5cfa683acd58975bcaa949))
23
+ * **js/screenshoter:** new feature ([97c9a38](https://github.com/applitools/eyes.sdk.javascript1/commit/97c9a38ea03ce4065ea9e593f2eb9b2dc02d03b1))
24
+ * **js/screenshoter:** new feature ([a6886e2](https://github.com/applitools/eyes.sdk.javascript1/commit/a6886e2596e6162f0f38d84cf5e99f23906330fc))
25
+ * **js/screenshoter:** new feature ([5224a13](https://github.com/applitools/eyes.sdk.javascript1/commit/5224a132edf26d0fb023cfc2074e66b610b60c30))
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * @applitools/logger bumped from 2.0.3 to 2.0.4
31
+ #### Bug Fixes
32
+
33
+ * fixed issue when extended logger didn't preserve base's handler ([7c5e029](https://github.com/applitools/eyes.sdk.javascript1/commit/7c5e0299522f792aad72b7b3827df31a1ab2d68f))
34
+
3
35
  ## [3.7.47](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter-v3.7.46...js/screenshoter@3.7.47) (2023-06-13)
4
36
 
5
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.7.47",
3
+ "version": "3.8.1",
4
4
  "description": "Applitools universal screenshoter for web and native applications",
5
5
  "keywords": [
6
6
  "applitools",
@@ -56,16 +56,16 @@
56
56
  "appium:setup": "mkdir -p ./logs && appium --address 127.0.0.1 --port 4723 --base-path /wd/hub --log-level error:info --log ./logs/appium.log --relaxed-security &"
57
57
  },
58
58
  "dependencies": {
59
- "@applitools/image": "1.0.35",
60
- "@applitools/logger": "2.0.3",
59
+ "@applitools/image": "1.0.36",
60
+ "@applitools/logger": "2.0.5",
61
61
  "@applitools/snippets": "2.4.21",
62
- "@applitools/utils": "1.4.0",
62
+ "@applitools/utils": "1.5.0",
63
63
  "jpeg-js": "0.4.4",
64
64
  "png-async": "0.9.4"
65
65
  },
66
66
  "devDependencies": {
67
- "@applitools/driver": "^1.12.2",
68
- "@applitools/spec-driver-webdriverio": "^1.5.3",
67
+ "@applitools/driver": "^1.12.4",
68
+ "@applitools/spec-driver-webdriverio": "^1.5.5",
69
69
  "@applitools/test-utils": "^1.5.17",
70
70
  "appium": "^1.22.3",
71
71
  "chromedriver": "^114.0.1",
@@ -74,5 +74,8 @@
74
74
  },
75
75
  "engines": {
76
76
  "node": ">=12.13.0"
77
+ },
78
+ "publishConfig": {
79
+ "access": "public"
77
80
  }
78
81
  }