@zhin.js/sensitive-filter 0.0.5 → 0.0.7

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/CHANGELOG.md +14 -0
  2. package/package.json +15 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @zhin.js/sensitive-filter
2
2
 
3
+ ## 0.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - zhin.js@1.0.21
8
+
9
+ ## 0.0.6
10
+
11
+ ### Patch Changes
12
+
13
+ - a3b7673: fix: 调整依赖项
14
+ - Updated dependencies [5141137]
15
+ - zhin.js@1.0.20
16
+
3
17
  ## 0.0.5
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,23 +1,31 @@
1
1
  {
2
2
  "name": "@zhin.js/sensitive-filter",
3
- "version": "0.0.5",
4
- "description": "敏感词过滤插件,过滤不符合中国国情的敏感内容",
3
+ "version": "0.0.7",
4
+ "description": "Content moderation plugin for Zhin.js - filters sensitive words",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
7
7
  "keywords": [
8
8
  "zhin",
9
+ "bot",
9
10
  "plugin",
10
11
  "sensitive",
11
12
  "filter",
12
- "content-moderation"
13
+ "moderation",
14
+ "content",
15
+ "security"
13
16
  ],
14
- "author": "Zhin Team",
17
+ "author": {
18
+ "name": "Zhin Team",
19
+ "email": "admin@liucl.cn",
20
+ "url": "https://github.com/zhinjs"
21
+ },
15
22
  "license": "MIT",
16
- "dependencies": {
17
- "zhin.js": "1.0.19"
23
+ "peerDependencies": {
24
+ "zhin.js": "1.0.21"
18
25
  },
19
26
  "devDependencies": {
20
- "typescript": "^5.3.3"
27
+ "typescript": "^5.3.3",
28
+ "zhin.js": "1.0.21"
21
29
  },
22
30
  "type": "module",
23
31
  "repository": {