@frontstackdev/cli 0.0.0-canary-20250428083158 → 0.0.0-canary-20250428213856

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.
@@ -115,7 +115,7 @@ export type SortField<T> = keyof T;
115
115
  * }
116
116
  */
117
117
  export type Sort<T> = {
118
- field: SortField<T >;
118
+ field: SortField<T>;
119
119
  order: 'asc' | 'desc';
120
120
  }
121
121
 
package/dist/version CHANGED
@@ -1 +1 @@
1
- 0.0.0-canary-20250428083158
1
+ 0.0.0-canary-20250428213856
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontstackdev/cli",
3
- "version": "0.0.0-canary-20250428083158",
3
+ "version": "0.0.0-canary-20250428213856",
4
4
  "description": "frontstack CLI for managing projects",
5
5
  "type": "module",
6
6
  "module": "dist/frontstack.mjs",