@applitools/screenshoter 3.3.7 → 3.3.8

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 +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@
4
4
  ## Unreleased
5
5
 
6
6
 
7
+ ## 3.3.8 - 2022/2/16
8
+
9
+ - updated to @applitools/snippets@2.1.14 (from 2.1.13)
10
+
7
11
  ## 3.3.7 - 2022/2/15
8
12
 
9
13
  - fix image scaling on pages without viewport metatag
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.3.7",
3
+ "version": "3.3.8",
4
4
  "description": "Applitools universal screenshoter for web and native applications",
5
5
  "keywords": [
6
6
  "applitools",
@@ -60,12 +60,12 @@
60
60
  }
61
61
  },
62
62
  "dependencies": {
63
- "@applitools/snippets": "2.1.13",
63
+ "@applitools/snippets": "2.1.14",
64
64
  "@applitools/utils": "1.2.13",
65
65
  "png-async": "0.9.4"
66
66
  },
67
67
  "devDependencies": {
68
- "@applitools/driver": "1.4.14",
68
+ "@applitools/driver": "1.4.15",
69
69
  "@applitools/sdk-release-kit": "0.13.11",
70
70
  "@applitools/spec-driver-webdriverio": "1.2.7",
71
71
  "@applitools/test-utils": "1.0.12",