@xmoxmo/bncr 0.0.8 → 0.0.9

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 +1 -1
  2. package/package.json +6 -3
package/README.md CHANGED
@@ -30,7 +30,7 @@ openclaw gateway restart
30
30
  ### 升级插件
31
31
 
32
32
  ```bash
33
- openclaw plugins update @xmoxmo/bncr
33
+ openclaw plugins update bncr
34
34
  openclaw gateway restart
35
35
  ```
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmoxmo/bncr",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -27,8 +27,11 @@
27
27
  "selfcheck": "node ./scripts/selfcheck.mjs",
28
28
  "test": "node --import ./tests/register-ts-hooks.mjs --test ./tests/*.test.mjs"
29
29
  },
30
- "dependencies": {
31
- "openclaw": "2026.3.23-1"
30
+ "peerDependencies": {
31
+ "openclaw": ">=2026.3.22"
32
+ },
33
+ "devDependencies": {
34
+ "openclaw": ">=2026.3.22"
32
35
  },
33
36
  "openclaw": {
34
37
  "extensions": [