@uxland/primary-shell 7.35.2 → 7.35.3

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.
@@ -29,7 +29,7 @@ export declare const commonNavMenuItems: {
29
29
  label: string;
30
30
  type: string;
31
31
  sortHint: string;
32
- callbackFn: () => any;
32
+ callbackFn: () => Promise<unknown>;
33
33
  }[];
34
34
  export declare const registerNavMenuViews: (views: MenuItemConfig[]) => void;
35
35
  export declare const registerCommunicationNavMenu: () => void;
@@ -13,5 +13,5 @@ interface PrimariaBootstrappedPlugin extends BootstrappedPlugin<PrimariaApi> {
13
13
  }
14
14
  export declare const bootstrapPlugins: (plugins: PluginDefinition[], startup?: PrimariaStartupPlugin) => Promise<void>;
15
15
  export declare const handleStartupPlugin: (plugins: PrimariaBootstrappedPlugin[], startupPlugin?: PrimariaStartupPlugin) => void;
16
- export declare const disposePlugins: () => Promise<any>;
16
+ export declare const disposePlugins: () => Promise<void[]>;
17
17
  export type Plugin = PluginType<PrimariaApi>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxland/primary-shell",
3
- "version": "7.35.2",
3
+ "version": "7.35.3",
4
4
  "description": "Primaria Shell",
5
5
  "author": "UXLand <dev@uxland.es>",
6
6
  "homepage": "https://github.com/uxland/harmonix/tree/app#readme",