sample-piral 0.14.13-beta.3733 → 0.14.13-beta.3734
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.45cea4.js → index.9dc777.js} +11 -5
- package/app/index.9dc777.js.map +1 -0
- package/app/index.html +1 -1
- package/app/index.js +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +1 -1
- package/app/index.45cea4.js.map +0 -1
|
@@ -1762,7 +1762,13 @@ function registerModule(name, resolve) {
|
|
|
1762
1762
|
System.register(name, [], function (_exports) {
|
|
1763
1763
|
return {
|
|
1764
1764
|
execute: function execute() {
|
|
1765
|
-
|
|
1765
|
+
var content = resolve();
|
|
1766
|
+
|
|
1767
|
+
if (content instanceof Promise) {
|
|
1768
|
+
return content.then(_exports);
|
|
1769
|
+
} else {
|
|
1770
|
+
_exports(content);
|
|
1771
|
+
}
|
|
1766
1772
|
}
|
|
1767
1773
|
};
|
|
1768
1774
|
});
|
|
@@ -3555,7 +3561,7 @@ function createInstance() {
|
|
|
3555
3561
|
var createApi = apiFactory(context, usedPlugins);
|
|
3556
3562
|
var root = createApi({
|
|
3557
3563
|
name: 'root',
|
|
3558
|
-
version: "0.14.13-beta.
|
|
3564
|
+
version: "0.14.13-beta.3734" || 0,
|
|
3559
3565
|
spec: ''
|
|
3560
3566
|
});
|
|
3561
3567
|
var options = (0,_helpers__WEBPACK_IMPORTED_MODULE_6__.createPiletOptions)({
|
|
@@ -9331,11 +9337,11 @@ function installPiralDebug(options) {
|
|
|
9331
9337
|
debug: debugApiVersion,
|
|
9332
9338
|
instance: {
|
|
9333
9339
|
name: "sample-piral",
|
|
9334
|
-
version: "0.14.13-beta.
|
|
9340
|
+
version: "0.14.13-beta.3734",
|
|
9335
9341
|
dependencies: "reactstrap,react,react-dom,react-router,react-router-dom,history,tslib,path-to-regexp,@libre/atom,@dbeining/react-atom"
|
|
9336
9342
|
},
|
|
9337
9343
|
build: {
|
|
9338
|
-
date: "2022-02-
|
|
9344
|
+
date: "2022-02-26T23:13:36.768Z",
|
|
9339
9345
|
cli: "0.14.12",
|
|
9340
9346
|
compat: "0.14"
|
|
9341
9347
|
},
|
|
@@ -80687,4 +80693,4 @@ var layout_1 = __webpack_require__(/*! ./layout */ "./src/layout.tsx");
|
|
|
80687
80693
|
|
|
80688
80694
|
/******/ })()
|
|
80689
80695
|
;
|
|
80690
|
-
//# sourceMappingURL=index.
|
|
80696
|
+
//# sourceMappingURL=index.9dc777.js.map
|