@crabnebula/test-runner-backend 0.1.18 → 0.2.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 +4 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## \[0.2.0]
4
+
5
+ - [`f14d83b`](https://github.com/crabnebula-dev/webdriver/commit/f14d83bbb1e1a0c85465e86fdda8731d3ec1af51) ([#66](https://github.com/crabnebula-dev/webdriver/pull/66) by [@lucasfernog-crabnebula](https://github.com/crabnebula-dev/webdriver/../../lucasfernog-crabnebula)) Support Linux and Windows.
6
+
3
7
  ## \[0.1.18]
4
8
 
5
9
  - [`1bc9793`](https://github.com/crabnebula-dev/webdriver/commit/1bc979332e5dac439427fa15c67ef1fa4ea5f351) ([#63](https://github.com/crabnebula-dev/webdriver/pull/63) by [@lucasfernog-crabnebula](https://github.com/crabnebula-dev/webdriver/../../lucasfernog-crabnebula)) Fix the element selected property accessor.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crabnebula/test-runner-backend",
3
- "version": "0.1.18",
3
+ "version": "0.2.0",
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.1.18",
34
- "@crabnebula/test-runner-backend-darwin-x64": "0.1.18",
35
- "@crabnebula/test-runner-backend-linux-x64-gnu": "0.1.18",
36
- "@crabnebula/test-runner-backend-darwin-arm64": "0.1.18"
33
+ "@crabnebula/test-runner-backend-win32-x64-msvc": "0.2.0",
34
+ "@crabnebula/test-runner-backend-darwin-x64": "0.2.0",
35
+ "@crabnebula/test-runner-backend-linux-x64-gnu": "0.2.0",
36
+ "@crabnebula/test-runner-backend-darwin-arm64": "0.2.0"
37
37
  }
38
38
  }