openclaw-arcade-plugin 0.2.1 → 0.2.2
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/openclaw.plugin.json +2 -2
- package/package.json +3 -2
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "sv_arcade",
|
|
3
3
|
"name": "BSV Arcade Broadcaster",
|
|
4
4
|
"description": "Submit and track BSV transactions with full lifecycle visibility",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.2",
|
|
6
6
|
"skills": [
|
|
7
7
|
"./SKILL.md"
|
|
8
8
|
],
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
],
|
|
51
51
|
"default": "mainnet",
|
|
52
52
|
"description": "BSV network to use"
|
|
53
|
-
}
|
|
53
|
+
}
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"uiHints": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw-arcade-plugin",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "OpenClaw plugin for transaction broadcasting and lifecycle tracking via BSV Arcade",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"build": "tsc",
|
|
17
17
|
"prepublishOnly": "npm run build && npm test",
|
|
18
18
|
"lint": "eslint src/**/*.ts",
|
|
19
|
-
"test": "npx tsx src/arcade.test.ts"
|
|
19
|
+
"test": "npx tsx src/arcade.test.ts",
|
|
20
|
+
"postversion": "node ../sync_versions.js"
|
|
20
21
|
},
|
|
21
22
|
"dependencies": {
|
|
22
23
|
"@bsv/sdk": "^2.0.13",
|