openclaw-arcade-plugin 0.2.13 → 0.2.15
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/index.ts +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
package/index.ts
CHANGED
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw-arcade-plugin",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15",
|
|
4
4
|
"description": "OpenClaw plugin for transaction broadcasting and lifecycle tracking via BSV Arcade",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"lint": "eslint src/**/*.ts",
|
|
19
19
|
"test": "npx tsx src/arcade.test.ts",
|
|
20
20
|
"postversion": "node ../sync_versions.js",
|
|
21
|
-
"postinstall": "node -e \"try{require('
|
|
21
|
+
"postinstall": "node -e \"try{require('sqlite3')}catch{console.log('Note: sqlite3 requires build tools if prebuilt binaries are unavailable.')}\""
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@bsv/sdk": "^2.0.13",
|
|
25
|
-
"
|
|
25
|
+
"sqlite3": "^5.1.7",
|
|
26
26
|
"debug": "^4.4.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|