@hile/cli 4.0.0 → 4.0.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.
- package/AI.md +1 -1
- package/package.json +2 -2
package/AI.md
CHANGED
|
@@ -222,7 +222,7 @@ The CLI entrypoint exports a `create` command. Application code does not import
|
|
|
222
222
|
|
|
223
223
|
- Templates use `_env`, `_env.prod`, and `_gitignore`; creation renames them to dotfiles.
|
|
224
224
|
- The CLI prompts for a template and optional dependency installation.
|
|
225
|
-
-
|
|
225
|
+
- Generated templates use pnpm consistently; install pnpm before running `create-hile` without `--skip-install`.
|
|
226
226
|
|
|
227
227
|
## Anti-Patterns
|
|
228
228
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hile/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"pino-pretty": "^13.1.3",
|
|
37
37
|
"yaml": "^2.9.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "afde9a1fd6cce7427a7c56fb9930763a7a9c5c8f"
|
|
40
40
|
}
|