vue-chat-kit 0.3.2 → 0.3.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-chat-kit",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "一个功能完整的 Vue 3 聊天组件库,支持 WebSocket 实时通信、文件上传、好友管理等功能。独立封装,无需额外 CSS 框架依赖。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/vue-chat-kit.umd.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"import": "./dist/vue-chat-kit.es.js",
|
|
17
17
|
"require": "./dist/vue-chat-kit.umd.js"
|
|
18
18
|
},
|
|
19
|
-
"./style": "./dist/
|
|
19
|
+
"./style": "./dist/vue-chat-kit.css"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"dev": "vite",
|