@applitools/eyes-playwright 1.29.1 → 1.29.2
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 +21 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.29.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.29.1...js/eyes-playwright@1.29.2) (2024-10-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core-base bumped to 1.17.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* don't tar with offline ([#2550](https://github.com/Applitools-Dev/sdk/issues/2550)) ([d8b1a83](https://github.com/Applitools-Dev/sdk/commit/d8b1a833d13b01f5306501772e1c831692512360))
|
|
12
|
+
* @applitools/core bumped to 4.20.1
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* don't tar with offline ([#2550](https://github.com/Applitools-Dev/sdk/issues/2550)) ([d8b1a83](https://github.com/Applitools-Dev/sdk/commit/d8b1a833d13b01f5306501772e1c831692512360))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/ec-client bumped to 1.9.7
|
|
20
|
+
|
|
21
|
+
* @applitools/eyes bumped to 1.23.1
|
|
22
|
+
|
|
23
|
+
|
|
3
24
|
## [1.29.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.29.0...js/eyes-playwright@1.29.1) (2024-09-30)
|
|
4
25
|
|
|
5
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-playwright",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.2",
|
|
4
4
|
"description": "Applitools Eyes SDK for Playwright",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-playwright",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@applitools/eyes": "1.23.
|
|
39
|
+
"@applitools/eyes": "1.23.1",
|
|
40
40
|
"@applitools/spec-driver-playwright": "1.4.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|