mateclaw-openclaw-plugin 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -90,3 +90,11 @@ npm run check:publish
90
90
  npm run publish:dry-run
91
91
  npm run publish:public
92
92
  ```
93
+
94
+ Use Automation Token (no OTP on publish):
95
+
96
+ ```bash
97
+ # PowerShell
98
+ $env:NPM_TOKEN = "npm_xxx_your_automation_token"
99
+ npm run publish:token
100
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mateclaw-openclaw-plugin",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Local OpenClaw connector for MateClaw customer demos",
@@ -24,6 +24,7 @@
24
24
  "pack:dry-run": "npm pack --dry-run",
25
25
  "publish:dry-run": "npm publish --dry-run --access public",
26
26
  "publish:public": "npm publish --access public",
27
+ "publish:token": "node ./scripts/publish-with-token.mjs",
27
28
  "prepublishOnly": "npm run check:publish"
28
29
  },
29
30
  "dependencies": {