@babylonlabs-io/ts-sdk 0.13.2 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,10 +49,6 @@ export declare const TEST_AMOUNTS: {
49
49
  /**
50
50
  * Initialize WASM module for Node.js testing environment.
51
51
  *
52
- * This function loads the WASM binary from the workspace and initializes it
53
- * properly for the test environment. It uses require.resolve() to find the
54
- * WASM file reliably regardless of the workspace structure.
55
- *
56
52
  * **Note:** This should be called once in beforeAll() for each test suite.
57
53
  *
58
54
  * @returns Promise that resolves when WASM is initialized
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/tbv/core/primitives/psbt/__tests__/helpers.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAIH;;;;GAIG;AACH,eAAO,MAAM,SAAS;;IAGpB,wCAAwC;;IAIxC,qBAAqB;;IAIrB,qBAAqB;;IAIrB,6BAA6B;;IAI7B,6BAA6B;;CAGrB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,YAAY;IACvB,qCAAqC;;IAGrC,qCAAqC;;IAGrC,wCAAwC;;IAGxC,2CAA2C;;IAG3C,sDAAsD;;IAGtD,sDAAsD;;IAGtD,sCAAsC;;IAGtC,+CAA+C;;CAEvC,CAAC;AAEX;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAsB,sBAAsB,IAAI,OAAO,CAAC,IAAI,CAAC,CAyB5D"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/tbv/core/primitives/psbt/__tests__/helpers.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAIH;;;;GAIG;AACH,eAAO,MAAM,SAAS;;IAGpB,wCAAwC;;IAIxC,qBAAqB;;IAIrB,qBAAqB;;IAIrB,6BAA6B;;IAI7B,6BAA6B;;CAGrB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,YAAY;IACvB,qCAAqC;;IAGrC,qCAAqC;;IAGrC,wCAAwC;;IAGxC,2CAA2C;;IAG3C,sDAAsD;;IAGtD,sDAAsD;;IAGtD,sCAAsC;;IAGtC,+CAA+C;;CAEvC,CAAC;AAEX;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAsB,sBAAsB,IAAI,OAAO,CAAC,IAAI,CAAC,CAE5D"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonlabs-io/ts-sdk",
3
- "version": "0.13.2",
3
+ "version": "0.14.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -67,12 +67,12 @@
67
67
  "license": "ISC",
68
68
  "description": "TypeScript SDK for Babylon protocol integrations",
69
69
  "dependencies": {
70
+ "@babylonlabs-io/babylon-tbv-rust-wasm": "0.7.0",
70
71
  "@bitcoin-js/tiny-secp256k1-asmjs": "2.2.3",
71
72
  "@noble/hashes": "2.0.1",
72
73
  "@scure/bip39": "2.0.1",
73
74
  "bitcoinjs-lib": "6.1.7",
74
- "buffer": "6.0.3",
75
- "@babylonlabs-io/babylon-tbv-rust-wasm": "0.1.0"
75
+ "buffer": "6.0.3"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "viem": "^2.38.2"