Skip to content

Commit b296d13

Browse files
authored
Merge pull request #7916 from BitGo/WP-7457-sdk-Support-Node-24
feat(sdk): support node 24
2 parents 0c244f4 + b998bd1 commit b296d13

File tree

102 files changed

+118
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+118
-105
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.18.0
1+
24.18.0

CLAUDE.md

Lines changed: 1 addition & 1 deletion

DEVELOPERS.md

Lines changed: 2 additions & 2 deletions

README.md

Lines changed: 2 additions & 1 deletion

examples/js/sui/custom-tx/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.16.0
1+
24.18.0

examples/ts/proxy/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.16.0
1+
24.18.0

examples/ts/tss-recovery/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.16.0
1+
24.18.0

examples/ts/tss-smc/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.16.0
1+
24.18.0

modules/abstract-cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "BitGo SDK Team <sdkteam@bitgo.com>",
1717
"license": "MIT",
1818
"engines": {
19-
"node": ">=20 <23"
19+
"node": ">=20 <25"
2020
},
2121
"repository": {
2222
"type": "git",

modules/abstract-eth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "BitGo SDK Team <sdkteam@bitgo.com>",
1919
"license": "MIT",
2020
"engines": {
21-
"node": ">=20 <23"
21+
"node": ">=20 <25"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)