@crabnebula/test-runner-backend 0.2.4 → 0.2.5

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 +4 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## \[0.2.5]
4
+
5
+ - [`432ab4e`](https://github.com/crabnebula-dev/webdriver/commit/432ab4e68248bd6099a3728a7bcb9f4dccbfe102) Improve error handling for stale elements.
6
+
3
7
  ## \[0.2.4]
4
8
 
5
9
  - [`8bd23c7`](https://github.com/crabnebula-dev/webdriver/commit/8bd23c7464dd46a3ac597254232f0365d391bf36) ([#75](https://github.com/crabnebula-dev/webdriver/pull/75) by [@lucasfernog-crabnebula](https://github.com/crabnebula-dev/webdriver/../../lucasfernog-crabnebula)) Implement missing WebDriver APIs:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crabnebula/test-runner-backend",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "main": "main.js",
5
5
  "types": "main.d.ts",
6
6
  "bin": {
@@ -30,9 +30,9 @@
30
30
  "version": "napi version"
31
31
  },
32
32
  "optionalDependencies": {
33
- "@crabnebula/test-runner-backend-win32-x64-msvc": "0.2.4",
34
- "@crabnebula/test-runner-backend-darwin-x64": "0.2.4",
35
- "@crabnebula/test-runner-backend-linux-x64-gnu": "0.2.4",
36
- "@crabnebula/test-runner-backend-darwin-arm64": "0.2.4"
33
+ "@crabnebula/test-runner-backend-win32-x64-msvc": "0.2.5",
34
+ "@crabnebula/test-runner-backend-darwin-x64": "0.2.5",
35
+ "@crabnebula/test-runner-backend-linux-x64-gnu": "0.2.5",
36
+ "@crabnebula/test-runner-backend-darwin-arm64": "0.2.5"
37
37
  }
38
38
  }