openclaw-overlay-plugin 0.8.49 → 0.8.51

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.
@@ -2,7 +2,7 @@
2
2
  "id": "openclaw-overlay-plugin",
3
3
  "name": "BSV Overlay Network",
4
4
  "description": "OpenClaw Overlay — decentralized agent marketplace with BSV micropayments",
5
- "version": "0.8.49",
5
+ "version": "0.8.51",
6
6
  "skills": [
7
7
  "./SKILL.md"
8
8
  ],
@@ -23,13 +23,13 @@
23
23
  "description": "Uses the default shared agent identity key"
24
24
  }
25
25
  ],
26
- "commands": [
27
- {
28
- "name": "overlay",
29
- "description": "BSV Overlay Network management"
30
- }
31
- ],
32
26
  "contracts": {
27
+ "commands": [
28
+ {
29
+ "name": "overlay",
30
+ "description": "BSV Overlay Network management"
31
+ }
32
+ ],
33
33
  "tools": [
34
34
  {
35
35
  "name": "overlay",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-overlay-plugin",
3
- "version": "0.8.49",
3
+ "version": "0.8.51",
4
4
  "description": "Openclaw BSV Overlay — agent discovery, service marketplace, and micropayments on the BSV blockchain",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,9 +23,7 @@
23
23
  "cli": "node dist/src/cli.js",
24
24
  "test": "npx tsx src/test/cli.test.ts && npx tsx src/test/taskflow.test.ts && npx tsx src/test/key-derivation.test.ts",
25
25
  "sync": "node ../../sync.js overlay",
26
- "postversion": "node ../../sync_versions.js",
27
- "lint": "eslint src/**/*.ts",
28
- "postinstall": "node -e \"try{require('better-sqlite3')}catch{console.log('Note: better-sqlite3 requires build tools if prebuilt binaries are unavailable.')}\""
26
+ "postversion": "node ../../sync_versions.js"
29
27
  },
30
28
  "dependencies": {
31
29
  "@bsv/sdk": "^2.0.13",