@nocobase/plugin-notification-in-app-message 1.8.15 → 1.8.16

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.8.15",
13
- "@nocobase/plugin-notification-manager": "1.8.15",
14
- "@nocobase/plugin-mobile": "1.8.15",
15
- "@nocobase/utils": "1.8.15",
12
+ "@nocobase/client": "1.8.16",
13
+ "@nocobase/plugin-notification-manager": "1.8.16",
14
+ "@nocobase/plugin-mobile": "1.8.16",
15
+ "@nocobase/utils": "1.8.16",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "1.8.15",
17
+ "@nocobase/server": "1.8.16",
18
18
  "sequelize": "6.35.2",
19
- "@nocobase/actions": "1.8.15",
20
- "@nocobase/database": "1.8.15",
19
+ "@nocobase/actions": "1.8.16",
20
+ "@nocobase/database": "1.8.16",
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.8.15",
29
+ "@nocobase/plugin-workflow": "1.8.16",
30
30
  "@formily/reactive": "2.3.0",
31
31
  "@formily/shared": "2.3.2"
32
32
  };
@@ -97,7 +97,6 @@ function defineMyInAppChannels(app) {
97
97
  const channelsRepo = app.db.getRepository(import_plugin_notification_manager.ChannelsCollectionDefinition.name);
98
98
  try {
99
99
  const channelsRes = channelsRepo.find({
100
- logging: console.log,
101
100
  limit,
102
101
  attributes: {
103
102
  include: [
@@ -52,7 +52,6 @@ function defineMyInAppMessages(app) {
52
52
  name: channelsCollection.getRealFieldName(import_plugin_notification_manager.ChannelsCollectionDefinition.fieldNameMap.name, true)
53
53
  };
54
54
  const count = await messagesRepo.count({
55
- logging: console.log,
56
55
  // @ts-ignore
57
56
  where: {
58
57
  userId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-notification-in-app-message",
3
- "version": "1.8.15",
3
+ "version": "1.8.16",
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": "6cbf5a6ef2023ebaedce11c60351df858d4832b2"
29
+ "gitHead": "3fc4fcf3f7205dece49356a4f1442c6707d509a1"
30
30
  }