Skip to content

Commit 70e8001

Browse files
committed
chore: depend on @dcl/abgen-node 0.15.4
0.15.3 made setMaxThreads reachable: it was exported from the addon but missing from the generated wrapper, so every earlier binary carried the symbol while the package did not expose it. Nothing here calls it yet, but a floor below 0.15.3 promises an API that is not there. 0.15.4 also makes the Windows library self-contained — it imports no MinGW runtime, so there is nothing to place beside the addon on that platform.
1 parent 324d6a6 commit 70e8001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@dcl/sdk-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sdk-commands": "./dist/index.js"
88
},
99
"dependencies": {
10-
"@dcl/abgen-node": "^0.15.2",
10+
"@dcl/abgen-node": "^0.15.4",
1111
"@dcl/crypto": "^3.4.4",
1212
"@dcl/ecs": "file:../ecs",
1313
"@dcl/gltf-validator-ts": "1.0.14",

0 commit comments

Comments
 (0)