@1sat/wallet-node 0.0.1 → 0.0.2

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.
package/dist/index.d.ts CHANGED
@@ -8,5 +8,5 @@ export { createNodeWallet } from './createNodeWallet';
8
8
  export type { NodeWalletConfig, NodeWalletResult } from './createNodeWallet';
9
9
  export { fullSync } from './fullSync';
10
10
  export type { FullSyncOptions, FullSyncResult, FullSyncStage } from './fullSync';
11
- export { Monitor, Services, StorageClient, StorageKnex, StorageProvider, StorageSqlite, Wallet, WalletStorageManager, type sdk as walletSdk, } from '@bsv/wallet-toolbox';
11
+ export { Monitor, Services, StorageClient, StorageKnex, StorageProvider, Wallet, WalletStorageManager, type sdk as walletSdk, } from '@bsv/wallet-toolbox';
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,cAAc,CAAA;AAG5B,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AACrD,YAAY,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAG5E,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAGhF,OAAO,EACN,OAAO,EACP,QAAQ,EACR,aAAa,EACb,WAAW,EACX,eAAe,EACf,aAAa,EACb,MAAM,EACN,oBAAoB,EACpB,KAAK,GAAG,IAAI,SAAS,GACrB,MAAM,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,cAAc,CAAA;AAG5B,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AACrD,YAAY,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAG5E,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAGhF,OAAO,EACN,OAAO,EACP,QAAQ,EACR,aAAa,EACb,WAAW,EACX,eAAe,EACf,MAAM,EACN,oBAAoB,EACpB,KAAK,GAAG,IAAI,SAAS,GACrB,MAAM,qBAAqB,CAAA"}
package/dist/index.js CHANGED
@@ -10,5 +10,5 @@ export { createNodeWallet } from './createNodeWallet';
10
10
  // Full sync
11
11
  export { fullSync } from './fullSync';
12
12
  // Re-export node toolbox utilities
13
- export { Monitor, Services, StorageClient, StorageKnex, StorageProvider, StorageSqlite, Wallet, WalletStorageManager, } from '@bsv/wallet-toolbox';
13
+ export { Monitor, Services, StorageClient, StorageKnex, StorageProvider, Wallet, WalletStorageManager, } from '@bsv/wallet-toolbox';
14
14
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,wCAAwC;AACxC,cAAc,cAAc,CAAA;AAE5B,wBAAwB;AACxB,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAGrD,YAAY;AACZ,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAGrC,mCAAmC;AACnC,OAAO,EACN,OAAO,EACP,QAAQ,EACR,aAAa,EACb,WAAW,EACX,eAAe,EACf,aAAa,EACb,MAAM,EACN,oBAAoB,GAEpB,MAAM,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,wCAAwC;AACxC,cAAc,cAAc,CAAA;AAE5B,wBAAwB;AACxB,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAGrD,YAAY;AACZ,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAGrC,mCAAmC;AACnC,OAAO,EACN,OAAO,EACP,QAAQ,EACR,aAAa,EACb,WAAW,EACX,eAAe,EACf,MAAM,EACN,oBAAoB,GAEpB,MAAM,qBAAqB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1sat/wallet-node",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Node/Bun wallet factory for 1Sat Ordinals SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -20,16 +20,16 @@
20
20
  "keywords": ["1sat", "bsv", "ordinals", "wallet", "node", "server", "cli"],
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
- "@1sat/wallet": "^0.0.5"
23
+ "@1sat/wallet": "^0.0.8"
24
24
  },
25
25
  "peerDependencies": {
26
- "@bsv/sdk": "^1.10.4",
27
- "@bsv/wallet-toolbox": "npm:@bopen-io/wallet-toolbox@1.7.24-idb-fix.1",
26
+ "@bsv/sdk": "^2.0.1",
27
+ "@bsv/wallet-toolbox": "^2.0.4",
28
28
  "knex": "^3.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@bsv/sdk": "^1.10.4",
32
- "@bsv/wallet-toolbox": "npm:@bopen-io/wallet-toolbox@1.7.24-idb-fix.1",
31
+ "@bsv/sdk": "^2.0.1",
32
+ "@bsv/wallet-toolbox": "^2.0.4",
33
33
  "knex": "^3.1.0",
34
34
  "typescript": "^5.9.3"
35
35
  }