minimal-piral 1.4.1 → 1.4.2-beta.6402
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.abbf58.js → index.2d2c2d.js} +5 -12
- package/app/index.2d2c2d.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 +5 -5
- package/app/index.abbf58.js.map +0 -1
|
@@ -2659,14 +2659,7 @@ function integrateDebugger(context, options) {
|
|
|
2659
2659
|
removePilet: context.removePilet,
|
|
2660
2660
|
updatePilet: function updatePilet(pilet) {
|
|
2661
2661
|
if (!pilet.disabled) {
|
|
2662
|
-
|
|
2663
|
-
var newApi = createApi(pilet);
|
|
2664
|
-
try {
|
|
2665
|
-
context.injectPilet(pilet);
|
|
2666
|
-
pilet.setup(newApi);
|
|
2667
|
-
} catch (error) {
|
|
2668
|
-
console.error(error);
|
|
2669
|
-
}
|
|
2662
|
+
context.addPilet(pilet);
|
|
2670
2663
|
} else {
|
|
2671
2664
|
context.injectPilet(pilet);
|
|
2672
2665
|
}
|
|
@@ -3640,12 +3633,12 @@ function installPiralDebug(options) {
|
|
|
3640
3633
|
debug: debugApiVersion,
|
|
3641
3634
|
instance: {
|
|
3642
3635
|
name: "minimal-piral",
|
|
3643
|
-
version: "1.4.
|
|
3636
|
+
version: "1.4.2-beta.6402",
|
|
3644
3637
|
dependencies: "tslib,react,react-dom,react-router,react-router-dom"
|
|
3645
3638
|
},
|
|
3646
3639
|
build: {
|
|
3647
|
-
date: "2023-12-
|
|
3648
|
-
cli: "1.4.
|
|
3640
|
+
date: "2023-12-15T22:37:04.201Z",
|
|
3641
|
+
cli: "1.4.2-beta.6402",
|
|
3649
3642
|
compat: "1"
|
|
3650
3643
|
}
|
|
3651
3644
|
};
|
|
@@ -44730,4 +44723,4 @@ var instance = (0,piral_core__WEBPACK_IMPORTED_MODULE_2__.createInstance)({
|
|
|
44730
44723
|
|
|
44731
44724
|
/******/ })()
|
|
44732
44725
|
;
|
|
44733
|
-
//# sourceMappingURL=index.
|
|
44726
|
+
//# sourceMappingURL=index.2d2c2d.js.map
|