@anscribe/opentui 1.0.0 → 1.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anscribe/opentui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Anscribe OpenTUI adapter: install capture mode in OpenTUI apps and stream captures to an agent via MCP.",
5
5
  "keywords": [
6
6
  "agent",
@@ -53,8 +53,8 @@
53
53
  "@opentui/core": "^0.2.8",
54
54
  "@opentui/react": "0.2.8",
55
55
  "react": ">=19.2.0",
56
- "@anscribe/core": "1.0.0",
57
- "@anscribe/react": "1.0.0"
56
+ "@anscribe/react": "1.0.1",
57
+ "@anscribe/core": "1.0.1"
58
58
  },
59
59
  "peerDependenciesMeta": {
60
60
  "@opentui/react": {