@luigi-project/container 1.7.0-dev.202505150034 → 1.7.0-dev.202505170034

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.
@@ -178,7 +178,7 @@ export namespace Events {
178
178
  export class LuigiEvent extends Event {
179
179
  payload?: unknown;
180
180
  detail: unknown;
181
- private callbackFn: Function;
181
+ private callbackFn: Function | undefined;
182
182
 
183
183
  constructor(type: string, data: unknown, payload?: unknown, callback?: Function) {
184
184
  super(type);
package/package.json CHANGED
@@ -20,5 +20,5 @@
20
20
  "micro-frontends",
21
21
  "microfrontends"
22
22
  ],
23
- "version": "1.7.0-dev.202505150034"
23
+ "version": "1.7.0-dev.202505170034"
24
24
  }