minimal-piral 1.8.0-beta.7773 → 1.8.0-beta.7775
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.699045.js → index.399d4f.js} +5 -6
- package/app/index.399d4f.js.map +1 -0
- package/app/index.html +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +5 -5
- package/app/index.699045.js.map +0 -1
|
@@ -41964,12 +41964,12 @@ function installPiralDebug(options) {
|
|
|
41964
41964
|
debug: debugApiVersion,
|
|
41965
41965
|
instance: {
|
|
41966
41966
|
name: "minimal-piral",
|
|
41967
|
-
version: "1.8.0-beta.
|
|
41967
|
+
version: "1.8.0-beta.7775",
|
|
41968
41968
|
dependencies: "tslib,react,react-dom,react-router,react-router-dom"
|
|
41969
41969
|
},
|
|
41970
41970
|
build: {
|
|
41971
|
-
date: "2025-01-
|
|
41972
|
-
cli: "1.8.0-beta.
|
|
41971
|
+
date: "2025-01-24T22:07:04.373Z",
|
|
41972
|
+
cli: "1.8.0-beta.7775",
|
|
41973
41973
|
compat: "1"
|
|
41974
41974
|
}
|
|
41975
41975
|
};
|
|
@@ -42123,9 +42123,8 @@ function installPiralDebug(options) {
|
|
|
42123
42123
|
case 'emit-event':
|
|
42124
42124
|
return fireEvent(content.name, content.args);
|
|
42125
42125
|
case 'goto-route':
|
|
42126
|
-
if (content.route === initialSettings.cataloguePath) {
|
|
42126
|
+
if (content.route === initialSettings.cataloguePath && content.state) {
|
|
42127
42127
|
(0,_ExtensionCatalogue__WEBPACK_IMPORTED_MODULE_4__.changeExtensionCatalogueStore)(content.state);
|
|
42128
|
-
return navigate(content.route);
|
|
42129
42128
|
}
|
|
42130
42129
|
return navigate(content.route, content.state);
|
|
42131
42130
|
case 'visualize-all':
|
|
@@ -45254,4 +45253,4 @@ var instance = (0,piral_core__WEBPACK_IMPORTED_MODULE_2__.createInstance)({
|
|
|
45254
45253
|
|
|
45255
45254
|
/******/ })()
|
|
45256
45255
|
;
|
|
45257
|
-
//# sourceMappingURL=index.
|
|
45256
|
+
//# sourceMappingURL=index.399d4f.js.map
|