@applitools/screenshoter 3.3.3 → 3.3.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.
@@ -9,12 +9,12 @@
9
9
  }
10
10
  },
11
11
  "node_modules/@applitools/screenshoter": {
12
- "version": "3.3.2",
12
+ "version": "3.3.3",
13
13
  "resolved": "file:../dry-run.tgz",
14
- "integrity": "sha512-5epXLfRKO+64jIbxTYwUMUui0xGPQmwccz5aMlLg2V1gtgyrcZ689cn7n8jDBWPCt1Ds0MNEZCimcDjGiAXb4Q==",
14
+ "integrity": "sha512-Z9adhafLkHH0o9oRHyA8QeKWTBNejGVnwX3MzkRI0K6pCS+tdoxwpxzsoJRIhj8WiZn4AWpOgafRh7Uu+QXB1g==",
15
15
  "license": "SEE LICENSE IN LICENSE",
16
16
  "dependencies": {
17
- "@applitools/snippets": "2.1.11",
17
+ "@applitools/snippets": "2.1.12",
18
18
  "@applitools/utils": "1.2.5",
19
19
  "png-async": "0.9.4"
20
20
  },
@@ -23,9 +23,9 @@
23
23
  }
24
24
  },
25
25
  "node_modules/@applitools/snippets": {
26
- "version": "2.1.11",
27
- "resolved": "https://registry.npmjs.org/@applitools/snippets/-/snippets-2.1.11.tgz",
28
- "integrity": "sha512-uNx2sqFACva5Lt23NvYjnxkbUoyAmoCN8dVtAFOhL2a0HyxzYKP5z0tCT/JK8QqM3gkSzeQ0rT0FdxQ9UAl7Og==",
26
+ "version": "2.1.12",
27
+ "resolved": "https://registry.npmjs.org/@applitools/snippets/-/snippets-2.1.12.tgz",
28
+ "integrity": "sha512-XFj9ZMJ8VNNzAuCdGqgmC+SEZY61jRahAiZ/W1dgyJJrEIWmkEm/8USq/3n1mJbbyDV8VhT6+aSikqoanzPETQ==",
29
29
  "engines": {
30
30
  "node": ">=8.9.0"
31
31
  }
@@ -47,17 +47,17 @@
47
47
  "dependencies": {
48
48
  "@applitools/screenshoter": {
49
49
  "version": "file:../dry-run.tgz",
50
- "integrity": "sha512-5epXLfRKO+64jIbxTYwUMUui0xGPQmwccz5aMlLg2V1gtgyrcZ689cn7n8jDBWPCt1Ds0MNEZCimcDjGiAXb4Q==",
50
+ "integrity": "sha512-Z9adhafLkHH0o9oRHyA8QeKWTBNejGVnwX3MzkRI0K6pCS+tdoxwpxzsoJRIhj8WiZn4AWpOgafRh7Uu+QXB1g==",
51
51
  "requires": {
52
- "@applitools/snippets": "2.1.11",
52
+ "@applitools/snippets": "2.1.12",
53
53
  "@applitools/utils": "1.2.5",
54
54
  "png-async": "0.9.4"
55
55
  }
56
56
  },
57
57
  "@applitools/snippets": {
58
- "version": "2.1.11",
59
- "resolved": "https://registry.npmjs.org/@applitools/snippets/-/snippets-2.1.11.tgz",
60
- "integrity": "sha512-uNx2sqFACva5Lt23NvYjnxkbUoyAmoCN8dVtAFOhL2a0HyxzYKP5z0tCT/JK8QqM3gkSzeQ0rT0FdxQ9UAl7Og=="
58
+ "version": "2.1.12",
59
+ "resolved": "https://registry.npmjs.org/@applitools/snippets/-/snippets-2.1.12.tgz",
60
+ "integrity": "sha512-XFj9ZMJ8VNNzAuCdGqgmC+SEZY61jRahAiZ/W1dgyJJrEIWmkEm/8USq/3n1mJbbyDV8VhT6+aSikqoanzPETQ=="
61
61
  },
62
62
  "@applitools/utils": {
63
63
  "version": "1.2.5",
Binary file
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@
4
4
  ## Unreleased
5
5
 
6
6
 
7
+ ## 3.3.4 - 2021/12/23
8
+
9
+ - updated to @applitools/snippets@2.1.12 (from 2.1.11)
10
+
7
11
  ## 3.3.3 - 2021/12/22
8
12
 
9
13
  - improve default rotation and scaling logic
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "description": "Applitools universal screenshoter for web and native applications",
5
5
  "keywords": [
6
6
  "applitools",
@@ -49,12 +49,12 @@
49
49
  }
50
50
  },
51
51
  "dependencies": {
52
- "@applitools/snippets": "2.1.11",
52
+ "@applitools/snippets": "2.1.12",
53
53
  "@applitools/utils": "1.2.5",
54
54
  "png-async": "0.9.4"
55
55
  },
56
56
  "devDependencies": {
57
- "@applitools/driver": "1.4.6",
57
+ "@applitools/driver": "1.4.7",
58
58
  "@applitools/sdk-release-kit": "0.13.4",
59
59
  "@applitools/spec-driver-webdriverio": "1.2.5",
60
60
  "@applitools/test-utils": "1.0.10",
@@ -1,29 +0,0 @@
1
- {
2
- "version": "3.4",
3
- "services": {
4
- "chrome": {
5
- "image": "selenium/standalone-chrome",
6
- "environment": [
7
- "SE_NODE_OVERRIDE_MAX_SESSIONS=true",
8
- "SE_NODE_MAX_SESSIONS=30"
9
- ],
10
- "volumes": [
11
- "/dev/shm:/dev/shm"
12
- ],
13
- "network_mode": "host"
14
- },
15
- "firefox": {
16
- "image": "selenium/standalone-firefox",
17
- "environment": [
18
- "SE_NODE_OVERRIDE_MAX_SESSIONS=true",
19
- "SE_NODE_MAX_SESSIONS=30"
20
- ],
21
- "volumes": [
22
- "/dev/shm:/dev/shm"
23
- ],
24
- "ports": [
25
- "4445:4444"
26
- ]
27
- }
28
- }
29
- }