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