@frontstackdev/cli 0.0.0-canary-20250512094934 → 0.0.0-canary-20250514144151

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.
@@ -118,7 +118,13 @@ type FetchMode = {
118
118
  {{/each}}
119
119
  }
120
120
 
121
- export type Page = components['schemas']['Page']
121
+ {{!-- Provide global types for page router --}}
122
+ declare global {
123
+ export type Page = components['schemas']['Page']
124
+ export type PageRoute = components["schemas"]["PageRoute"];
125
+ export type RouteMeta = components["schemas"]["RouteMeta"];
126
+ export type AlternateRoute = components["schemas"]["AlternateRoute"];
127
+ }
122
128
 
123
129
  {{!-- Provide global types for listing meta data --}}
124
130
  declare global {
package/dist/version CHANGED
@@ -1 +1 @@
1
- 0.0.0-canary-20250512094934
1
+ 0.0.0-canary-20250514144151
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontstackdev/cli",
3
- "version": "0.0.0-canary-20250512094934",
3
+ "version": "0.0.0-canary-20250514144151",
4
4
  "description": "frontstack CLI for managing projects",
5
5
  "type": "module",
6
6
  "module": "dist/frontstack.mjs",