@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.
@@ -3727,7 +3727,7 @@ var ErmisChat = class _ErmisChat {
3727
3727
  return pinExpires;
3728
3728
  }
3729
3729
  getUserAgent() {
3730
- return this.userAgent || `ermis-chat-sdk-javascript-client-${this.node ? "node" : "browser"}-${"1.0.4"}`;
3730
+ return this.userAgent || `ermis-chat-sdk-javascript-client-${this.node ? "node" : "browser"}-${"1.0.5"}`;
3731
3731
  }
3732
3732
  setUserAgent(userAgent) {
3733
3733
  this.userAgent = userAgent;
@@ -5250,7 +5250,7 @@ async function __wbg_init(module_or_path) {
5250
5250
  }
5251
5251
  }
5252
5252
  if (typeof module_or_path === "undefined") {
5253
- module_or_path = new URL("ermis_call_node_wasm_bg.wasm", import.meta.url);
5253
+ module_or_path = "/ermis_call_node_wasm_bg.wasm";
5254
5254
  }
5255
5255
  const imports = __wbg_get_imports();
5256
5256
  if (typeof module_or_path === "string" || typeof Request === "function" && module_or_path instanceof Request || typeof URL === "function" && module_or_path instanceof URL) {
@@ -7085,7 +7085,7 @@ var ErmisAuthProvider = class {
7085
7085
  return data;
7086
7086
  }
7087
7087
  getUserAgent() {
7088
- return this.userAgent || `ermis-chat-sdk-javascript-client-${this.node ? "node" : "browser"}-${"1.0.4"}`;
7088
+ return this.userAgent || `ermis-chat-sdk-javascript-client-${this.node ? "node" : "browser"}-${"1.0.5"}`;
7089
7089
  }
7090
7090
  setUserAgent(userAgent) {
7091
7091
  this.userAgent = userAgent;