@dcl/abgen-node 0.17.3 → 0.17.4

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/abgen-node",
3
- "version": "0.17.3",
3
+ "version": "0.17.4",
4
4
  "description": "Decentraland asset-bundle conversion in-process for Node (Rust + napi-rs) — the same abgen core the server and the Unity plugin run",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -33,7 +33,7 @@
33
33
  "artifacts": "napi artifacts",
34
34
  "prepublishOnly": "napi prepublish -t npm --skip-gh-release",
35
35
  "version": "napi version",
36
- "test": "node test/smoke.mjs"
36
+ "test": "node test/sanity.mjs"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@napi-rs/cli": "^2.18.4"
@@ -46,10 +46,10 @@
46
46
  "registry": "https://registry.npmjs.org/"
47
47
  },
48
48
  "optionalDependencies": {
49
- "@dcl/abgen-node-linux-x64-gnu": "0.17.3",
50
- "@dcl/abgen-node-linux-arm64-gnu": "0.17.3",
51
- "@dcl/abgen-node-darwin-x64": "0.17.3",
52
- "@dcl/abgen-node-darwin-arm64": "0.17.3",
53
- "@dcl/abgen-node-win32-x64-msvc": "0.17.3"
49
+ "@dcl/abgen-node-linux-x64-gnu": "0.17.4",
50
+ "@dcl/abgen-node-linux-arm64-gnu": "0.17.4",
51
+ "@dcl/abgen-node-darwin-x64": "0.17.4",
52
+ "@dcl/abgen-node-darwin-arm64": "0.17.4",
53
+ "@dcl/abgen-node-win32-x64-msvc": "0.17.4"
54
54
  }
55
55
  }