minimal-piral 1.0.1 → 1.0.2-beta.5711
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.d217e2.js → index.909c16.js} +5 -4
- package/app/index.909c16.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.d217e2.js.map +0 -1
|
@@ -2124,6 +2124,7 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
|
|
|
2124
2124
|
if (this.isConnected) {
|
|
2125
2125
|
this.dispatchEvent(new CustomEvent('render-html', {
|
|
2126
2126
|
bubbles: true,
|
|
2127
|
+
composed: true,
|
|
2127
2128
|
detail: {
|
|
2128
2129
|
target: this,
|
|
2129
2130
|
props: this.props
|
|
@@ -3563,12 +3564,12 @@ function installPiralDebug(options) {
|
|
|
3563
3564
|
debug: debugApiVersion,
|
|
3564
3565
|
instance: {
|
|
3565
3566
|
name: "minimal-piral",
|
|
3566
|
-
version: "1.0.
|
|
3567
|
+
version: "1.0.2-beta.5711",
|
|
3567
3568
|
dependencies: "tslib,react,react-dom,react-router,react-router-dom"
|
|
3568
3569
|
},
|
|
3569
3570
|
build: {
|
|
3570
|
-
date: "2023-06-
|
|
3571
|
-
cli: "1.0.
|
|
3571
|
+
date: "2023-06-24T08:19:05.514Z",
|
|
3572
|
+
cli: "1.0.2-beta.5711",
|
|
3572
3573
|
compat: "1"
|
|
3573
3574
|
}
|
|
3574
3575
|
};
|
|
@@ -44456,4 +44457,4 @@ var instance = (0,piral_core__WEBPACK_IMPORTED_MODULE_2__.createInstance)({
|
|
|
44456
44457
|
|
|
44457
44458
|
/******/ })()
|
|
44458
44459
|
;
|
|
44459
|
-
//# sourceMappingURL=index.
|
|
44460
|
+
//# sourceMappingURL=index.909c16.js.map
|