@applitools/eyes-playwright 1.33.0 → 1.33.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.33.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.33.1...js/eyes-playwright@1.33.2) (2024-12-05)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/ufg-client bumped to 1.15.0
9
+ #### Features
10
+
11
+ * deterministic output for offline mode ([#2666](https://github.com/Applitools-Dev/sdk/issues/2666)) ([0e158c4](https://github.com/Applitools-Dev/sdk/commit/0e158c4ea62c4681513a952a9e2a681c4618a6bd))
12
+ * @applitools/core-base bumped to 1.20.0
13
+ #### Features
14
+
15
+ * deterministic output for offline mode ([#2666](https://github.com/Applitools-Dev/sdk/issues/2666)) ([0e158c4](https://github.com/Applitools-Dev/sdk/commit/0e158c4ea62c4681513a952a9e2a681c4618a6bd))
16
+ * @applitools/core bumped to 4.26.0
17
+ #### Features
18
+
19
+ * deterministic output for offline mode ([#2666](https://github.com/Applitools-Dev/sdk/issues/2666)) ([0e158c4](https://github.com/Applitools-Dev/sdk/commit/0e158c4ea62c4681513a952a9e2a681c4618a6bd))
20
+
21
+
22
+ #### Bug Fixes
23
+
24
+ * coded regions dynamic regions with `By` locators ([#2660](https://github.com/Applitools-Dev/sdk/issues/2660)) ([e71b3ae](https://github.com/Applitools-Dev/sdk/commit/e71b3aec7241e61c9ba0d637e6242cedd8f4be7b))
25
+
26
+
27
+
28
+ * @applitools/ec-client bumped to 1.9.16
29
+
30
+ * @applitools/eyes bumped to 1.29.2
31
+
32
+
33
+ ## [1.33.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.33.0...js/eyes-playwright@1.33.1) (2024-11-29)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * offline cli chalk error ([c7c659a](https://github.com/Applitools-Dev/sdk/commit/c7c659aa889080f2fc7763152db2447211fe1487))
39
+
40
+
41
+ ### Dependencies
42
+
43
+ * @applitools/eyes bumped to 1.29.1
44
+ #### Bug Fixes
45
+
46
+ * offline cli chalk error ([c7c659a](https://github.com/Applitools-Dev/sdk/commit/c7c659aa889080f2fc7763152db2447211fe1487))
47
+
3
48
  ## [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
49
 
5
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.33.0",
3
+ "version": "1.33.2",
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.29.0",
62
+ "@applitools/eyes": "1.29.2",
63
63
  "@applitools/spec-driver-playwright": "1.5.3",
64
64
  "@applitools/utils": "1.7.5",
65
65
  "@inquirer/prompts": "7.0.1",
@@ -77,7 +77,7 @@
77
77
  "@rollup/plugin-typescript": "^12.1.0",
78
78
  "@types/node": "^12.20.55",
79
79
  "jszip": "^3.10.1",
80
- "playwright": "1.47.0",
80
+ "playwright": "1.49.0",
81
81
  "rollup": "^4.1.4"
82
82
  },
83
83
  "peerDependencies": {