@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.
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const AuditLogsBlockInitializer: () => React.JSX.Element;
1
+ export declare const AuditLogsBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  export declare const AuditLogsBlockProvider: ({ children, ...restProps }: {
3
2
  [x: string]: any;
4
3
  children: any;
5
- }) => React.JSX.Element;
4
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
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
- import React from 'react';
2
- export declare const AuditLogsViewActionInitializer: () => React.JSX.Element;
1
+ export declare const AuditLogsViewActionInitializer: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const AuditLogsDesigner: () => React.JSX.Element;
1
+ export declare const AuditLogsDesigner: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const AuditLogsTableActionColumnInitializer: () => React.JSX.Element;
1
+ export declare const AuditLogsTableActionColumnInitializer: () => import("react/jsx-runtime").JSX.Element;
@@ -1,11 +1,11 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.18",
4
- "@tachybase/schema": "0.23.18",
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.18",
7
- "@tachybase/utils": "0.23.18",
8
- "@tachybase/components": "0.23.18",
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.18"
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.18",
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.18"
16
+ "@tachybase/components": "0.23.20"
17
17
  },
18
18
  "peerDependencies": {
19
- "@tachybase/client": "0.23.18",
20
- "@tachybase/schema": "0.23.18",
21
- "@tachybase/test": "0.23.18",
22
- "@tachybase/server": "0.23.18",
23
- "@tachybase/utils": "0.23.18",
24
- "@tachybase/database": "0.23.18"
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": "审计日志",