sample-piral 1.4.2-beta.6397 → 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.add0c7.js → index.211068.js} +5 -12
- package/app/index.211068.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.add0c7.js.map +0 -1
|
@@ -2946,14 +2946,7 @@ function integrateDebugger(context, options) {
|
|
|
2946
2946
|
removePilet: context.removePilet,
|
|
2947
2947
|
updatePilet: function updatePilet(pilet) {
|
|
2948
2948
|
if (!pilet.disabled) {
|
|
2949
|
-
|
|
2950
|
-
var newApi = createApi(pilet);
|
|
2951
|
-
try {
|
|
2952
|
-
context.injectPilet(pilet);
|
|
2953
|
-
pilet.setup(newApi);
|
|
2954
|
-
} catch (error) {
|
|
2955
|
-
console.error(error);
|
|
2956
|
-
}
|
|
2949
|
+
context.addPilet(pilet);
|
|
2957
2950
|
} else {
|
|
2958
2951
|
context.injectPilet(pilet);
|
|
2959
2952
|
}
|
|
@@ -6594,12 +6587,12 @@ function installPiralDebug(options) {
|
|
|
6594
6587
|
debug: debugApiVersion,
|
|
6595
6588
|
instance: {
|
|
6596
6589
|
name: "sample-piral",
|
|
6597
|
-
version: "1.4.2-beta.
|
|
6590
|
+
version: "1.4.2-beta.6402",
|
|
6598
6591
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
6599
6592
|
},
|
|
6600
6593
|
build: {
|
|
6601
|
-
date: "2023-12-
|
|
6602
|
-
cli: "1.4.
|
|
6594
|
+
date: "2023-12-15T22:37:16.823Z",
|
|
6595
|
+
cli: "1.4.2-beta.6402",
|
|
6603
6596
|
compat: "1"
|
|
6604
6597
|
}
|
|
6605
6598
|
};
|
|
@@ -66627,4 +66620,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
|
|
|
66627
66620
|
|
|
66628
66621
|
/******/ })()
|
|
66629
66622
|
;
|
|
66630
|
-
//# sourceMappingURL=index.
|
|
66623
|
+
//# sourceMappingURL=index.211068.js.map
|