@kidsinai/kids-client 0.0.1 → 0.0.2

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@kidsinai/kids-client",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "type": "module",
6
6
  "description": "Own-client TUI for Kids OpenCode — talks to local `opencode serve` via @opencode-ai/sdk v2 with kid-warm rendering, mission progress, permission dialog, and stderr-tail audit pipeline.",
7
7
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  "ink-spinner": "^5.0.0",
35
35
  "ink-text-input": "^6.0.0",
36
36
  "react": "^18.3.1",
37
- "@kidsinai/kids-opencode-plugin": "workspace:*"
37
+ "@kidsinai/kids-opencode-plugin": "^0.0.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@opencode-ai/sdk": "^1.14.51",