create-kudzu 0.1.121 → 0.1.122

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,6 @@ cd my-app
10
10
  npm run dev
11
11
  ```
12
12
 
13
- The generated project is a working showcase on `@kudzujs/core@^0.13.3` with reusable components, an interactive state example, a zero-JavaScript static route, page metadata, responsive source CSS, and `npm run check`. Configuration remains optional until the app needs custom assets, document defaults, navigation, or build hooks.
13
+ The generated project is a working showcase on `@kudzujs/core@^0.14.0` with reusable components, an interactive state example, a zero-JavaScript static route, page metadata, responsive source CSS, and `npm run check`. Configuration remains optional until the app needs custom assets, document defaults, navigation, or build hooks.
14
14
 
15
15
  Use `--no-install` to create the files without installing dependencies.
package/index.mjs CHANGED
@@ -33,7 +33,7 @@ const files = {
33
33
  check: "tsc --noEmit && kudzu build"
34
34
  },
35
35
  dependencies: {
36
- "@kudzujs/core": "^0.13.3"
36
+ "@kudzujs/core": "^0.14.0"
37
37
  },
38
38
  devDependencies: {
39
39
  typescript: "^5.9.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kudzu",
3
- "version": "0.1.121",
3
+ "version": "0.1.122",
4
4
  "description": "Create a Kudzu project",
5
5
  "type": "module",
6
6
  "license": "MIT",