@bcc-code/vue-bcc-chat-ui 6.3.0 → 6.3.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.
- package/dist/vue-bcc-chat-ui.js +1 -1
- package/package.json +1 -2
package/dist/vue-bcc-chat-ui.js
CHANGED
|
@@ -25984,7 +25984,7 @@ class h9e {
|
|
|
25984
25984
|
}
|
|
25985
25985
|
nh = new WeakMap(), kl = new WeakMap(), Fs = new WeakSet(), G0 = function(t, r, n) {
|
|
25986
25986
|
const a = structuredClone(n) ?? {};
|
|
25987
|
-
a.chatVersion = "6.3.
|
|
25987
|
+
a.chatVersion = "6.3.1";
|
|
25988
25988
|
const i = {
|
|
25989
25989
|
logUid: window.crypto.randomUUID(),
|
|
25990
25990
|
correlationUid: qr(this, nh),
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@bcc-code/vue-bcc-chat-ui",
|
|
3
3
|
"author": "bcc-code",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
|
-
"version": "6.3.
|
|
5
|
+
"version": "6.3.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"private": false,
|
|
8
8
|
"files": [
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
"vue": "^3.5.13"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@bcc-code/icons-vue": "^1.4.0",
|
|
56
55
|
"@cometchat/chat-sdk-javascript": "4.1.8",
|
|
57
56
|
"@cometchat/chat-uikit-vue": "4.3.32",
|
|
58
57
|
"@cometchat/uikit-elements": "4.3.23",
|