openclaw-plugin-helloworld 1.0.12 → 1.0.14

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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "openclaw-plugin-helloworld",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
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
- "publish": "npm version patch --no-git-tag-version && npm publish --access public",
9
- "deploy": "ssh openclaw@192.168.8.79 'cd /home/openclaw && openclaw plugin install openclaw-plugin-helloworld'"
8
+ "bump": "npm version patch --no-git-tag-version",
9
+ "publish": "npm run bump && npm publish --access public",
10
+ "deploy": "ssh $OPENCLAW_USER@$OPENCLAW_SERVER 'cd /home/openclaw && source .profile && openclaw plugins install openclaw-plugin-helloworld'"
10
11
  },
11
12
  "keywords": [],
12
13
  "author": "gormantec",