Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/chains/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@gridplus/chain-core": "workspace:*",
"@scure/base": "^1.2.6"
"@scure/base": "^2.2.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Raise Node floor before adopting @scure/base v2

Updating to @scure/base v2 here can break consumers on Node 20.0–20.18: these chain packages still publish a CommonJS entry ("require": "./dist/index.cjs"), and their tsup config externalizes dependencies, so the CJS build will resolve @scure/base at runtime instead of bundling it. Since v2 is ESM-only, require() from those Node versions throws at runtime, even though this package currently advertises "engines": {"node": ">=20"}. Please either pin to v1, bump the engine floor to the actual required Node patch level, or stop exposing a CJS entry for this dependency path.

Useful? React with 👍 / 👎.

},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/xrp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@gridplus/chain-core": "workspace:*",
"@noble/hashes": "^1.8.0",
"@scure/base": "^1.2.6"
"@scure/base": "^2.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
Expand Down
27 changes: 21 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading