@tachybase/plugin-manual-notification 1.3.24 → 1.3.25

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.
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.3.24",
2
+ "@tachybase/client": "1.3.25",
3
3
  "antd": "5.22.5",
4
- "@tachybase/schema": "1.3.49",
5
- "@tego/server": "1.3.49"
4
+ "@tachybase/schema": "1.3.52",
5
+ "@tego/server": "1.3.52"
6
6
  };
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-manual-notification",
3
3
  "displayName": "Manual Notification",
4
- "version": "1.3.24",
4
+ "version": "1.3.25",
5
5
  "description": "Used to send notifications to all online users, including system updates and important events",
6
6
  "keywords": [
7
7
  "System management"
8
8
  ],
9
9
  "main": "dist/server/index.js",
10
10
  "devDependencies": {
11
- "@tachybase/schema": "^1.3.49",
12
- "@tachybase/test": "^1.3.49",
13
- "@tego/client": "^1.3.49",
14
- "@tego/server": "^1.3.49",
11
+ "@tachybase/schema": "*",
12
+ "@tachybase/test": "*",
13
+ "@tego/client": "*",
14
+ "@tego/server": "*",
15
15
  "antd": "5.22.5",
16
- "@tachybase/client": "1.3.24"
16
+ "@tachybase/client": "1.3.25"
17
17
  },
18
18
  "description.zh-CN": "用于给所有在线人员发送通知,包括系统更新,重要事件",
19
19
  "displayName.zh-CN": "广播通知"