@learncard/init 2.0.14 → 2.0.16
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.cjs +7 -0
- package/dist/{init.cjs.development.js → init.cjs.development.cjs} +7 -7
- package/dist/init.cjs.development.cjs.map +7 -0
- package/dist/{init.cjs.production.min.js → init.cjs.production.min.cjs} +3 -3
- package/dist/init.cjs.production.min.cjs.map +7 -0
- package/dist/init.esm.js +4 -4
- package/dist/init.esm.js.map +2 -2
- package/package.json +27 -20
- package/dist/index.js +0 -7
- package/dist/init.cjs.development.js.map +0 -7
- package/dist/init.cjs.production.min.js.map +0 -7
package/dist/init.esm.js
CHANGED
|
@@ -3362,7 +3362,7 @@ var require_promise3 = __commonJS({
|
|
|
3362
3362
|
module2.exports = parent;
|
|
3363
3363
|
}
|
|
3364
3364
|
});
|
|
3365
|
-
var import_promise = __toESM(require_promise3());
|
|
3365
|
+
var import_promise = __toESM(require_promise3(), 1);
|
|
3366
3366
|
var g = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : void 0;
|
|
3367
3367
|
if (g) {
|
|
3368
3368
|
if (typeof g.AbortController === "undefined") {
|
|
@@ -4420,7 +4420,7 @@ __name3(__wbg_adapter_212, "__wbg_adapter_212");
|
|
|
4420
4420
|
var __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
|
|
4421
4421
|
var __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
|
|
4422
4422
|
async function __wbg_load(module2, imports) {
|
|
4423
|
-
if (typeof Response === "function" &&
|
|
4423
|
+
if (typeof Response === "function" && module2 instanceof Response) {
|
|
4424
4424
|
if (typeof WebAssembly.instantiateStreaming === "function") {
|
|
4425
4425
|
try {
|
|
4426
4426
|
return await WebAssembly.instantiateStreaming(module2, imports);
|
|
@@ -4859,7 +4859,7 @@ function __wbg_get_imports() {
|
|
|
4859
4859
|
const ret = false;
|
|
4860
4860
|
return ret;
|
|
4861
4861
|
};
|
|
4862
|
-
imports.wbg.
|
|
4862
|
+
imports.wbg.__wbindgen_closure_wrapper12542 = function(arg0, arg1, arg2) {
|
|
4863
4863
|
const ret = makeMutClosure(arg0, arg1, 4131, __wbg_adapter_52);
|
|
4864
4864
|
return ret;
|
|
4865
4865
|
};
|
|
@@ -4990,7 +4990,7 @@ __name3(__wbg_init, "__wbg_init");
|
|
|
4990
4990
|
var didkit_wasm_default = __wbg_init;
|
|
4991
4991
|
var initialized = false;
|
|
4992
4992
|
var generating = false;
|
|
4993
|
-
var init = /* @__PURE__ */ __name3(async (arg = "https://cdn.filestackcontent.com/
|
|
4993
|
+
var init = /* @__PURE__ */ __name3(async (arg = "https://cdn.filestackcontent.com/uJ4ZnJoLRyuHyLgrSDIr") => {
|
|
4994
4994
|
while (generating)
|
|
4995
4995
|
await new Promise((res) => setTimeout(res, 250));
|
|
4996
4996
|
if (initialized)
|