hd-wallet-wasm 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/aligned.mjs +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hd-wallet-wasm",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Comprehensive HD Wallet implementation in WebAssembly - BIP-32/39/44, multi-curve, multi-chain support",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",
package/src/aligned.mjs CHANGED
@@ -50,7 +50,7 @@ import {
50
50
  // Enums
51
51
  Curve as AlignedCurve,
52
52
  Error as AlignedErrorCode,
53
- } from '../../generated/aligned/hd_wallet_aligned.mjs';
53
+ } from './generated/aligned/hd_wallet_aligned.mjs';
54
54
 
55
55
  // Re-export for external use
56
56
  export { AlignedCurve, AlignedErrorCode };