sample-piral 1.8.0-beta.7653 → 1.8.0-beta.7657
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/app/{index.883d9b.js → index.eb97b5.js} +34 -13
- package/app/index.eb97b5.js.map +1 -0
- package/app/index.html +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +8 -8
- package/app/index.883d9b.js.map +0 -1
|
@@ -6769,12 +6769,12 @@ function installPiralDebug(options) {
|
|
|
6769
6769
|
debug: debugApiVersion,
|
|
6770
6770
|
instance: {
|
|
6771
6771
|
name: "sample-piral",
|
|
6772
|
-
version: "1.8.0-beta.
|
|
6772
|
+
version: "1.8.0-beta.7657",
|
|
6773
6773
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
6774
6774
|
},
|
|
6775
6775
|
build: {
|
|
6776
|
-
date: "2024-12-
|
|
6777
|
-
cli: "1.8.0-beta.
|
|
6776
|
+
date: "2024-12-16T08:37:18.853Z",
|
|
6777
|
+
cli: "1.8.0-beta.7657",
|
|
6778
6778
|
compat: "1"
|
|
6779
6779
|
}
|
|
6780
6780
|
};
|
|
@@ -64977,7 +64977,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
64977
64977
|
var load = loader8[REGISTRY][id];
|
|
64978
64978
|
if (load) return load;
|
|
64979
64979
|
var importerSetters = [];
|
|
64980
|
-
var ns = Object.create(null);
|
|
64980
|
+
var ns = /* @__PURE__ */Object.create(null);
|
|
64981
64981
|
if (toStringTag$1) Object.defineProperty(ns, toStringTag$1, {
|
|
64982
64982
|
value: "Module"
|
|
64983
64983
|
});
|
|
@@ -65045,17 +65045,34 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
65045
65045
|
});
|
|
65046
65046
|
return load = loader8[REGISTRY][id] = {
|
|
65047
65047
|
id: id,
|
|
65048
|
+
// importerSetters, the setters functions registered to this dependency
|
|
65049
|
+
// we retain this to add more later
|
|
65048
65050
|
i: importerSetters,
|
|
65051
|
+
// module namespace object
|
|
65049
65052
|
n: ns,
|
|
65053
|
+
// extra module information for import assertion
|
|
65054
|
+
// shape like: { assert: { type: 'xyz' } }
|
|
65050
65055
|
m: meta,
|
|
65056
|
+
// instantiate
|
|
65051
65057
|
I: instantiatePromise,
|
|
65058
|
+
// link
|
|
65052
65059
|
L: linkPromise,
|
|
65060
|
+
// whether it has hoisted exports
|
|
65053
65061
|
h: false,
|
|
65062
|
+
// On instantiate completion we have populated:
|
|
65063
|
+
// dependency load records
|
|
65054
65064
|
d: void 0,
|
|
65065
|
+
// execution function
|
|
65055
65066
|
e: void 0,
|
|
65067
|
+
// On execution we have populated:
|
|
65068
|
+
// the execution error if any
|
|
65056
65069
|
er: void 0,
|
|
65070
|
+
// in the case of TLA, the execution promise
|
|
65057
65071
|
E: void 0,
|
|
65072
|
+
// On execution, L, I, E cleared
|
|
65073
|
+
// Promise for top-level completion
|
|
65058
65074
|
C: void 0,
|
|
65075
|
+
// parent instantiator / executor
|
|
65059
65076
|
p: void 0
|
|
65060
65077
|
};
|
|
65061
65078
|
}
|
|
@@ -65082,7 +65099,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
65082
65099
|
return load.n;
|
|
65083
65100
|
});
|
|
65084
65101
|
}
|
|
65085
|
-
var nullContext = Object.freeze(Object.create(null));
|
|
65102
|
+
var nullContext = Object.freeze( /* @__PURE__ */Object.create(null));
|
|
65086
65103
|
function postOrderExec(loader8, load, seen) {
|
|
65087
65104
|
if (seen[load.id]) return;
|
|
65088
65105
|
seen[load.id] = true;
|
|
@@ -65407,7 +65424,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
65407
65424
|
}));
|
|
65408
65425
|
});
|
|
65409
65426
|
if (wasmContentType.test(contentType)) return (WebAssembly.compileStreaming ? WebAssembly.compileStreaming(res) : res.arrayBuffer().then(WebAssembly.compile)).then(function (module) {
|
|
65410
|
-
if (!global2.System.wasmModules) global2.System.wasmModules = Object.create(null);
|
|
65427
|
+
if (!global2.System.wasmModules) global2.System.wasmModules = /* @__PURE__ */Object.create(null);
|
|
65411
65428
|
global2.System.wasmModules[url] = module;
|
|
65412
65429
|
var deps = [];
|
|
65413
65430
|
var setterSources = [];
|
|
@@ -65446,7 +65463,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
65446
65463
|
if (toStringTag && module[toStringTag] === "Module") {
|
|
65447
65464
|
ns = module;
|
|
65448
65465
|
} else {
|
|
65449
|
-
ns = Object.assign(Object.create(null), module);
|
|
65466
|
+
ns = Object.assign( /* @__PURE__ */Object.create(null), module);
|
|
65450
65467
|
if (toStringTag) Object.defineProperty(ns, toStringTag, {
|
|
65451
65468
|
value: "Module"
|
|
65452
65469
|
});
|
|
@@ -65532,8 +65549,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
65532
65549
|
System2.constructor = SystemJS;
|
|
65533
65550
|
var firstNamedDefine, firstName;
|
|
65534
65551
|
function setRegisterRegistry(systemInstance) {
|
|
65535
|
-
systemInstance.registerRegistry = Object.create(null);
|
|
65536
|
-
systemInstance.namedRegisterAliases = Object.create(null);
|
|
65552
|
+
systemInstance.registerRegistry = /* @__PURE__ */Object.create(null);
|
|
65553
|
+
systemInstance.namedRegisterAliases = /* @__PURE__ */Object.create(null);
|
|
65537
65554
|
}
|
|
65538
65555
|
var register = systemJSPrototype.register;
|
|
65539
65556
|
systemJSPrototype.register = function (name, deps, declare, metas) {
|
|
@@ -66714,9 +66731,13 @@ function createListener() {
|
|
|
66714
66731
|
return events;
|
|
66715
66732
|
}
|
|
66716
66733
|
|
|
66717
|
-
/*!
|
|
66718
|
-
|
|
66719
|
-
|
|
66734
|
+
/*! Bundled license information:
|
|
66735
|
+
|
|
66736
|
+
systemjs/dist/system.js:
|
|
66737
|
+
(*!
|
|
66738
|
+
* SystemJS 6.14.2
|
|
66739
|
+
*)
|
|
66740
|
+
*/
|
|
66720
66741
|
|
|
66721
66742
|
/***/ }),
|
|
66722
66743
|
|
|
@@ -67037,4 +67058,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
|
|
|
67037
67058
|
|
|
67038
67059
|
/******/ })()
|
|
67039
67060
|
;
|
|
67040
|
-
//# sourceMappingURL=index.
|
|
67061
|
+
//# sourceMappingURL=index.eb97b5.js.map
|