@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 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onyx-p/imlib-web",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "main": "index.umd.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "types/index.d.ts",