@hyeonqyu/typed-router-next 1.4.2 → 1.5.0

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.mts CHANGED
@@ -1,3 +1,4 @@
1
+ import * as packages_core_dist_routes_types_C0cWyXOZ from 'packages/core/dist/routes.types-C0cWyXOZ';
1
2
  import * as _hyeonqyu_typed_router_core from '@hyeonqyu/typed-router-core';
2
3
  import { SearchParamsForPath, BaseMetadata, PartialRouteTree, RouteTree, ResolvedRouteTree, RouteNode, RoutePathname } from '@hyeonqyu/typed-router-core';
3
4
  export * from '@hyeonqyu/typed-router-core';
@@ -48,6 +49,7 @@ declare const createAppRoutes: <TMetadata extends BaseMetadata, TContext>() => <
48
49
  AppRoutesPathname: RoutePathname<TMetadata, TContext, TRouteTree>;
49
50
  AppRoutesMetadata: TMetadata;
50
51
  AppRoutesContext: TContext;
52
+ AppRouteNode: packages_core_dist_routes_types_C0cWyXOZ.R<TMetadata, TContext>;
51
53
  };
52
54
  };
53
55
 
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import * as packages_core_dist_routes_types_C0cWyXOZ from 'packages/core/dist/routes.types-C0cWyXOZ';
1
2
  import * as _hyeonqyu_typed_router_core from '@hyeonqyu/typed-router-core';
2
3
  import { SearchParamsForPath, BaseMetadata, PartialRouteTree, RouteTree, ResolvedRouteTree, RouteNode, RoutePathname } from '@hyeonqyu/typed-router-core';
3
4
  export * from '@hyeonqyu/typed-router-core';
@@ -48,6 +49,7 @@ declare const createAppRoutes: <TMetadata extends BaseMetadata, TContext>() => <
48
49
  AppRoutesPathname: RoutePathname<TMetadata, TContext, TRouteTree>;
49
50
  AppRoutesMetadata: TMetadata;
50
51
  AppRoutesContext: TContext;
52
+ AppRouteNode: packages_core_dist_routes_types_C0cWyXOZ.R<TMetadata, TContext>;
51
53
  };
52
54
  };
53
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyeonqyu/typed-router-next",
3
- "version": "1.4.2",
3
+ "version": "1.5.0",
4
4
  "description": "Type-safe IA-first routing for Next.js",
5
5
  "author": "hyeonQyu <dhk0561@naver.com>",
6
6
  "license": "MIT",
@@ -50,7 +50,7 @@
50
50
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
51
51
  },
52
52
  "dependencies": {
53
- "@hyeonqyu/typed-router-core": "^1.4.2"
53
+ "@hyeonqyu/typed-router-core": "^1.5.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/react": "^19.2.5",