sample-piral 1.4.1 → 1.4.2-beta.6397
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.99341c.js → index.add0c7.js} +3 -9
- package/app/index.add0c7.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 +2 -2
- package/app/index.99341c.js.map +0 -1
|
@@ -6594,11 +6594,11 @@ function installPiralDebug(options) {
|
|
|
6594
6594
|
debug: debugApiVersion,
|
|
6595
6595
|
instance: {
|
|
6596
6596
|
name: "sample-piral",
|
|
6597
|
-
version: "1.4.
|
|
6597
|
+
version: "1.4.2-beta.6397",
|
|
6598
6598
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
6599
6599
|
},
|
|
6600
6600
|
build: {
|
|
6601
|
-
date: "2023-12-
|
|
6601
|
+
date: "2023-12-15T07:33:20.482Z",
|
|
6602
6602
|
cli: "1.4.1",
|
|
6603
6603
|
compat: "1"
|
|
6604
6604
|
}
|
|
@@ -66608,12 +66608,6 @@ var instance = (0,piral__WEBPACK_IMPORTED_MODULE_5__.createInstance)({
|
|
|
66608
66608
|
}
|
|
66609
66609
|
}))),
|
|
66610
66610
|
requestPilets: function requestPilets() {
|
|
66611
|
-
return Promise.resolve([{
|
|
66612
|
-
spec: 'mf',
|
|
66613
|
-
name: '@wmf/foo',
|
|
66614
|
-
version: '1.0.0',
|
|
66615
|
-
link: 'http://localhost:8080/index.js'
|
|
66616
|
-
}]);
|
|
66617
66611
|
return fetch('https://feed.piral.cloud/api/v1/pilet/sample').then(function (res) {
|
|
66618
66612
|
return res.json();
|
|
66619
66613
|
}).then(function (res) {
|
|
@@ -66633,4 +66627,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
|
|
|
66633
66627
|
|
|
66634
66628
|
/******/ })()
|
|
66635
66629
|
;
|
|
66636
|
-
//# sourceMappingURL=index.
|
|
66630
|
+
//# sourceMappingURL=index.add0c7.js.map
|