@just-every/ensemble 0.2.115 → 0.2.116

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,7 +83,7 @@ console.log('Validation Result:', {
83
83
  ## Documentation
84
84
 
85
85
  - [Tool Execution Guide](docs/tool-execution.md) - Advanced tool calling features
86
- - [Examples](examples/) - Complete working examples
86
+ - [Interactive Demos](demo/) - Web-based demos for core features
87
87
  - Generated [API Reference](docs/api) with `npm run docs`
88
88
  Run `npm run docs` to regenerate the HTML documentation.
89
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@just-every/ensemble",
3
- "version": "0.2.115",
3
+ "version": "0.2.116",
4
4
  "description": "LLM provider abstraction layer with unified streaming interface",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.cjs",