ebaoferc 2.0.4 → 2.0.6

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.
@@ -87,5 +87,5 @@ export declare namespace Process {
87
87
  const Orientation: typeof OrientationProcess;
88
88
  const Anchor: typeof AnchorProcess;
89
89
  const NodeValid: typeof NodeValidProcess;
90
- const getLayoutProcess: (options: Required<Mind.Options>) => typeof DescendantCenterLayoutProcess | (new () => Mind.Process.Lifecycle) | typeof HeirCenterLayoutProcess | typeof StructuredLayoutProcess;
90
+ const getLayoutProcess: (options: Required<Mind.Options>) => (new () => Mind.Process.Lifecycle) | typeof HeirCenterLayoutProcess | typeof DescendantCenterLayoutProcess | typeof StructuredLayoutProcess;
91
91
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ebaoferc",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "A react library developed with dumi",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -85,7 +85,7 @@
85
85
  "peerDependencies": {
86
86
  "@ant-design/icons": "^5.3.7",
87
87
  "@ant-design/pro-components": "^2.7.1",
88
- "@umijs/max": "^4.3.6",
88
+ "@umijs/max": "4.4.11",
89
89
  "ahooks": "^3.7.10",
90
90
  "antd": "^5.24.7",
91
91
  "classnames": "^2.5.1",