prisma-goat 0.9.5 → 0.9.8

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Version
4
4
 
5
- ### 0.9.5
5
+ ### 0.9.8
6
6
 
7
7
  ---
8
8
 
@@ -487,6 +487,7 @@ link: string;
487
487
  }>;
488
488
  theme?: boolean;
489
489
  InstallApp?: boolean;
490
+ version?: string;
490
491
  handleLogout?: () => void;
491
492
  toggleTheme?: () => void;
492
493
  toggeInstallApp?: () => void;
@@ -527,6 +528,7 @@ export declare type SidebarProps = HTMLAttributes<HTMLDivElement> & {
527
528
  }>;
528
529
  theme?: boolean;
529
530
  InstallApp?: boolean;
531
+ version?: string;
530
532
  handleLogout?: () => void;
531
533
  toggleTheme?: () => void;
532
534
  toggeInstallApp?: () => void;