@modelriver/client 1.0.0 → 1.1.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.
package/README.md CHANGED
@@ -312,7 +312,7 @@ interface ModelRiverClientOptions {
312
312
  | `connected` | - | Successfully connected |
313
313
  | `disconnected` | `reason?: string` | Disconnected from WebSocket |
314
314
  | `response` | `AIResponse` | AI response received |
315
- | `error` | `Error \| string` | Error occurred |
315
+ | `error` | `Error` or `string` | Error occurred |
316
316
  | `step` | `WorkflowStep` | Workflow step updated |
317
317
  | `channel_joined` | - | Successfully joined channel |
318
318
  | `channel_error` | `reason: string` | Channel join failed |
@@ -403,7 +403,9 @@ MIT
403
403
 
404
404
  ## Links
405
405
 
406
- - [Documentation](https://modelriver.com/docs)
406
+ - [Client SDK Documentation](https://modelriver.com/docs/client-sdk)
407
407
  - [API Reference](https://modelriver.com/docs/api)
408
+ - [Getting Started](https://modelriver.com/docs/getting-started)
408
409
  - [Dashboard](https://modelriver.com/dashboard)
409
410
  - [GitHub Issues](https://github.com/modelriver/client/issues)
411
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modelriver/client",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Official ModelRiver client SDK for real-time AI response streaming via WebSockets",
5
5
  "author": "ModelRiver",
6
6
  "license": "MIT",
File without changes
File without changes