streamfold 0.1.1 → 0.1.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 (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,4 +50,6 @@ Available subpaths are `assistant-ui`, `vercel-ai`, `openai`, `anthropic`,
50
50
  not install or load provider SDKs.
51
51
 
52
52
  See the [repository README](https://github.com/assistant-ui/streamfold#readme)
53
- for benchmarks, methodology, and development instructions.
53
+ for benchmarks, methodology, and development instructions. The
54
+ [migration guide](https://github.com/assistant-ui/streamfold/blob/main/MIGRATION.md)
55
+ covers direct streams and every bundled integration.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "streamfold",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Protocol-neutral incremental state for structured AI streams",
5
5
  "type": "module",
6
6
  "license": "MIT",