@nocobase/plugin-comments 2.1.0-beta.21 → 2.1.0-beta.23

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.
@@ -14,7 +14,7 @@ export declare class CommentItemModel extends FlowModel {
14
14
  render(): React.JSX.Element;
15
15
  }
16
16
  export declare class CommentsBlockModel extends CollectionBlockModel {
17
- static scene: import("@nocobase/client").BlockSceneType;
17
+ static scene: import("@nocobase/client-v2").BlockSceneType;
18
18
  static filterCollection(collection: any): boolean;
19
19
  createResource(ctx: any, params: any): MultiRecordResource<unknown>;
20
20
  onInit(options: any): void;
@@ -8,17 +8,17 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.1.0-beta.21",
11
+ "@nocobase/client": "2.1.0-beta.23",
12
12
  "react": "18.2.0",
13
- "@nocobase/server": "2.1.0-beta.21",
13
+ "@nocobase/server": "2.1.0-beta.23",
14
14
  "@formily/core": "2.3.7",
15
15
  "@formily/react": "2.3.7",
16
16
  "antd": "5.24.2",
17
17
  "dayjs": "1.11.13",
18
18
  "lodash": "4.18.1",
19
- "@nocobase/utils": "2.1.0-beta.21",
19
+ "@nocobase/utils": "2.1.0-beta.23",
20
20
  "react-i18next": "11.18.6",
21
21
  "@ant-design/icons": "5.6.1",
22
- "@nocobase/flow-engine": "2.1.0-beta.21",
22
+ "@nocobase/flow-engine": "2.1.0-beta.23",
23
23
  "@formily/reactive-react": "2.3.7"
24
24
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-comments",
3
- "version": "2.1.0-beta.21",
3
+ "version": "2.1.0-beta.23",
4
4
  "displayName": "Comments",
5
5
  "displayName.zh-CN": "评论",
6
6
  "description": "Provides comment collection template and block to add commenting functionality for any collection.",
@@ -28,5 +28,5 @@
28
28
  "@nocobase/server": "2.x",
29
29
  "@nocobase/test": "2.x"
30
30
  },
31
- "gitHead": "324bd82f33fca58e98711688a17ceb65c186b65e"
31
+ "gitHead": "bb4c0d3551bf9eff505b63756dd24a0813231f16"
32
32
  }