@crabnebula/test-runner-backend 0.1.0 → 0.1.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 +8 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## \[0.1.2]
4
+
5
+ - Update webdriver.
6
+
7
+ ## \[0.1.1]
8
+
9
+ - Fix environment.
10
+
3
11
  ## \[0.1.0]
4
12
 
5
13
  - [`bc81b34`](https://github.com/crabnebula-dev/webdriver/commit/bc81b34090682a3c11556267ac469881a576f1bc) ([#33](https://github.com/crabnebula-dev/webdriver/pull/33) by [@enes-crabnebula](https://github.com/crabnebula-dev/webdriver/../../enes-crabnebula)) - Fix tauri updater plugin crash on macOS.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crabnebula/test-runner-backend",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "bin": {
@@ -23,7 +23,6 @@
23
23
  },
24
24
  "scripts": {
25
25
  "artifacts": "napi artifacts",
26
- "build:deps": "cargo build --manifest-path ../../webdriver/Cargo.toml",
27
26
  "build": "napi build --platform --release",
28
27
  "build:debug": "napi build --platform",
29
28
  "prepublishOnly": "napi prepublish -t npm",
@@ -31,9 +30,9 @@
31
30
  "version": "napi version"
32
31
  },
33
32
  "optionalDependencies": {
34
- "@crabnebula/test-runner-backend-win32-x64-msvc": "0.1.0",
35
- "@crabnebula/test-runner-backend-darwin-x64": "0.1.0",
36
- "@crabnebula/test-runner-backend-linux-x64-gnu": "0.1.0",
37
- "@crabnebula/test-runner-backend-darwin-arm64": "0.1.0"
33
+ "@crabnebula/test-runner-backend-win32-x64-msvc": "0.1.2",
34
+ "@crabnebula/test-runner-backend-darwin-x64": "0.1.2",
35
+ "@crabnebula/test-runner-backend-linux-x64-gnu": "0.1.2",
36
+ "@crabnebula/test-runner-backend-darwin-arm64": "0.1.2"
38
37
  }
39
38
  }