create-bijou-tui-app 4.0.0 → 4.1.0

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  Scaffold a new Bijou TUI app with batteries-included defaults.
4
4
 
5
- ## What's New in v3.0.0
5
+ ## Package Role in v4.0.0
6
6
 
7
- - **Canonical V3 starter** — generated apps target the current `@flyingrobots/bijou-tui` + `@flyingrobots/bijou-tui-app` path instead of an older string-only shell story.
7
+ - **Canonical starter** — generated apps target the current `@flyingrobots/bijou-tui` + `@flyingrobots/bijou-tui-app` path instead of an older shell-starter path.
8
8
  - **Public API only** — the scaffolded app uses public package APIs so it can serve as a downstream canary for real-world upgrades.
9
9
  - **Release-aligned defaults** — the generated project matches the same shell/runtime split described in the root docs and migration guide.
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-bijou-tui-app",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "Scaffold a new Bijou TUI app with batteries-included defaults.",
5
5
  "type": "module",
6
6
  "bin": {