@droppii-org/chat-sdk 0.0.50 → 0.0.51

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.
@@ -1,4 +1,4 @@
1
- export declare const coreWasmPath = "https://cdn.droppii.com/droppii-production-public/openIM.wasm";
1
+ export declare const coreWasmPath = "https://droppii.blob.core.windows.net/droppii-production-public/openIM.wasm";
2
2
  export declare const PAGE_SIZE = 50;
3
3
  export declare const MSG_ITEM_PREFIX = "msg-item-";
4
4
  export declare const MSG_ITEM_CONTENT_PREFIX = "msg-item-content-";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,kEACwC,CAAC;AAElE,eAAO,MAAM,SAAS,KAAK,CAAC;AAE5B,eAAO,MAAM,eAAe,cAAc,CAAC;AAC3C,eAAO,MAAM,uBAAuB,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,gFACsD,CAAC;AAEhF,eAAO,MAAM,SAAS,KAAK,CAAC;AAE5B,eAAO,MAAM,eAAe,cAAc,CAAC;AAC3C,eAAO,MAAM,uBAAuB,sBAAsB,CAAC"}
@@ -1,4 +1,4 @@
1
- export const coreWasmPath = "https://cdn.droppii.com/droppii-production-public/openIM.wasm";
1
+ export const coreWasmPath = "https://droppii.blob.core.windows.net/droppii-production-public/openIM.wasm";
2
2
  export const PAGE_SIZE = 50;
3
3
  export const MSG_ITEM_PREFIX = "msg-item-";
4
4
  export const MSG_ITEM_CONTENT_PREFIX = "msg-item-content-";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@droppii-org/chat-sdk",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "description": "Droppii React Chat SDK",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",