dsh-baize-rules 0.1.3 → 0.1.4

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/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # dsh-baize-rules
2
2
 
3
+ [![Listed on dsh-plugin.org](https://dsh-plugin.org/badges/listed.svg)](https://dsh-plugin.org/plugins/bvcvb/dsh-baize-rules)
3
4
  ![npm version](https://img.shields.io/npm/v/dsh-baize-rules)
4
5
  ![license](https://img.shields.io/npm/l/dsh-baize-rules)
5
6
 
@@ -32,7 +33,7 @@ The name comes from **Baize (白泽)** — a mythical beast said to "understand
32
33
 
33
34
  ```bash
34
35
  # Install from npm into the web profile (use the actual published version)
35
- dsh plugin --profile web add dsh-baize-rules@0.1.3
36
+ dsh plugin --profile web add dsh-baize-rules@0.1.4
36
37
  pm2 restart dsh # Reload when dsh is managed by pm2
37
38
  dsh --profile web
38
39
  ```
package/README.zh.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # dsh-baize-rules
2
2
 
3
+ [![Listed on dsh-plugin.org](https://dsh-plugin.org/badges/listed.svg)](https://dsh-plugin.org/plugins/bvcvb/dsh-baize-rules)
3
4
  ![npm version](https://img.shields.io/npm/v/dsh-baize-rules)
4
5
  ![license](https://img.shields.io/npm/l/dsh-baize-rules)
5
6
 
@@ -32,7 +33,7 @@
32
33
 
33
34
  ```bash
34
35
  # 从 npm 安装到 web profile(版本以发布后的实际版本为准)
35
- dsh plugin --profile web add dsh-baize-rules@0.1.3
36
+ dsh plugin --profile web add dsh-baize-rules@0.1.4
36
37
  pm2 restart dsh # dsh 由 pm2 托管时重载生效
37
38
  dsh --profile web
38
39
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-baize-rules",
3
3
  "description": "User-set session/global must-do and must-not requirements injected at conversation start (Baize).",
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "engines": {