@applitools/spec-driver-puppeteer 1.4.13 → 1.4.15
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 +22 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.4.15](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.4.14...js/spec-driver-puppeteer@1.4.15) (2024-10-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/snippets bumped to 2.5.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* isStaleElement error ([#2567](https://github.com/Applitools-Dev/sdk/issues/2567)) ([2675086](https://github.com/Applitools-Dev/sdk/commit/2675086aa28589082249e2958942ee29a5f2ef12))
|
|
12
|
+
* @applitools/driver bumped to 1.19.3
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [1.4.14](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.4.13...js/spec-driver-puppeteer@1.4.14) (2024-10-03)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* @applitools/driver bumped to 1.19.2
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
|
|
24
|
+
|
|
3
25
|
## [1.4.13](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.4.12...js/spec-driver-puppeteer@1.4.13) (2024-09-16)
|
|
4
26
|
|
|
5
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/spec-driver-puppeteer",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.15",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"puppeteer",
|
|
6
6
|
"chrome devtools protocol",
|
|
@@ -40,7 +40,7 @@
|
|
|
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.19.
|
|
43
|
+
"@applitools/driver": "1.19.3",
|
|
44
44
|
"@applitools/utils": "1.7.4"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|