Skip to content

Commit 324d6a6

Browse files
committed
chore: depend on @dcl/abgen-node 0.15.2
0.15.2 restores the case-insensitive collapse of oversized bundle names, which was reverted from abgen before 0.15.0 and so is broken in the version this branch pinned: a Windows bundle name long enough to collapse was written under one digest and looked up under another. Preview is exactly where that bites, since the local scene is converted and served by the same process. Also carries the refusal to write filename components that cannot fit in NAME_MAX, which now fails with the offending path instead of the OS's ENAMETOOLONG from somewhere inside a conversion.
1 parent 944c8a3 commit 324d6a6

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

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

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0",
10+
"@dcl/abgen-node": "^0.15.2",
1111
"@dcl/crypto": "^3.4.4",
1212
"@dcl/ecs": "file:../ecs",
1313
"@dcl/gltf-validator-ts": "1.0.14",

0 commit comments

Comments
 (0)