Skip to content

Commit e570194

Browse files
Merge pull request #13 from BitGo/BTC-2652.bump-ts
chore(wasm-utxo): update dependencies and type definitions
2 parents 9b0e841 + 1c6f2ee commit e570194

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package-lock.json

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

packages/wasm-utxo/js/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ declare module "./wasm/wasm_utxo" {
3535

3636
interface WrapPsbt {
3737
signWithXprv(this: WrapPsbt, xprv: string): SignPsbtResult;
38-
signWithPrv(this: WrapPsbt, prv: Buffer): SignPsbtResult;
38+
signWithPrv(this: WrapPsbt, prv: Uint8Array): SignPsbtResult;
3939
}
4040
}
4141

packages/wasm-utxo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@bitgo/utxo-lib": "^10.1.0",
3939
"@types/mocha": "^10.0.7",
40-
"@types/node": "^20.14.10",
40+
"@types/node": "^22.10.5",
4141
"mocha": "^10.6.0",
4242
"tsx": "4.20.6",
4343
"typescript": "^5.5.3"

0 commit comments

Comments
 (0)