@tachybase/plugin-block-comments 0.23.18 → 0.23.20
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/dist/client/QuoteReplyCommentActionButton.d.ts +1 -2
- package/dist/client/QuoteReplyCommentActionInitializer.d.ts +1 -2
- package/dist/client/UpdateCommentActionButton.d.ts +1 -2
- package/dist/client/UpdateCommentActionInitializer.d.ts +1 -2
- package/dist/externalVersion.js +3 -3
- package/package.json +6 -6
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function QuoteReplyCommentActionButton(): React.JSX.Element;
|
|
1
|
+
export declare function QuoteReplyCommentActionButton(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function QuoteReplyCommentActionInitializer(props: any): React.JSX.Element;
|
|
1
|
+
export declare function QuoteReplyCommentActionInitializer(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function UpdateCommentActionButton(): React.JSX.Element;
|
|
1
|
+
export declare function UpdateCommentActionButton(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function UpdateCommentActionInitializer(props: any): React.JSX.Element;
|
|
1
|
+
export declare function UpdateCommentActionInitializer(props: any): import("react/jsx-runtime").JSX.Element;
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "0.23.
|
|
2
|
+
"@tachybase/client": "0.23.20",
|
|
3
3
|
"react": "18.3.1",
|
|
4
|
-
"@tachybase/schema": "0.23.
|
|
4
|
+
"@tachybase/schema": "0.23.20",
|
|
5
5
|
"@ant-design/icons": "5.3.7",
|
|
6
6
|
"lodash": "4.17.21",
|
|
7
7
|
"antd": "5.22.5",
|
|
8
8
|
"dayjs": "1.11.13",
|
|
9
9
|
"react-i18next": "15.2.0",
|
|
10
|
-
"@tachybase/server": "0.23.
|
|
10
|
+
"@tachybase/server": "0.23.20"
|
|
11
11
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-block-comments",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.20",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"dependencies": {},
|
|
6
6
|
"devDependencies": {
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
"dayjs": "1.11.13",
|
|
10
10
|
"lodash": "^4.17.21",
|
|
11
11
|
"react-i18next": "^15.2.0",
|
|
12
|
-
"@tachybase/components": "0.23.
|
|
13
|
-
"@tachybase/schema": "0.23.
|
|
12
|
+
"@tachybase/components": "0.23.20",
|
|
13
|
+
"@tachybase/schema": "0.23.20"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@tachybase/
|
|
17
|
-
"@tachybase/
|
|
18
|
-
"@tachybase/test": "0.23.
|
|
16
|
+
"@tachybase/client": "0.23.20",
|
|
17
|
+
"@tachybase/server": "0.23.20",
|
|
18
|
+
"@tachybase/test": "0.23.20"
|
|
19
19
|
},
|
|
20
20
|
"description.zh-CN": "评论",
|
|
21
21
|
"displayName.zh-CN": "评论",
|