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