qiscus-sdk-core 2.16.2 → 2.16.3
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/qiscus-sdk-core.js
CHANGED
|
@@ -63,9 +63,9 @@ var __forAwait = (obj, it, method) => (it = obj[__knownSymbol("asyncIterator")])
|
|
|
63
63
|
let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
64
64
|
let nanoid = (size = 21) => {
|
|
65
65
|
let id = "";
|
|
66
|
-
let
|
|
67
|
-
while (
|
|
68
|
-
id += urlAlphabet[
|
|
66
|
+
let i2 = size | 0;
|
|
67
|
+
while (i2-- > 0) {
|
|
68
|
+
id += urlAlphabet[Math.random() * 64 | 0];
|
|
69
69
|
}
|
|
70
70
|
return id;
|
|
71
71
|
};
|
|
@@ -23156,7 +23156,7 @@ var __forAwait = (obj, it, method) => (it = obj[__knownSymbol("asyncIterator")])
|
|
|
23156
23156
|
}
|
|
23157
23157
|
};
|
|
23158
23158
|
}
|
|
23159
|
-
const version = "2.16.
|
|
23159
|
+
const version = "2.16.3";
|
|
23160
23160
|
const Package = {
|
|
23161
23161
|
version
|
|
23162
23162
|
};
|