@nocobase/plugin-notification-manager 2.0.0-alpha.33 → 2.0.0-alpha.35

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.
@@ -10,16 +10,16 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "antd": "5.24.2",
13
- "@nocobase/client": "2.0.0-alpha.33",
14
- "@nocobase/utils": "2.0.0-alpha.33",
15
- "@nocobase/server": "2.0.0-alpha.33",
16
- "@nocobase/logger": "2.0.0-alpha.33",
13
+ "@nocobase/client": "2.0.0-alpha.35",
14
+ "@nocobase/utils": "2.0.0-alpha.35",
15
+ "@nocobase/server": "2.0.0-alpha.35",
16
+ "@nocobase/logger": "2.0.0-alpha.35",
17
17
  "@formily/react": "2.3.7",
18
18
  "@formily/core": "2.3.7",
19
19
  "react-i18next": "11.18.6",
20
- "@nocobase/database": "2.0.0-alpha.33",
20
+ "@nocobase/database": "2.0.0-alpha.35",
21
21
  "@formily/shared": "2.3.7",
22
22
  "@ant-design/icons": "5.6.1",
23
23
  "@formily/antd-v5": "1.2.3",
24
- "@nocobase/plugin-workflow": "2.0.0-alpha.33"
24
+ "@nocobase/plugin-workflow": "2.0.0-alpha.35"
25
25
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "description": "Provides a unified management service that includes channel configuration, logging, and other features, supporting the configuration of various notification channels, including in-app message and email.",
5
5
  "displayName.zh-CN": "通知管理",
6
6
  "description.zh-CN": "提供统一的管理服务,涵盖渠道配置、日志记录等功能,支持多种通知渠道的配置,包括站内信和电子邮件等。",
7
- "version": "2.0.0-alpha.33",
7
+ "version": "2.0.0-alpha.35",
8
8
  "homepage": "https://docs.nocobase.com/handbook/notification-manager",
9
9
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/notification-manager",
10
10
  "main": "dist/server/index.js",
@@ -31,5 +31,5 @@
31
31
  "keywords": [
32
32
  "Notification"
33
33
  ],
34
- "gitHead": "d5970aa7f8bf84e92082e182b780344e86bde998"
34
+ "gitHead": "e60da9bab9fd4c8ba9457e9806d5428054cefa7a"
35
35
  }