@rindle/narrator-react 0.6.3 → 0.7.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 +5 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -3,6 +3,11 @@
3
3
  React integration for [`@rindle/narrator`](../narrator): subscribe to a query's live, netted change
4
4
  stream and buffer semantic events without re-rendering the component on each change.
5
5
 
6
+ Full docs — the narration model and the observe→act loop:
7
+ **[rindle.sh/docs/agents](https://rindle.sh/docs/agents)** · markdown mirror:
8
+ [`agents.md`](https://rindle.sh/docs/agents.md) · for agents:
9
+ [llms.txt](https://rindle.sh/llms.txt)
10
+
6
11
  ```sh
7
12
  pnpm add @rindle/narrator @rindle/narrator-react
8
13
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindle/narrator-react",
3
- "version": "0.6.3",
3
+ "version": "0.7.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,9 +25,9 @@
25
25
  "README.md"
26
26
  ],
27
27
  "dependencies": {
28
- "@rindle/narrator": "0.6.3",
29
- "@rindle/client": "0.6.3",
30
- "@rindle/react": "0.6.3"
28
+ "@rindle/client": "0.7.0",
29
+ "@rindle/narrator": "0.7.0",
30
+ "@rindle/react": "0.7.0"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": ">=18.0.0"