vault-lib 0.0.34 → 0.0.35

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vault-lib",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "Angular UI component library",
5
5
  "author": "PGaillot",
6
6
  "license": "MIT",
@@ -142,4 +142,4 @@ declare class HoverInvert {
142
142
  }
143
143
 
144
144
  export { Button, Fieldset, HoverBorder, HoverInvert, ProgressBar, Spinner, SystemIcon, SystemWindow, Taskbar };
145
- export type { SpinnerType, TaskbarItem, VaultApplication };
145
+ export type { SpinnerType, TaskbarItem, VaultApplication, VaultFile, VaultFolder };