openclaw-plugin-helloworld 1.0.17 → 1.0.19
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.jso +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw-plugin-helloworld",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"description": "A simple Hello World plugin for OpenClaw.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
8
|
"bump": "npm version patch --no-git-tag-version",
|
|
9
|
-
"do_publish": "npm publish --access public",
|
|
9
|
+
"do_publish": "npm run bump && npm publish --access public",
|
|
10
10
|
"deploy": "ssh $OPENCLAW_USER@$OPENCLAW_SERVER 'cd /home/openclaw && source .profile && openclaw plugins install openclaw-plugin-helloworld'"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [],
|