sample-piral 1.8.0-beta.7741 → 1.8.0-beta.7746
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.
|
@@ -62573,12 +62573,12 @@ function installPiralDebug(options) {
|
|
|
62573
62573
|
debug: debugApiVersion,
|
|
62574
62574
|
instance: {
|
|
62575
62575
|
name: "sample-piral",
|
|
62576
|
-
version: "1.8.0-beta.
|
|
62576
|
+
version: "1.8.0-beta.7746",
|
|
62577
62577
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
62578
62578
|
},
|
|
62579
62579
|
build: {
|
|
62580
|
-
date: "2025-01-
|
|
62581
|
-
cli: "1.8.0-beta.
|
|
62580
|
+
date: "2025-01-15T17:40:34.139Z",
|
|
62581
|
+
cli: "1.8.0-beta.7746",
|
|
62582
62582
|
compat: "1"
|
|
62583
62583
|
}
|
|
62584
62584
|
};
|
|
@@ -63059,7 +63059,7 @@ var createTemplate = function createTemplate() {
|
|
|
63059
63059
|
part: 'config-file-name'
|
|
63060
63060
|
}, 'sessionStorage'), '.')), h('style', {}, templateStyle));
|
|
63061
63061
|
};
|
|
63062
|
-
var fileRE = /(?:[a-zA-Z]:\\|\/).*?:\d+:\d
|
|
63062
|
+
var fileRE = /(?:[a-zA-Z]:\\|\/).*?:\d+:\d*/g;
|
|
63063
63063
|
var codeframeRE = /^(?:>?\s*\d+\s+\|.*|\s+\|\s*\^.*)\r?\n/gm;
|
|
63064
63064
|
var overlayId = 'piral-error-overlay';
|
|
63065
63065
|
if (typeof window !== 'undefined' && 'customElements' in window) {
|
|
@@ -67113,4 +67113,4 @@ root.render(/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral_
|
|
|
67113
67113
|
|
|
67114
67114
|
/******/ })()
|
|
67115
67115
|
;
|
|
67116
|
-
//# sourceMappingURL=index.
|
|
67116
|
+
//# sourceMappingURL=index.fec447.js.map
|