@kine-design/ai-chat 0.0.1-beta.3 → 0.0.1-beta.4
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.
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
import { defineComponent, computed, type PropType } from 'vue';
|
|
11
|
-
import KLoading from 'kine-ui
|
|
11
|
+
import { KLoading } from 'kine-ui';
|
|
12
12
|
import type { ChatPhase } from '../composables/types';
|
|
13
13
|
import './phase-indicator.css';
|
|
14
14
|
|
package/dist/ai-chat.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { computed, createTextVNode, createVNode, defineComponent, nextTick, onMounted, onUnmounted, ref, watch } from "vue";
|
|
2
2
|
import { io } from "socket.io-client";
|
|
3
|
-
import KLoading from "kine-ui
|
|
3
|
+
import { KLoading } from "kine-ui";
|
|
4
4
|
//#region composables/useChat.ts
|
|
5
5
|
/**
|
|
6
6
|
* @description Core chat composable — manages message clusters and server events
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kine-design/ai-chat",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/ai-chat.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"socket.io-client": "^4.8.3",
|
|
9
9
|
"vue": "^3.5.30",
|
|
10
|
-
"kine-ui": "^0.0.1-beta.
|
|
10
|
+
"kine-ui": "^0.0.1-beta.19"
|
|
11
11
|
},
|
|
12
12
|
"publishConfig": {
|
|
13
13
|
"access": "public",
|