openclaw-overlay-plugin 0.8.49 → 0.8.50
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +2 -4
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw-overlay-plugin",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.50",
|
|
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",
|