@nocobase/plugin-notification-in-app-message 1.9.0-beta.6 → 1.9.0-beta.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.
@@ -9,15 +9,15 @@
9
9
 
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
- "@nocobase/client": "1.9.0-beta.6",
13
- "@nocobase/plugin-notification-manager": "1.9.0-beta.6",
14
- "@nocobase/plugin-mobile": "1.9.0-beta.6",
15
- "@nocobase/utils": "1.9.0-beta.6",
12
+ "@nocobase/client": "1.9.0-beta.7",
13
+ "@nocobase/plugin-notification-manager": "1.9.0-beta.7",
14
+ "@nocobase/plugin-mobile": "1.9.0-beta.7",
15
+ "@nocobase/utils": "1.9.0-beta.7",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "1.9.0-beta.6",
17
+ "@nocobase/server": "1.9.0-beta.7",
18
18
  "sequelize": "6.35.2",
19
- "@nocobase/actions": "1.9.0-beta.6",
20
- "@nocobase/database": "1.9.0-beta.6",
19
+ "@nocobase/actions": "1.9.0-beta.7",
20
+ "@nocobase/database": "1.9.0-beta.7",
21
21
  "antd": "5.24.2",
22
22
  "@formily/reactive-react": "2.3.0",
23
23
  "antd-style": "3.7.1",
@@ -26,7 +26,7 @@ module.exports = {
26
26
  "react-router-dom": "6.28.1",
27
27
  "@formily/core": "2.3.0",
28
28
  "@ant-design/icons": "5.6.1",
29
- "@nocobase/plugin-workflow": "1.9.0-beta.6",
29
+ "@nocobase/plugin-workflow": "1.9.0-beta.7",
30
30
  "@formily/reactive": "2.3.0",
31
31
  "@formily/shared": "2.3.2"
32
32
  };
@@ -29,5 +29,7 @@
29
29
  "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "支持两种链接类型:内部链接和外部链接。如果使用内部链接,链接以“/”开头,例如“/m”。如果使用外部链接,链接以“http”开头,例如“https://example.com”。",
30
30
  "Details page for mobile": "移动端详情页",
31
31
  "The message page has already been created.": "站内信页面已创建。",
32
- "When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.": "从节点结果中选择接收者时,仅支持用户ID(或用户ID数组)。其他将不匹配任何用户。"
32
+ "When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.": "从节点结果中选择接收者时,仅支持用户ID(或用户ID数组)。其他将不匹配任何用户。",
33
+ "Close after": "关闭延时",
34
+ "Unit is second. Will not close automatically when set to empty.": "单位为秒。设置为空则不自动关闭。"
33
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-notification-in-app-message",
3
- "version": "1.9.0-beta.6",
3
+ "version": "1.9.0-beta.7",
4
4
  "displayName": "Notification: In-app message",
5
5
  "displayName.zh-CN": "通知:站内信",
6
6
  "description": "It supports users in receiving real-time message notifications within the NocoBase application.",
@@ -26,5 +26,5 @@
26
26
  "@nocobase/test": "1.x",
27
27
  "react-router-dom": "^6.x"
28
28
  },
29
- "gitHead": "ada5e359a91135cb9baf605c04c5c380f067a046"
29
+ "gitHead": "4a5055c973b51611d5db1604aaaf6c1b73b4733c"
30
30
  }