@tachybase/plugin-audit-logs 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/AuditLogsBlockInitializer.d.ts +1 -2
- package/dist/client/AuditLogsBlockProvider.d.ts +1 -2
- package/dist/client/AuditLogsProvider.d.ts +1 -2
- package/dist/client/components/AuditLogsViewActionInitializer.d.ts +1 -2
- package/dist/client/deplicated/AuditLogsDesigner.d.ts +1 -2
- package/dist/client/initializers/AuditLogsTableActionColumnInitializer.d.ts +1 -2
- package/dist/externalVersion.js +6 -6
- package/package.json +8 -8
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AuditLogsBlockInitializer: () => React.JSX.Element;
|
|
1
|
+
export declare const AuditLogsBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AuditLogsProvider: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const AuditLogsProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AuditLogsViewActionInitializer: () => React.JSX.Element;
|
|
1
|
+
export declare const AuditLogsViewActionInitializer: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AuditLogsDesigner: () => React.JSX.Element;
|
|
1
|
+
export declare const AuditLogsDesigner: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AuditLogsTableActionColumnInitializer: () => React.JSX.Element;
|
|
1
|
+
export declare const AuditLogsTableActionColumnInitializer: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "0.23.
|
|
4
|
-
"@tachybase/schema": "0.23.
|
|
3
|
+
"@tachybase/client": "0.23.20",
|
|
4
|
+
"@tachybase/schema": "0.23.20",
|
|
5
5
|
"@ant-design/icons": "5.3.7",
|
|
6
|
-
"@tachybase/server": "0.23.
|
|
7
|
-
"@tachybase/utils": "0.23.
|
|
8
|
-
"@tachybase/components": "0.23.
|
|
6
|
+
"@tachybase/server": "0.23.20",
|
|
7
|
+
"@tachybase/utils": "0.23.20",
|
|
8
|
+
"@tachybase/components": "0.23.20",
|
|
9
9
|
"react-i18next": "15.2.0",
|
|
10
|
-
"@tachybase/database": "0.23.
|
|
10
|
+
"@tachybase/database": "0.23.20"
|
|
11
11
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-audit-logs",
|
|
3
3
|
"displayName": "Audit logs",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.20",
|
|
5
5
|
"description": "Audit logs.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
"antd": "5.22.5",
|
|
14
14
|
"react": "^18.3.1",
|
|
15
15
|
"react-i18next": "^15.2.0",
|
|
16
|
-
"@tachybase/components": "0.23.
|
|
16
|
+
"@tachybase/components": "0.23.20"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@tachybase/
|
|
20
|
-
"@tachybase/
|
|
21
|
-
"@tachybase/
|
|
22
|
-
"@tachybase/server": "0.23.
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/
|
|
19
|
+
"@tachybase/schema": "0.23.20",
|
|
20
|
+
"@tachybase/test": "0.23.20",
|
|
21
|
+
"@tachybase/database": "0.23.20",
|
|
22
|
+
"@tachybase/server": "0.23.20",
|
|
23
|
+
"@tachybase/client": "0.23.20",
|
|
24
|
+
"@tachybase/utils": "0.23.20"
|
|
25
25
|
},
|
|
26
26
|
"description.zh-CN": "审计日志。",
|
|
27
27
|
"displayName.zh-CN": "审计日志",
|