create-cronus-stack 0.6.2 → 0.6.4

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/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const CREATE_STACK_VERSION = "0.6.2";
1
+ export declare const CREATE_STACK_VERSION = "0.6.4";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const CREATE_STACK_VERSION = "0.6.2";
1
+ export const CREATE_STACK_VERSION = "0.6.4";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cronus-stack",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "description": "Scaffold a Cronus stack from the Cronus Stack Builder contract: app files, stack.json, KICKOFF.md, and optional AI Kit.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -44,8 +44,8 @@
44
44
  "prepublishOnly": "tsc -p tsconfig.json"
45
45
  },
46
46
  "dependencies": {
47
- "@cronus-ui/ai-kit": "0.6.2",
48
- "@cronus-ui/stack": "0.6.2"
47
+ "@cronus-ui/ai-kit": "0.6.4",
48
+ "@cronus-ui/stack": "0.6.4"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/node": "^22.10.0",