@tachybase/module-hera 1.9.17 → 1.9.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.
Files changed (58) hide show
  1. package/dist/client/components/custom-components/CustomAssociatedField.d.ts +1 -2
  2. package/dist/client/components/custom-components/CustomComponentDispatcher.d.ts +2 -3
  3. package/dist/client/components/custom-components/CustomField.d.ts +1 -2
  4. package/dist/client/components/custom-components/ErrorBoundary.d.ts +1 -2
  5. package/dist/client/components/fields/Expression.d.ts +1 -2
  6. package/dist/client/components/modal-full-screen/ModalFullScreenChild.d.ts +1 -2
  7. package/dist/client/features/block-group/GroupBlock.d.ts +2 -3
  8. package/dist/client/features/block-group/GroupBlockInitializer.d.ts +3 -3
  9. package/dist/client/features/departments/common/DepartmentTable.view.d.ts +1 -2
  10. package/dist/client/features/departments/common/InternalDepartmentTable.d.ts +1 -2
  11. package/dist/client/features/departments/common/Request.povider.d.ts +1 -2
  12. package/dist/client/features/departments/main-tab/DepartmentIndex.d.ts +1 -2
  13. package/dist/client/features/departments/main-tab/DepartmentIndex.provider.d.ts +1 -2
  14. package/dist/client/features/departments/main-tab/DepartmentManagement.component.d.ts +1 -2
  15. package/dist/client/features/departments/main-tab/DepartmentManagement.view.d.ts +1 -2
  16. package/dist/client/features/departments/main-tab/components/DepartmentSelect.d.ts +1 -2
  17. package/dist/client/features/departments/main-tab/components/InternalSuperiorDepartmentSelect.d.ts +1 -2
  18. package/dist/client/features/departments/main-tab/components/SuperiorDepartmentSelect.d.ts +1 -2
  19. package/dist/client/features/departments/main-tab/departments-block/AddNewDepartment.view.d.ts +1 -2
  20. package/dist/client/features/departments/main-tab/departments-block/DepartmentOwnersField.component.d.ts +1 -2
  21. package/dist/client/features/departments/main-tab/departments-block/DepartmentsBlock.d.ts +1 -2
  22. package/dist/client/features/departments/main-tab/departments-block/DepartmentsSearch.component.d.ts +1 -2
  23. package/dist/client/features/departments/main-tab/departments-block/DepartmentsTree.component.d.ts +2 -3
  24. package/dist/client/features/departments/main-tab/departments-block/Request.provider.d.ts +1 -2
  25. package/dist/client/features/departments/main-tab/departments-block/UnknownOwerns.view.d.ts +1 -2
  26. package/dist/client/features/departments/main-tab/departments-users-block/AddMembers.view.d.ts +1 -2
  27. package/dist/client/features/departments/main-tab/departments-users-block/DepartmentField.component.d.ts +1 -2
  28. package/dist/client/features/departments/main-tab/departments-users-block/DepartmentsUsersBlock.d.ts +1 -2
  29. package/dist/client/features/departments/main-tab/departments-users-block/IsOwnerField.component.d.ts +1 -2
  30. package/dist/client/features/departments/main-tab/departments-users-block/MemberActions.view.d.ts +1 -2
  31. package/dist/client/features/departments/main-tab/departments-users-block/RowRemoveAction.view.d.ts +1 -2
  32. package/dist/client/features/departments/main-tab/departments-users-block/UserDepartmentsField.component.d.ts +1 -2
  33. package/dist/client/features/departments/main-tab/departments-users-block/UserSelectDepartment.view.d.ts +1 -2
  34. package/dist/client/features/departments/main-tab/providers/DepartmentsResource.provider.d.ts +1 -2
  35. package/dist/client/features/departments/main-tab/providers/UserResource.provider.d.ts +1 -2
  36. package/dist/client/features/departments/role-auth/DepartmentTitle.component.d.ts +1 -2
  37. package/dist/client/features/departments/role-auth/Departments.d.ts +1 -2
  38. package/dist/client/features/embed/EmbedLayout.d.ts +1 -2
  39. package/dist/client/features/embed/EmbedPage.d.ts +1 -2
  40. package/dist/client/features/embed/EmbedSchemaComponent.d.ts +1 -2
  41. package/dist/client/features/embed/NotAuthorityResult.d.ts +1 -2
  42. package/dist/client/features/field-appends/show-code/Code.view.d.ts +1 -2
  43. package/dist/client/features/field-appends/show-formula/Formula.view.d.ts +1 -2
  44. package/dist/client/features/hera-version/HeraVersion.provider.d.ts +1 -2
  45. package/dist/client/features/mode-highlight/ModeHighlight.provider.d.ts +1 -2
  46. package/dist/client/features/outbound/OutboundLinkActionInitializer.d.ts +1 -1
  47. package/dist/client/features/outbound/OutboundPage.d.ts +1 -2
  48. package/dist/client/features/pdf/PDFVIewerBlockInitializer.d.ts +3 -4
  49. package/dist/client/features/pdf/PDFViewer.d.ts +1 -2
  50. package/dist/client/features/sheet/SheetBlockInitializer.d.ts +4 -4
  51. package/dist/client/schema-initializer/blocks/SettingBlockInitializer.d.ts +1 -2
  52. package/dist/client/schema-settings/SchemaSettingsSubmitDataType.d.ts +1 -2
  53. package/dist/client/schema-settings/index.d.ts +2 -3
  54. package/dist/client/settings-manager-components/LinkManager.d.ts +1 -2
  55. package/dist/client/settings-manager-components/TokenConfiguration.d.ts +1 -2
  56. package/dist/externalVersion.js +11 -11
  57. package/dist/node_modules/fs-extra/package.json +1 -1
  58. package/package.json +14 -14
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const CustomAssociatedField: (props: any) => React.JSX.Element;
1
+ export declare const CustomAssociatedField: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import { SchemaSettings } from '@tachybase/client';
3
- export declare const CustomComponentStub: (props: any) => React.JSX.Element;
4
- export declare const CustomComponentDispatcher: (props: any) => React.JSX.Element;
2
+ export declare const CustomComponentStub: (props: any) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const CustomComponentDispatcher: (props: any) => import("react/jsx-runtime").JSX.Element;
5
4
  export declare const customComponentDispatcherSettings: SchemaSettings<{}>;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const CustomField: (props: any) => React.JSX.Element;
1
+ export declare const CustomField: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ErrorBoundaryFallBack: () => React.JSX.Element;
1
+ export declare const ErrorBoundaryFallBack: () => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- export declare const Expression: (props: any) => React.JSX.Element;
1
+ export declare const Expression: (props: any) => import("react/jsx-runtime").JSX.Element;
3
2
  export default Expression;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ModalHeader: (props: any) => React.JSX.Element;
1
+ export declare const ModalHeader: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
- export declare const GroupBlock: (props: any) => React.JSX.Element;
1
+ export declare const GroupBlock: (props: any) => import("react/jsx-runtime").JSX.Element;
3
2
  export declare const fieldTransformers: (item: any, data: any, api: any) => string;
4
- export declare const InternalGroupBlock: (props: any) => React.JSX.Element;
3
+ export declare const InternalGroupBlock: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
2
  import { SchemaSettings, SchemaToolbarProps } from '@tachybase/client';
3
3
  export declare const GroupBlockContext: React.Context<any>;
4
- export declare const GroupBlockProvider: (props: any) => React.JSX.Element;
5
- export declare const GroupBlockInitializer: () => React.JSX.Element;
4
+ export declare const GroupBlockProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const GroupBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
6
6
  export declare const groupBlockSettings: SchemaSettings<{}>;
7
7
  export declare const GroupBlockToolbar: (props: React.JSX.IntrinsicAttributes & SchemaToolbarProps & {
8
8
  children?: React.ReactNode;
9
- }) => React.JSX.Element;
9
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  export declare const ViewDepartmentTable: ({ useDataSource, useDisabled }: {
3
2
  useDataSource: any;
4
3
  useDisabled: any;
5
- }) => React.JSX.Element;
4
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,5 @@
1
- import React from 'react';
2
1
  export declare const InternalDepartmentTable: ({ useDisabled }: {
3
2
  useDisabled?: () => {
4
3
  disabled: () => boolean;
5
4
  };
6
- }) => React.JSX.Element;
5
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ProviderRequest: (prop: any) => React.JSX.Element;
1
+ export declare const ProviderRequest: (prop: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,5 @@
1
- import React from 'react';
2
1
  /**
3
2
  * TODO: 组件名称有待重新确认
4
3
  * @returns
5
4
  */
6
- export declare const DepartmentIndex: () => React.JSX.Element;
5
+ export declare const DepartmentIndex: () => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  export declare const ProviderDepartmentIndex: ({ children }: {
3
2
  children: any;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const DepartmentManagement: () => React.JSX.Element;
1
+ export declare const DepartmentManagement: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewDepartmentManagement: () => React.JSX.Element;
1
+ export declare const ViewDepartmentManagement: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const DepartmentSelect: () => React.JSX.Element;
1
+ export declare const DepartmentSelect: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const InternalSuperiorDepartmentSelect: (props: any) => React.JSX.Element;
1
+ export declare const InternalSuperiorDepartmentSelect: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const SuperiorDepartmentSelect: () => React.JSX.Element;
1
+ export declare const SuperiorDepartmentSelect: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const AddNewDepartment: () => React.JSX.Element;
1
+ export declare const AddNewDepartment: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,5 @@
1
- import React from 'react';
2
1
  /**
3
2
  * 部门编辑表单-负责人
4
3
  * @returns 部门负责人字段组件
5
4
  */
6
- export declare const DepartmentOwnersField: () => React.JSX.Element;
5
+ export declare const DepartmentOwnersField: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const DepartmentsBlock: () => React.JSX.Element;
1
+ export declare const DepartmentsBlock: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const DepartmentsSearch: () => React.JSX.Element;
1
+ export declare const DepartmentsSearch: () => import("react/jsx-runtime").JSX.Element;
@@ -1,9 +1,8 @@
1
- import React from 'react';
2
1
  export declare const DepartmentsTree: {
3
- (): React.JSX.Element;
2
+ (): import("react/jsx-runtime").JSX.Element;
4
3
  Item: ({ node, setVisible, setDrawer }: {
5
4
  node: any;
6
5
  setVisible: any;
7
6
  setDrawer: any;
8
- }) => React.JSX.Element;
7
+ }) => import("react/jsx-runtime").JSX.Element;
9
8
  };
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ProviderRequest: (props: any) => React.JSX.Element;
1
+ export declare const ProviderRequest: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewUnKnownOwerns: (props: any) => React.JSX.Element;
1
+ export declare const ViewUnKnownOwerns: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewAddMembers: () => React.JSX.Element;
1
+ export declare const ViewAddMembers: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const DepartmentField: () => React.JSX.Element;
1
+ export declare const DepartmentField: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewDepartmentsUsersBlock: () => React.JSX.Element;
1
+ export declare const ViewDepartmentsUsersBlock: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const IsOwnerField: () => React.JSX.Element;
1
+ export declare const IsOwnerField: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewMemberActions: (props: any) => React.JSX.Element;
1
+ export declare const ViewMemberActions: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewRowRemoveAction: (props: any) => React.JSX.Element;
1
+ export declare const ViewRowRemoveAction: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const UserDepartmentsField: () => React.JSX.Element;
1
+ export declare const UserDepartmentsField: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ViewUserSelectDepartment: (props: any) => React.JSX.Element;
1
+ export declare const ViewUserSelectDepartment: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  export declare const ProviderDepartmentsResource: ({ children }: {
3
2
  children: any;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  export declare const ProviderUserResource: ({ children }: {
3
2
  children: any;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const DepartmentTitle: () => React.JSX.Element;
1
+ export declare const DepartmentTitle: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const Departments: () => React.JSX.Element;
1
+ export declare const Departments: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const EmbedLayout: () => React.JSX.Element;
1
+ export declare const EmbedLayout: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const EmbedPage: () => React.JSX.Element;
1
+ export declare const EmbedPage: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare function EmbedSchemaComponent(): React.JSX.Element;
1
+ export declare function EmbedSchemaComponent(): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare function NotAuthorityResult(): React.JSX.Element;
1
+ export declare function NotAuthorityResult(): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { CodeFieldProps } from './Code.interface';
3
- export declare const ViewCode: (props: CodeFieldProps) => React.JSX.Element;
2
+ export declare const ViewCode: (props: CodeFieldProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { FormulaProps } from './Formula.interface';
3
- export declare const ViewFormula: (props: FormulaProps) => React.JSX.Element;
2
+ export declare const ViewFormula: (props: FormulaProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  export declare const HeraVersionProvider: ({ children }: {
3
2
  children: any;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  export declare const ModeHighlightProvider: ({ children }: {
3
2
  children: any;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  export declare const OutboundLinkActionInitializer: {
3
- (props: any): React.JSX.Element;
3
+ (props: any): import("react/jsx-runtime").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export declare const OutboundButton: React.FC;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const OutboundPage: () => React.JSX.Element;
1
+ export declare const OutboundPage: () => import("react/jsx-runtime").JSX.Element;
@@ -1,10 +1,9 @@
1
- import React from 'react';
2
1
  import { SchemaInitializer } from '@tachybase/client';
3
2
  export declare const usePDFViewerRef: () => any;
4
- export declare const PDFViewerProvider: (props: any) => React.JSX.Element;
3
+ export declare const PDFViewerProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
5
4
  export declare const usePDFViewerPrintActionProps: () => {
6
5
  onClick: () => Promise<void>;
7
6
  };
8
- export declare const PDFViewerPrintActionInitializer: (props: any) => React.JSX.Element;
7
+ export declare const PDFViewerPrintActionInitializer: (props: any) => import("react/jsx-runtime").JSX.Element;
9
8
  export declare const pdfViewActionInitializer: SchemaInitializer<import("antd").ButtonProps, {}>;
10
- export declare const PDFViewerBlockInitializer: () => React.JSX.Element;
9
+ export declare const PDFViewerBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const InternalPDFViewer: (props: any) => React.JSX.Element;
1
+ export declare const InternalPDFViewer: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  import { SchemaSettings } from '@tachybase/client';
3
3
  export declare const SheetBlockContext: React.Context<any>;
4
- export declare const SheetBlock: () => React.JSX.Element;
5
- export declare const SheetBlockProvider: (props: any) => React.JSX.Element;
6
- export declare const SheetBlockInitializer: () => React.JSX.Element;
4
+ export declare const SheetBlock: () => import("react/jsx-runtime").JSX.Element;
5
+ export declare const SheetBlockProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const SheetBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
7
7
  export declare const sheetBlockSettings: SchemaSettings<{}>;
8
- export declare const SheetBlockToolbar: (props: any) => React.JSX.Element;
8
+ export declare const SheetBlockToolbar: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const SettingBlockInitializer: () => React.JSX.Element;
1
+ export declare const SettingBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  export declare const SchemaSettingsSubmitDataType: {
3
- (): React.JSX.Element;
2
+ (): import("react/jsx-runtime").JSX.Element;
4
3
  displayName: string;
5
4
  };
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  export declare const usePaginationVisible: () => boolean;
3
- export declare const EditTitle: () => React.JSX.Element;
4
- export declare const IsTablePageSize: () => React.JSX.Element;
2
+ export declare const EditTitle: () => import("react/jsx-runtime").JSX.Element;
3
+ export declare const IsTablePageSize: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const LinkManager: () => React.JSX.Element;
1
+ export declare const LinkManager: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,5 @@
1
- import React from 'react';
2
1
  export declare const TokenTypes: {
3
2
  label: string;
4
3
  value: string;
5
4
  }[];
6
- export declare const Configuration: () => React.JSX.Element;
5
+ export declare const Configuration: () => import("react/jsx-runtime").JSX.Element;
@@ -1,21 +1,21 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.17",
3
- "@tachybase/components": "0.23.17",
4
- "@tachybase/server": "0.23.17",
2
+ "@tachybase/client": "0.23.20",
3
+ "@tachybase/components": "0.23.20",
4
+ "@tachybase/server": "0.23.20",
5
5
  "react": "18.3.1",
6
- "@tachybase/schema": "0.23.17",
6
+ "@tachybase/schema": "0.23.20",
7
7
  "@ant-design/icons": "5.3.7",
8
8
  "antd": "5.22.5",
9
9
  "lodash": "4.17.21",
10
- "@tachybase/utils": "0.23.17",
10
+ "@tachybase/utils": "0.23.20",
11
11
  "ahooks": "3.8.4",
12
12
  "react-router-dom": "6.28.1",
13
- "@tachybase/actions": "0.23.17",
14
- "axios": "1.7.9",
15
- "@tachybase/database": "0.23.17",
16
- "@tachybase/module-collection": "0.23.17",
17
- "@tachybase/evaluators": "0.23.17",
13
+ "@tachybase/actions": "0.23.20",
14
+ "axios": "1.7.7",
15
+ "@tachybase/database": "0.23.20",
16
+ "@tachybase/module-collection": "0.23.20",
17
+ "@tachybase/evaluators": "0.23.20",
18
18
  "react-dom": "18.3.1",
19
- "@tachybase/module-acl": "0.23.17",
19
+ "@tachybase/module-acl": "0.23.20",
20
20
  "dayjs": "1.11.13"
21
21
  };
@@ -1 +1 @@
1
- {"name":"fs-extra","version":"11.2.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=14.14"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^10.1.0","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^17.0.0"},"main":"./lib/index.js","exports":{".":"./lib/index.js","./esm":"./lib/esm.mjs"},"files":["lib/","!lib/**/__tests__/"],"scripts":{"lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit && npm run unit-esm","unit":"nyc node test.js","unit-esm":"node test.mjs"},"sideEffects":false,"_lastModified":"2024-12-26T08:45:29.547Z"}
1
+ {"name":"fs-extra","version":"11.2.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=14.14"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^10.1.0","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^17.0.0"},"main":"./lib/index.js","exports":{".":"./lib/index.js","./esm":"./lib/esm.mjs"},"files":["lib/","!lib/**/__tests__/"],"scripts":{"lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit && npm run unit-esm","unit":"nyc node test.js","unit-esm":"node test.mjs"},"sideEffects":false,"_lastModified":"2024-12-29T06:01:41.599Z"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/module-hera",
3
3
  "displayName": "Hera platform - Deprecated",
4
- "version": "1.9.17",
4
+ "version": "1.9.20",
5
5
  "description": "Hera platform - Deprecated",
6
6
  "keywords": [
7
7
  "System management"
@@ -41,21 +41,21 @@
41
41
  "throttle-debounce": "^5.0.2",
42
42
  "vitest": "^1.6.0",
43
43
  "ws": "^8.18.0",
44
- "@tachybase/components": "0.23.17",
45
- "@tachybase/schema": "0.23.17"
44
+ "@tachybase/schema": "0.23.20",
45
+ "@tachybase/components": "0.23.20"
46
46
  },
47
47
  "peerDependencies": {
48
- "@tachybase/actions": "0.23.17",
49
- "@tachybase/client": "0.23.17",
50
- "@tachybase/database": "0.23.17",
51
- "@tachybase/data-source": "0.23.17",
52
- "@tachybase/evaluators": "0.23.17",
53
- "@tachybase/module-acl": "0.23.17",
54
- "@tachybase/module-workflow": "0.23.17",
55
- "@tachybase/schema": "0.23.17",
56
- "@tachybase/server": "0.23.17",
57
- "@tachybase/test": "0.23.17",
58
- "@tachybase/utils": "0.23.17"
48
+ "@tachybase/client": "0.23.20",
49
+ "@tachybase/actions": "0.23.20",
50
+ "@tachybase/data-source": "0.23.20",
51
+ "@tachybase/database": "0.23.20",
52
+ "@tachybase/evaluators": "0.23.20",
53
+ "@tachybase/module-acl": "0.23.20",
54
+ "@tachybase/module-workflow": "0.23.20",
55
+ "@tachybase/schema": "0.23.20",
56
+ "@tachybase/server": "0.23.20",
57
+ "@tachybase/test": "0.23.20",
58
+ "@tachybase/utils": "0.23.20"
59
59
  },
60
60
  "description.zh-CN": "赫拉平台(已废弃)",
61
61
  "displayName.zh-CN": "赫拉平台",