@flyingrobots/bijou-node 0.2.0 → 0.4.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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Node.js adapter for bijou — chalk styling, readline I/O, process runtime.
4
4
 
5
- ## What's New in 0.2.0?
5
+ ## What's New in 0.4.0?
6
6
 
7
- - **`onResize()` support** `nodeIO()` now listens to `process.stdout` resize events, enabling terminal resize detection in TUI apps
7
+ - Lock-step version bump with `@flyingrobots/bijou` v0.4.0 (overlay primitives, interactive building blocks, new forms)
8
8
 
9
- See the [CHANGELOG](https://github.com/flyingrobots/bijou/blob/main/CHANGELOG.md) for the full release history.
9
+ See the [CHANGELOG](https://github.com/flyingrobots/bijou/blob/main/docs/CHANGELOG.md) for the full release history.
10
10
 
11
11
  ## Install
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flyingrobots/bijou-node",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "Node.js adapter for bijou — chalk styling, readline I/O, process runtime.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -24,7 +24,7 @@
24
24
  "lint": "tsc --noEmit"
25
25
  },
26
26
  "dependencies": {
27
- "@flyingrobots/bijou": "0.2.0",
27
+ "@flyingrobots/bijou": "0.4.0",
28
28
  "chalk": "^5.6.2"
29
29
  },
30
30
  "devDependencies": {