@onyx-p/imlib-web 2.8.0 → 2.8.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/index.esm.js +1 -0
- package/index.umd.js +1 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -32949,6 +32949,7 @@ const init = initOption => {
|
|
|
32949
32949
|
imClient = imClient || new IMClient(initOption);
|
|
32950
32950
|
};
|
|
32951
32951
|
const connect = async () => {
|
|
32952
|
+
console.log('imlib-web connect ->');
|
|
32952
32953
|
const res = await imClient.connect();
|
|
32953
32954
|
if (res.code === ErrorCode.SUCCESS) {
|
|
32954
32955
|
return {
|
package/index.umd.js
CHANGED
|
@@ -32955,6 +32955,7 @@
|
|
|
32955
32955
|
imClient = imClient || new IMClient(initOption);
|
|
32956
32956
|
};
|
|
32957
32957
|
const connect = async () => {
|
|
32958
|
+
console.log('imlib-web connect ->');
|
|
32958
32959
|
const res = await imClient.connect();
|
|
32959
32960
|
if (res.code === exports.ErrorCode.SUCCESS) {
|
|
32960
32961
|
return {
|