@crabnebula/test-runner-backend 0.1.2 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## \[0.1.3]
4
+
5
+ - [`8cbeb7b`](https://github.com/crabnebula-dev/webdriver/commit/8cbeb7be5251377b7c71473baa0bb3cb57c549f9) ([#34](https://github.com/crabnebula-dev/webdriver/pull/34) by [@lucasfernog-crabnebula](https://github.com/crabnebula-dev/webdriver/../../lucasfernog-crabnebula)) Asynchronously upload report.
6
+
3
7
  ## \[0.1.2]
4
8
 
5
9
  - Update webdriver.
package/Cargo.toml CHANGED
@@ -7,7 +7,7 @@ version = "0.0.0"
7
7
  crate-type = ["cdylib"]
8
8
 
9
9
  [dependencies]
10
- test-runner-backend = { path = "../../test-runner-backend/" }
10
+ test-runner-backend = { path = "../../crates/test-runner-backend/" }
11
11
  # Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
12
12
  napi = { version = "2.12.2", default-features = false, features = [
13
13
  "napi4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crabnebula/test-runner-backend",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "index.js",
5
5
  "types": "index.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.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"
33
+ "@crabnebula/test-runner-backend-win32-x64-msvc": "0.1.3",
34
+ "@crabnebula/test-runner-backend-darwin-x64": "0.1.3",
35
+ "@crabnebula/test-runner-backend-linux-x64-gnu": "0.1.3",
36
+ "@crabnebula/test-runner-backend-darwin-arm64": "0.1.3"
37
37
  }
38
38
  }