@cat-factory/cli 0.5.0 → 0.5.1

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.
@@ -1,5 +1,5 @@
1
- export declare const LOCAL_SERVER_VERSION = "^0.33.0";
2
- export declare const APP_VERSION = "^0.64.0";
1
+ export declare const LOCAL_SERVER_VERSION = "^0.34.0";
2
+ export declare const APP_VERSION = "^0.66.0";
3
3
  export declare const NUXT_VERSION = "^4.4.8";
4
4
  export declare const TYPES_NODE_VERSION = "^26.0.1";
5
5
  export declare const TYPESCRIPT_VERSION = "7.0.1-rc";
package/dist/templates.js CHANGED
@@ -9,8 +9,8 @@
9
9
  // `@cat-factory/app`; `templates.pins.test.ts` fails the build if a pin drifts out of range of the
10
10
  // workspace version. Bump these when cutting a CLI release against newer libraries. (The two
11
11
  // libraries version independently.)
12
- export const LOCAL_SERVER_VERSION = '^0.33.0';
13
- export const APP_VERSION = '^0.64.0';
12
+ export const LOCAL_SERVER_VERSION = '^0.34.0';
13
+ export const APP_VERSION = '^0.66.0';
14
14
  export const NUXT_VERSION = '^4.4.8';
15
15
  export const TYPES_NODE_VERSION = '^26.0.1';
16
16
  export const TYPESCRIPT_VERSION = '7.0.1-rc';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Bootstrap CLI for the Agent Architecture Board: scaffold a local-mode deployment (Node/local backend + frontend SPA) on your own machine — generates the crypto secrets, populates and gitignores the .env files, and mints a GitHub/GitLab personal access token by opening the browser at the right pre-scoped URL.",
5
5
  "keywords": [
6
6
  "bootstrap",