@applitools/eyes-puppeteer 1.17.13 → 1.17.14
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.
- package/CHANGELOG.md +29 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.17.14](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer@1.17.13...js/eyes-puppeteer@1.17.14) (2023-07-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/req bumped from 1.4.0 to 1.5.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* support retries on stuck requests ([be673bb](https://github.com/applitools/eyes.sdk.javascript1/commit/be673bb505c9b21d6aea37d86e88513e95e3cb02))
|
|
12
|
+
* @applitools/ufg-client bumped from 1.4.1 to 1.5.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* support retries on stuck requests ([be673bb](https://github.com/applitools/eyes.sdk.javascript1/commit/be673bb505c9b21d6aea37d86e88513e95e3cb02))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/eyes bumped from 1.6.1 to 1.6.2
|
|
20
|
+
|
|
21
|
+
* @applitools/core bumped from 3.6.1 to 3.6.2
|
|
22
|
+
|
|
23
|
+
* @applitools/core-base bumped from 1.4.0 to 1.4.1
|
|
24
|
+
|
|
25
|
+
* @applitools/ec-client bumped from 1.7.0 to 1.7.1
|
|
26
|
+
|
|
27
|
+
* @applitools/tunnel-client bumped from 1.1.0 to 1.1.1
|
|
28
|
+
|
|
29
|
+
* @applitools/nml-client bumped from 1.5.2 to 1.5.3
|
|
30
|
+
|
|
31
|
+
|
|
3
32
|
## [1.17.13](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer@1.17.12...js/eyes-puppeteer@1.17.13) (2023-07-13)
|
|
4
33
|
|
|
5
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-puppeteer",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.14",
|
|
4
4
|
"description": "Applitools Eyes SDK for Puppeteer",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-puppeteer",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"up:framework": "run --top-level add-silent puppeteer"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@applitools/eyes": "1.6.
|
|
45
|
+
"@applitools/eyes": "1.6.2",
|
|
46
46
|
"@applitools/spec-driver-puppeteer": "1.1.69"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|