@deep-eye/core 0.5.0 → 0.5.1

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 (38) hide show
  1. package/README.md +15 -15
  2. package/dist/components/chat/AiConversation.vue.d.ts.map +1 -1
  3. package/dist/components/chat/composables/index.d.ts +1 -0
  4. package/dist/components/chat/composables/index.d.ts.map +1 -1
  5. package/dist/components/chat/composables/useConversationStream.d.ts +3 -0
  6. package/dist/components/chat/composables/useConversationStream.d.ts.map +1 -0
  7. package/dist/components/chat/index.d.ts +2 -2
  8. package/dist/components/chat/index.d.ts.map +1 -1
  9. package/dist/components/chat/types.d.ts +24 -2
  10. package/dist/components/chat/types.d.ts.map +1 -1
  11. package/dist/index.cjs +28 -25
  12. package/dist/index.js +6934 -6604
  13. package/dist/style.css +1 -1
  14. package/package.json +1 -1
  15. package/dist/components/chat/__tests__/AiConversation.spec.d.ts +0 -2
  16. package/dist/components/chat/__tests__/AiConversation.spec.d.ts.map +0 -1
  17. package/dist/components/chat/__tests__/MessageBubble.spec.d.ts +0 -2
  18. package/dist/components/chat/__tests__/MessageBubble.spec.d.ts.map +0 -1
  19. package/dist/components/chat/__tests__/MindMapToolRenderer.spec.d.ts +0 -2
  20. package/dist/components/chat/__tests__/MindMapToolRenderer.spec.d.ts.map +0 -1
  21. package/dist/components/chat/__tests__/OpenGenUIToolRenderer.spec.d.ts +0 -2
  22. package/dist/components/chat/__tests__/OpenGenUIToolRenderer.spec.d.ts.map +0 -1
  23. package/dist/components/chat/__tests__/OpenGenerativeUiScheduleRenderer.spec.d.ts +0 -2
  24. package/dist/components/chat/__tests__/OpenGenerativeUiScheduleRenderer.spec.d.ts.map +0 -1
  25. package/dist/components/chat/__tests__/SearchToolRenderer.spec.d.ts +0 -2
  26. package/dist/components/chat/__tests__/SearchToolRenderer.spec.d.ts.map +0 -1
  27. package/dist/components/chat/__tests__/TextPartRenderer.spec.d.ts +0 -2
  28. package/dist/components/chat/__tests__/TextPartRenderer.spec.d.ts.map +0 -1
  29. package/dist/components/chat/__tests__/ToolCallPart.spec.d.ts +0 -2
  30. package/dist/components/chat/__tests__/ToolCallPart.spec.d.ts.map +0 -1
  31. package/dist/components/chat/__tests__/mdoc.spec.d.ts +0 -2
  32. package/dist/components/chat/__tests__/mdoc.spec.d.ts.map +0 -1
  33. package/dist/components/chat/__tests__/openGenerativeUi.spec.d.ts +0 -2
  34. package/dist/components/chat/__tests__/openGenerativeUi.spec.d.ts.map +0 -1
  35. package/dist/components/chat/__tests__/types.smoke.spec.d.ts +0 -2
  36. package/dist/components/chat/__tests__/types.smoke.spec.d.ts.map +0 -1
  37. package/dist/components/chat/__tests__/useConversation.spec.d.ts +0 -2
  38. package/dist/components/chat/__tests__/useConversation.spec.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deep-eye/core",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=AiConversation.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AiConversation.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/AiConversation.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=MessageBubble.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MessageBubble.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/MessageBubble.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=MindMapToolRenderer.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MindMapToolRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/MindMapToolRenderer.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=OpenGenUIToolRenderer.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OpenGenUIToolRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/OpenGenUIToolRenderer.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=OpenGenerativeUiScheduleRenderer.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OpenGenerativeUiScheduleRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/OpenGenerativeUiScheduleRenderer.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=SearchToolRenderer.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SearchToolRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/SearchToolRenderer.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=TextPartRenderer.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextPartRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/TextPartRenderer.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ToolCallPart.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ToolCallPart.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/ToolCallPart.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=mdoc.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mdoc.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/mdoc.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=openGenerativeUi.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"openGenerativeUi.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/openGenerativeUi.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=types.smoke.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.smoke.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/types.smoke.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=useConversation.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useConversation.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/useConversation.spec.ts"],"names":[],"mappings":""}