@flyingrobots/bijou-mcp 4.4.0 → 4.4.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -104,9 +104,9 @@ bijou_table
104
104
  ┌────────────┬─────────┬─────────┐
105
105
  │ Name │ Status │ Version │
106
106
  ├────────────┼─────────┼─────────┤
107
- │ bijou │ healthy │ 4.1.0
108
- │ bijou-node │ healthy │ 4.1.0
109
- │ bijou-mcp │ new │ 4.1.0
107
+ │ bijou │ healthy │ 4.4.1 │
108
+ │ bijou-node │ healthy │ 4.4.1 │
109
+ │ bijou-mcp │ new │ 4.4.1 │
110
110
  └────────────┴─────────┴─────────┘
111
111
 
112
112
  bijou_tree
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flyingrobots/bijou-mcp",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "MCP server exposing Bijou terminal components as rendering tools.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -32,7 +32,7 @@
32
32
  "zod": "^3.24.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "@flyingrobots/bijou": "4.4.0"
35
+ "@flyingrobots/bijou": "4.4.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "^22.0.0",