@1sat/cli 0.0.29 → 0.0.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1sat/cli",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "CLI for 1Sat Ordinals SDK",
5
5
  "type": "module",
6
6
  "main": "./src/cli.ts",
@@ -16,10 +16,10 @@
16
16
  "keywords": ["1sat", "bsv", "ordinals", "cli"],
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "@1sat/actions": "0.0.97",
19
+ "@1sat/actions": "0.0.98",
20
20
  "@1sat/client": "0.0.21",
21
21
  "@1sat/types": "0.0.17",
22
- "@1sat/wallet-node": "0.0.27",
22
+ "@1sat/wallet-node": "0.0.28",
23
23
  "@bsv/sdk": "^2.0.13",
24
24
  "chalk": "^5.0.0",
25
25
  "@clack/prompts": "^0.8.0",
@@ -305,7 +305,7 @@ async function remoteSetActive(
305
305
  console.log(` Switching active storage to ${target}...`)
306
306
  }
307
307
 
308
- await walletResult.migrateRemote(target)
308
+ await walletResult.setActiveStorage(target)
309
309
 
310
310
  // Persist to config
311
311
  saveConfig({ ...config, activeRemote: target })