vitarx-router 4.0.0-beta.5 → 4.0.0-beta.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.
|
@@ -11,6 +11,7 @@ import { type FilterOptions } from './parser/index.js';
|
|
|
11
11
|
import type { FileRouterOptions, ParsedNode } from './types/index.js';
|
|
12
12
|
export type * from './types/index.js';
|
|
13
13
|
export * from './utils/logger.js';
|
|
14
|
+
export type { GenerateResult } from './generator/index.js';
|
|
14
15
|
export { resolvePageConfigs } from './config/resolve.js';
|
|
15
16
|
/**
|
|
16
17
|
* 文件路由管理器
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitarx-router",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.6",
|
|
4
4
|
"description": "Official routing solution for Vitarx framework with declarative routing, navigation guards, dynamic routes, file-based routing with HMR, and full TypeScript support.",
|
|
5
5
|
"author": "ZhuChonglin <8210856@qq.com>",
|
|
6
6
|
"license": "MIT",
|