@applitools/driver 1.19.5 → 1.19.7

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 +31 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.19.7](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.19.6...js/driver@1.19.7) (2024-11-07)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.7.5
9
+ #### Code Refactoring
10
+
11
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
12
+ * @applitools/snippets bumped to 2.6.2
13
+ #### Bug Fixes
14
+
15
+ * provide a clear "stale element" exception message when passing detached regions to `check` ([#2590](https://github.com/Applitools-Dev/sdk/issues/2590)) ([1e5b49e](https://github.com/Applitools-Dev/sdk/commit/1e5b49e9aec6b8caf89f2cdb1f8e81a237d52896))
16
+ * @applitools/logger bumped to 2.0.19
17
+
18
+
19
+ ## [1.19.6](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.19.5...js/driver@1.19.6) (2024-10-31)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * @applitools/snippets bumped to 2.6.1
30
+ #### Bug Fixes
31
+
32
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
33
+
3
34
  ## [1.19.5](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.19.4...js/driver@1.19.5) (2024-10-31)
4
35
 
5
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/driver",
3
- "version": "1.19.5",
3
+ "version": "1.19.7",
4
4
  "description": "Applitools universal framework wrapper",
5
5
  "keywords": [
6
6
  "applitools",
@@ -73,9 +73,9 @@
73
73
  "test": "run --top-level mocha './test/**/*.spec.ts'"
74
74
  },
75
75
  "dependencies": {
76
- "@applitools/logger": "2.0.18",
77
- "@applitools/snippets": "2.6.0",
78
- "@applitools/utils": "1.7.4",
76
+ "@applitools/logger": "2.0.19",
77
+ "@applitools/snippets": "2.6.2",
78
+ "@applitools/utils": "1.7.5",
79
79
  "semver": "7.6.2"
80
80
  },
81
81
  "devDependencies": {