valtech-components 4.0.179 → 4.0.181

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.
@@ -111,6 +111,7 @@ export declare class OrganizationViewComponent {
111
111
  onOpenInvite(): void;
112
112
  onOpenImport(): void;
113
113
  onOpenApiKeys(): void;
114
+ onHeaderAction(token: string): void;
114
115
  onSwitchOrg(): void;
115
116
  onOrgInfo(): void;
116
117
  onApiKeysInfo(): void;
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "4.0.179";
5
+ export declare const VERSION = "4.0.181";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.179",
3
+ "version": "4.0.181",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"