@bigbinary/neeto-commons-frontend 2.0.35 → 2.0.37

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/initializers.d.ts CHANGED
@@ -50,7 +50,7 @@ type GlobalPropsType = {
50
50
  neetoApps: {
51
51
  name: string;
52
52
  description: string;
53
- url: string
53
+ url: string;
54
54
  }[];
55
55
  isOwner: boolean;
56
56
  permissions: string[];
@@ -63,4 +63,5 @@ export default function initializeApplication(
63
63
 
64
64
  export const globalProps: GlobalPropsType;
65
65
 
66
+ /** @deprecated use useDisplayErrorPage from react-utils bundle */
66
67
  export function useDisplayErrorPage(): Boolean;