@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.browser.cjs +3 -4
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.full-bundle.min.js +7 -7
- package/dist/index.browser.full-bundle.min.js.map +1 -1
- package/dist/index.browser.mjs +3 -3
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +3 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/wasm/ermis_call_node_wasm.js +1 -1
package/dist/index.browser.mjs
CHANGED
|
@@ -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.
|
|
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 =
|
|
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.
|
|
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;
|