@assistant-ui/react 0.8.17 → 0.8.19

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/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  "conversational-ui",
30
30
  "conversational-ai"
31
31
  ],
32
- "version": "0.8.17",
32
+ "version": "0.8.19",
33
33
  "license": "MIT",
34
34
  "exports": {
35
35
  ".": {
@@ -65,13 +65,13 @@
65
65
  "@radix-ui/react-slot": "^1.1.2",
66
66
  "@radix-ui/react-use-callback-ref": "^1.1.0",
67
67
  "@radix-ui/react-use-escape-keydown": "^1.1.0",
68
- "assistant-stream": "^0.0.29",
68
+ "assistant-stream": "^0.0.31",
69
69
  "json-schema": "^0.4.0",
70
- "nanoid": "3.3.8",
71
- "react-textarea-autosize": "^8.5.7",
72
- "secure-json-parse": "^3.0.2",
73
- "zod": "^3.24.1",
74
- "zod-to-json-schema": "^3.24.1",
70
+ "nanoid": "5.1.5",
71
+ "react-textarea-autosize": "^8.5.9",
72
+ "secure-json-parse": "^4.0.0",
73
+ "zod": "^3.24.2",
74
+ "zod-to-json-schema": "^3.24.5",
75
75
  "zustand": "^5.0.3"
76
76
  },
77
77
  "peerDependencies": {
@@ -92,13 +92,13 @@
92
92
  "@stryker-mutator/core": "^8.7.1",
93
93
  "@stryker-mutator/vitest-runner": "^8.7.1",
94
94
  "@types/json-schema": "^7.0.15",
95
- "@types/node": "^22.13.1",
95
+ "@types/node": "^22.14.0",
96
96
  "eslint": "^9",
97
- "eslint-config-next": "15.1.6",
98
- "tsx": "^4.19.2",
99
- "vitest": "^1.6.1",
100
- "@assistant-ui/tsconfig": "0.0.0",
101
- "@assistant-ui/tsbuildutils": "^0.0.1"
97
+ "eslint-config-next": "15.2.4",
98
+ "tsx": "^4.19.3",
99
+ "vitest": "^3.1.1",
100
+ "@assistant-ui/tsbuildutils": "^0.0.1",
101
+ "@assistant-ui/tsconfig": "0.0.0"
102
102
  },
103
103
  "publishConfig": {
104
104
  "access": "public",
@@ -314,6 +314,7 @@ export class ThreadRuntimeImpl implements ThreadRuntime {
314
314
 
315
315
  protected __internal_bindMethods() {
316
316
  this.append = this.append.bind(this);
317
+ this.unstable_resumeRun = this.unstable_resumeRun.bind(this);
317
318
  this.startRun = this.startRun.bind(this);
318
319
  this.cancelRun = this.cancelRun.bind(this);
319
320
  this.stopSpeaking = this.stopSpeaking.bind(this);