@maxtropy/v-components 0.1.11-beta.0 → 0.1.11-beta.1

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,3 +1,3 @@
1
1
  import Hooks from './hooks';
2
- import Lib from './lib';
3
- export { Hooks, Lib };
2
+ import Micro from './micro';
3
+ export { Hooks, Micro };
@@ -7,10 +7,3 @@ export declare function list2Tree(list: MenuItemProps[], parentId?: string): Men
7
7
  export declare function filterSearchWithKey(search: string, key: string): string;
8
8
  export declare function getUrlSearch(path: string): string;
9
9
  export declare function getSearchValueByKey(path: string, searchKey: string): string;
10
- export declare function getBase(): string;
11
- export declare function getMicroAppBaseRoute(): string;
12
- declare const _default: {
13
- getBase: typeof getBase;
14
- getMicroAppBaseRoute: typeof getMicroAppBaseRoute;
15
- };
16
- export default _default;
@@ -1 +1,9 @@
1
+ export declare function getBase(): string;
2
+ export declare function getMicroAppBaseRoute(): string;
1
3
  export declare function microAppRewrite(): void;
4
+ declare const _default: {
5
+ getBase: typeof getBase;
6
+ getMicroAppBaseRoute: typeof getMicroAppBaseRoute;
7
+ microAppRewrite: typeof microAppRewrite;
8
+ };
9
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.1.11-beta.0",
3
+ "version": "0.1.11-beta.1",
4
4
  "files": [
5
5
  "dist"
6
6
  ],