sample-piral 0.15.4 → 0.15.5-beta.5022
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.64fb66.js → index.904e1d.js} +5 -5
- package/app/index.904e1d.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 +8 -8
- package/app/index.64fb66.js.map +0 -1
|
@@ -2877,7 +2877,7 @@ System.constructor.prototype.register = function () {
|
|
|
2877
2877
|
}
|
|
2878
2878
|
}
|
|
2879
2879
|
} else {
|
|
2880
|
-
_export.apply(void 0, arguments);
|
|
2880
|
+
return _export.apply(void 0, arguments);
|
|
2881
2881
|
}
|
|
2882
2882
|
};
|
|
2883
2883
|
|
|
@@ -9596,12 +9596,12 @@ function installPiralDebug(options) {
|
|
|
9596
9596
|
debug: debugApiVersion,
|
|
9597
9597
|
instance: {
|
|
9598
9598
|
name: "sample-piral",
|
|
9599
|
-
version: "0.15.
|
|
9599
|
+
version: "0.15.5-beta.5022",
|
|
9600
9600
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
9601
9601
|
},
|
|
9602
9602
|
build: {
|
|
9603
|
-
date: "2022-12-
|
|
9604
|
-
cli: "0.15.
|
|
9603
|
+
date: "2022-12-22T20:17:25.144Z",
|
|
9604
|
+
cli: "0.15.5-beta.5022",
|
|
9605
9605
|
compat: "0.15"
|
|
9606
9606
|
}
|
|
9607
9607
|
};
|
|
@@ -66365,4 +66365,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
|
|
|
66365
66365
|
|
|
66366
66366
|
/******/ })()
|
|
66367
66367
|
;
|
|
66368
|
-
//# sourceMappingURL=index.
|
|
66368
|
+
//# sourceMappingURL=index.904e1d.js.map
|