@agentlayer.tech/wallet 0.1.8 → 0.1.9

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/README.md CHANGED
@@ -49,7 +49,7 @@ Or install the CLI globally first:
49
49
 
50
50
  ```bash
51
51
  npm install -g @agentlayer.tech/wallet
52
- openclaw-agent-wallet install --yes
52
+ wallet install --yes
53
53
  ```
54
54
 
55
55
  The npm CLI runs the same bundled installer, but uses a versioned runtime layout:
@@ -64,10 +64,10 @@ The npm CLI runs the same bundled installer, but uses a versioned runtime layout
64
64
  Useful npm CLI commands:
65
65
 
66
66
  ```bash
67
- openclaw-agent-wallet status
68
- openclaw-agent-wallet doctor
69
- openclaw-agent-wallet update --yes
70
- openclaw-agent-wallet rollback
67
+ wallet status
68
+ wallet doctor
69
+ wallet update --yes
70
+ wallet rollback
71
71
  ```
72
72
 
73
73
  Install from a local clone:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "openclaw-agent-wallet"
7
- version = "0.1.8"
7
+ version = "0.1.9"
8
8
  description = "Plugin-friendly wallet backend for OpenClaw agents"
9
9
  requires-python = ">=3.10"
10
10
  dependencies = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentlayer.tech/wallet",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "NPM installer for the OpenClaw Agent Wallet local runtime.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -11,10 +11,7 @@
11
11
  "url": "https://github.com/lopushok9/Agent-Layer/issues"
12
12
  },
13
13
  "homepage": "https://github.com/lopushok9/Agent-Layer#readme",
14
- "bin": {
15
- "wallet": "./bin/openclaw-agent-wallet.mjs",
16
- "openclaw-agent-wallet": "./bin/openclaw-agent-wallet.mjs"
17
- },
14
+ "bin": "./bin/openclaw-agent-wallet.mjs",
18
15
  "scripts": {
19
16
  "check": "node --check bin/openclaw-agent-wallet.mjs",
20
17
  "check:release-version": "node scripts/check_release_version.mjs",