x-essential-lib 0.10.2 → 0.10.3
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/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -262,7 +262,7 @@ declare function injectViews(): Ref<string[]>;
|
|
|
262
262
|
//#endregion
|
|
263
263
|
//#region src/utils/router.d.ts
|
|
264
264
|
interface RouteMeta {
|
|
265
|
-
app: 'x-app-mf' | 'x-compute-mf' | 'x-data-mf' | 'x-main-mf' | 'x-mine-mf' | 'x-org-mf' | 'x-passport-mf' | 'x-resource-mf';
|
|
265
|
+
app: 'x-app-mf' | 'x-compute-mf' | 'x-create-mf' | 'x-data-mf' | 'x-ecosystem-mf' | 'x-main-mf' | 'x-mine-mf' | 'x-org-mf' | 'x-passport-mf' | 'x-resource-mf';
|
|
266
266
|
path: string;
|
|
267
267
|
level: number;
|
|
268
268
|
requiredState?: 'auth' | 'org';
|
package/dist/index.js
CHANGED
|
@@ -471,13 +471,13 @@ const routeMetas = [
|
|
|
471
471
|
requiredState: "org"
|
|
472
472
|
},
|
|
473
473
|
{
|
|
474
|
-
app: "x-
|
|
474
|
+
app: "x-create-mf",
|
|
475
475
|
path: "/create",
|
|
476
476
|
level: 0,
|
|
477
477
|
requiredState: "org"
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
|
-
app: "x-
|
|
480
|
+
app: "x-ecosystem-mf",
|
|
481
481
|
path: "/ecosystem",
|
|
482
482
|
level: 0,
|
|
483
483
|
requiredState: "org"
|