@nocobase/plugin-notification-manager 1.5.1 → 1.5.3

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.
package/LICENSE.txt CHANGED
@@ -95,7 +95,7 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
95
95
  6.9 If there are other agreements in the contract for the above rights, the contract agreement shall prevail.
96
96
 
97
97
  ====================================
98
- 1. Obligations of Commercial License
98
+ 7. Obligations of Commercial License
99
99
  ====================================
100
100
 
101
101
  7.1 It is not allowed to remove or change all intellectual property statements about NocoBase in the code.
@@ -10,16 +10,16 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "antd": "5.12.8",
13
- "@nocobase/client": "1.5.1",
14
- "@nocobase/utils": "1.5.1",
15
- "@nocobase/server": "1.5.1",
16
- "@nocobase/logger": "1.5.1",
13
+ "@nocobase/client": "1.5.3",
14
+ "@nocobase/utils": "1.5.3",
15
+ "@nocobase/server": "1.5.3",
16
+ "@nocobase/logger": "1.5.3",
17
17
  "@formily/react": "2.3.0",
18
18
  "@formily/core": "2.3.0",
19
19
  "react-i18next": "11.18.6",
20
- "@nocobase/database": "1.5.1",
20
+ "@nocobase/database": "1.5.3",
21
21
  "@formily/shared": "2.3.2",
22
22
  "@ant-design/icons": "5.2.6",
23
23
  "@formily/antd-v5": "1.2.2",
24
- "@nocobase/plugin-workflow": "1.5.1"
24
+ "@nocobase/plugin-workflow": "1.5.3"
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": "1.5.1",
7
+ "version": "1.5.3",
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": "b16a0ff226482d0de847656ea26fd621b1d685cf"
34
+ "gitHead": "d509073e3f3081488d360613822c5c68222acabc"
35
35
  }