@dcrays/dcgchat-test 0.5.11 → 0.5.12

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.
@@ -11,7 +11,6 @@
11
11
  "dcgchat-test": {
12
12
  "schema": {
13
13
  "type": "object",
14
- "additionalProperties": false,
15
14
  "properties": {
16
15
  "enabled": {
17
16
  "type": "boolean"
@@ -23,14 +22,14 @@
23
22
  "type": "string"
24
23
  },
25
24
  "userId": {
26
- "type": "string",
25
+ "type": "number",
27
26
  "description": "WebSocket 连接参数 _userId,与 dcgchat_message 工具的 target(dcgSessionKey)无关"
28
27
  },
29
28
  "appId": {
30
- "type": "string"
29
+ "type": "number"
31
30
  },
32
31
  "domainId": {
33
- "type": "string"
32
+ "type": "number"
34
33
  },
35
34
  "capabilities": {
36
35
  "type": "array",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcrays/dcgchat-test",
3
- "version": "0.5.11",
3
+ "version": "0.5.12",
4
4
  "type": "module",
5
5
  "description": "书灵墨宝Channel插件",
6
6
  "main": "index.js",