@ermis-network/ermis-chat-sdk 1.0.4 → 1.0.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ermis-network/ermis-chat-sdk",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Ermis Chat SDK",
5
5
  "author": "Ermis",
6
6
  "homepage": "https://ermis.network/",
@@ -1481,7 +1481,7 @@ async function __wbg_init(module_or_path) {
1481
1481
  }
1482
1482
 
1483
1483
  if (typeof module_or_path === 'undefined') {
1484
- module_or_path = new URL('ermis_call_node_wasm_bg.wasm', import.meta.url);
1484
+ module_or_path = '/ermis_call_node_wasm_bg.wasm';
1485
1485
  }
1486
1486
  const imports = __wbg_get_imports();
1487
1487