@applitools/eyes-playwright 1.32.1 → 1.33.0

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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.33.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.32.1...js/eyes-playwright@1.33.0) (2024-11-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * offline cli with config ([#2646](https://github.com/Applitools-Dev/sdk/issues/2646)) ([0589dc4](https://github.com/Applitools-Dev/sdk/commit/0589dc429a0c94451e957932106f258dadfd88cc))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/core bumped to 4.25.0
14
+ #### Features
15
+
16
+ * offline cli with config ([#2646](https://github.com/Applitools-Dev/sdk/issues/2646)) ([0589dc4](https://github.com/Applitools-Dev/sdk/commit/0589dc429a0c94451e957932106f258dadfd88cc))
17
+ * @applitools/eyes bumped to 1.29.0
18
+ #### Features
19
+
20
+ * offline cli with config ([#2646](https://github.com/Applitools-Dev/sdk/issues/2646)) ([0589dc4](https://github.com/Applitools-Dev/sdk/commit/0589dc429a0c94451e957932106f258dadfd88cc))
21
+
22
+
23
+
24
+
3
25
  ## [1.32.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.32.0...js/eyes-playwright@1.32.1) (2024-11-27)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.32.1",
3
+ "version": "1.33.0",
4
4
  "description": "Applitools Eyes SDK for Playwright",
5
5
  "keywords": [
6
6
  "eyes-playwright",
@@ -59,7 +59,7 @@
59
59
  "up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
60
60
  },
61
61
  "dependencies": {
62
- "@applitools/eyes": "1.28.0",
62
+ "@applitools/eyes": "1.29.0",
63
63
  "@applitools/spec-driver-playwright": "1.5.3",
64
64
  "@applitools/utils": "1.7.5",
65
65
  "@inquirer/prompts": "7.0.1",