@1sat/cli 0.0.64 → 0.0.66
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 +2 -2
- package/src/commands/serve.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1sat/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.66",
|
|
4
4
|
"description": "CLI for 1Sat Ordinals SDK",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/cli.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
],
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@1sat/actions": "0.0.
|
|
29
|
+
"@1sat/actions": "0.0.163",
|
|
30
30
|
"@1sat/client": "0.0.38",
|
|
31
31
|
"@1sat/types": "0.0.30",
|
|
32
32
|
"@1sat/wallet-node": "0.0.51",
|
package/src/commands/serve.ts
CHANGED
|
@@ -274,7 +274,7 @@ async function runWithStorage(
|
|
|
274
274
|
? undefined
|
|
275
275
|
: await startWalletServer(resolved, walletResult, accounts)
|
|
276
276
|
|
|
277
|
-
if (mode !== 'wallet'
|
|
277
|
+
if (mode !== 'wallet') {
|
|
278
278
|
const accountsCfg = resolved.accounts
|
|
279
279
|
const r = accountsCfg.repricer
|
|
280
280
|
if (
|