@dcl/abgen-node 0.15.3 → 0.16.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.
- package/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -20,4 +20,4 @@ non-zero `exitCode` in `manifest`, with `code` still 0.
|
|
|
20
20
|
|
|
21
21
|
`platform` is `"windows"`, `"mac"`, `"linux"` or `"webgl"`.
|
|
22
22
|
|
|
23
|
-
Prebuilt for linux x64/arm64, darwin x64/arm64 and win32 x64. Apache-2.0
|
|
23
|
+
Prebuilt for linux x64/arm64, darwin x64/arm64 and win32 x64. Apache-2.0.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/abgen-node",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
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
|
-
"license": "Apache-2.0
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/decentraland/abgen.git"
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"registry": "https://registry.npmjs.org/"
|
|
47
47
|
},
|
|
48
48
|
"optionalDependencies": {
|
|
49
|
-
"@dcl/abgen-node-linux-x64-gnu": "0.
|
|
50
|
-
"@dcl/abgen-node-linux-arm64-gnu": "0.
|
|
51
|
-
"@dcl/abgen-node-darwin-x64": "0.
|
|
52
|
-
"@dcl/abgen-node-darwin-arm64": "0.
|
|
53
|
-
"@dcl/abgen-node-win32-x64-msvc": "0.
|
|
49
|
+
"@dcl/abgen-node-linux-x64-gnu": "0.16.0",
|
|
50
|
+
"@dcl/abgen-node-linux-arm64-gnu": "0.16.0",
|
|
51
|
+
"@dcl/abgen-node-darwin-x64": "0.16.0",
|
|
52
|
+
"@dcl/abgen-node-darwin-arm64": "0.16.0",
|
|
53
|
+
"@dcl/abgen-node-win32-x64-msvc": "0.16.0"
|
|
54
54
|
}
|
|
55
55
|
}
|