@lvce-editor/chat-view 2.1.0 → 2.2.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.
@@ -4282,7 +4282,7 @@ const handleSubmit = async state => {
4282
4282
  await appendChatViewEvent({
4283
4283
  sessionId: optimisticState.selectedSessionId,
4284
4284
  timestamp: new Date().toISOString(),
4285
- type: 'data-event',
4285
+ type: 'sse-response-part',
4286
4286
  value
4287
4287
  });
4288
4288
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/chat-view",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "Chat View Worker",
5
5
  "repository": {
6
6
  "type": "git",