@aalis/plugin-trigger-policy 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 +1 -2
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # @aalis/plugin-trigger-policy
2
2
 
3
- 运行时插件
4
-
3
+ 触发策略:@/名字/关键词/计数/评分 决定是否回应
5
4
  ## 角色
6
5
 
7
6
  运行时插件
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@aalis/plugin-trigger-policy",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "license": "MIT",
5
+ "description": "触发策略:@/名字/关键词/计数/评分 决定是否回应",
5
6
  "type": "module",
6
7
  "keywords": [
7
8
  "aalis-plugin"
@@ -17,11 +18,11 @@
17
18
  "devDependencies": {
18
19
  "@types/node": "^22.0.0",
19
20
  "typescript": "^5.7.0",
21
+ "@aalis/plugin-flow-control-api": "0.1.1",
22
+ "@aalis/plugin-message-archive-api": "0.1.1",
20
23
  "@aalis/plugin-message-api": "0.1.1",
21
- "@aalis/core": "0.1.1",
22
24
  "@aalis/plugin-persona-api": "0.1.1",
23
- "@aalis/plugin-message-archive-api": "0.1.1",
24
- "@aalis/plugin-flow-control-api": "0.1.1",
25
+ "@aalis/core": "0.1.3",
25
26
  "@aalis/plugin-webui-api": "0.1.1"
26
27
  },
27
28
  "peerDependencies": {