minimal-piral 1.8.0-beta.7741 → 1.8.0-beta.7744
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.
|
@@ -41931,12 +41931,12 @@ function installPiralDebug(options) {
|
|
|
41931
41931
|
debug: debugApiVersion,
|
|
41932
41932
|
instance: {
|
|
41933
41933
|
name: "minimal-piral",
|
|
41934
|
-
version: "1.8.0-beta.
|
|
41934
|
+
version: "1.8.0-beta.7744",
|
|
41935
41935
|
dependencies: "tslib,react,react-dom,react-router,react-router-dom"
|
|
41936
41936
|
},
|
|
41937
41937
|
build: {
|
|
41938
|
-
date: "2025-01-
|
|
41939
|
-
cli: "1.8.0-beta.
|
|
41938
|
+
date: "2025-01-15T13:47:24.654Z",
|
|
41939
|
+
cli: "1.8.0-beta.7744",
|
|
41940
41940
|
compat: "1"
|
|
41941
41941
|
}
|
|
41942
41942
|
};
|
|
@@ -42417,7 +42417,7 @@ var createTemplate = function createTemplate() {
|
|
|
42417
42417
|
part: 'config-file-name'
|
|
42418
42418
|
}, 'sessionStorage'), '.')), h('style', {}, templateStyle));
|
|
42419
42419
|
};
|
|
42420
|
-
var fileRE = /(?:[a-zA-Z]:\\|\/).*?:\d+:\d
|
|
42420
|
+
var fileRE = /(?:[a-zA-Z]:\\|\/).*?:\d+:\d*/g;
|
|
42421
42421
|
var codeframeRE = /^(?:>?\s*\d+\s+\|.*|\s+\|\s*\^.*)\r?\n/gm;
|
|
42422
42422
|
var overlayId = 'piral-error-overlay';
|
|
42423
42423
|
if (typeof window !== 'undefined' && 'customElements' in window) {
|
|
@@ -45217,4 +45217,4 @@ var instance = (0,piral_core__WEBPACK_IMPORTED_MODULE_2__.createInstance)({
|
|
|
45217
45217
|
|
|
45218
45218
|
/******/ })()
|
|
45219
45219
|
;
|
|
45220
|
-
//# sourceMappingURL=index.
|
|
45220
|
+
//# sourceMappingURL=index.bd7d37.js.map
|