@applitools/eyes-playwright 1.29.2 → 1.29.3

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 +41 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.29.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.29.2...js/eyes-playwright@1.29.3) (2024-10-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.19.2
9
+ #### Bug Fixes
10
+
11
+ * cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
12
+ * @applitools/spec-driver-selenium bumped to 1.5.85
13
+
14
+ * @applitools/spec-driver-playwright bumped to 1.4.1
15
+
16
+ * @applitools/spec-driver-puppeteer bumped to 1.4.14
17
+
18
+ * @applitools/screenshoter bumped to 3.8.38
19
+
20
+ * @applitools/nml-client bumped to 1.8.12
21
+
22
+ * @applitools/ufg-client bumped to 1.13.1
23
+ #### Bug Fixes
24
+
25
+ * cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
26
+ * @applitools/core-base bumped to 1.17.2
27
+ #### Bug Fixes
28
+
29
+ * cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
30
+ * @applitools/core bumped to 4.20.2
31
+ #### Bug Fixes
32
+
33
+ * cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
34
+
35
+
36
+
37
+ * @applitools/spec-driver-webdriver bumped to 1.1.14
38
+
39
+ * @applitools/ec-client bumped to 1.9.8
40
+
41
+ * @applitools/eyes bumped to 1.23.2
42
+
43
+
3
44
  ## [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
45
 
5
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.29.2",
3
+ "version": "1.29.3",
4
4
  "description": "Applitools Eyes SDK for Playwright",
5
5
  "keywords": [
6
6
  "eyes-playwright",
@@ -36,8 +36,8 @@
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.1",
40
- "@applitools/spec-driver-playwright": "1.4.0"
39
+ "@applitools/eyes": "1.23.2",
40
+ "@applitools/spec-driver-playwright": "1.4.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@applitools/api-extractor": "^1.2.22",