@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/dist/index.cjs CHANGED
@@ -3785,7 +3785,7 @@ var ErmisChat = class _ErmisChat {
3785
3785
  return pinExpires;
3786
3786
  }
3787
3787
  getUserAgent() {
3788
- return this.userAgent || `ermis-chat-sdk-javascript-client-${this.node ? "node" : "browser"}-${"1.0.4"}`;
3788
+ return this.userAgent || `ermis-chat-sdk-javascript-client-${this.node ? "node" : "browser"}-${"1.0.5"}`;
3789
3789
  }
3790
3790
  setUserAgent(userAgent) {
3791
3791
  this.userAgent = userAgent;
@@ -3901,7 +3901,6 @@ var EVENT_MAP = {
3901
3901
  };
3902
3902
 
3903
3903
  // src/wasm/ermis_call_node_wasm.js
3904
- var import_meta = {};
3905
3904
  var wasm;
3906
3905
  var cachedUint8ArrayMemory0 = null;
3907
3906
  function getUint8ArrayMemory0() {
@@ -5309,7 +5308,7 @@ async function __wbg_init(module_or_path) {
5309
5308
  }
5310
5309
  }
5311
5310
  if (typeof module_or_path === "undefined") {
5312
- module_or_path = new URL("ermis_call_node_wasm_bg.wasm", import_meta.url);
5311
+ module_or_path = "/ermis_call_node_wasm_bg.wasm";
5313
5312
  }
5314
5313
  const imports = __wbg_get_imports();
5315
5314
  if (typeof module_or_path === "string" || typeof Request === "function" && module_or_path instanceof Request || typeof URL === "function" && module_or_path instanceof URL) {
@@ -7145,7 +7144,7 @@ var ErmisAuthProvider = class {
7145
7144
  return data;
7146
7145
  }
7147
7146
  getUserAgent() {
7148
- return this.userAgent || `ermis-chat-sdk-javascript-client-${this.node ? "node" : "browser"}-${"1.0.4"}`;
7147
+ return this.userAgent || `ermis-chat-sdk-javascript-client-${this.node ? "node" : "browser"}-${"1.0.5"}`;
7149
7148
  }
7150
7149
  setUserAgent(userAgent) {
7151
7150
  this.userAgent = userAgent;