dfh-ui-library 1.13.144 → 1.13.145

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.
@@ -106,7 +106,7 @@ export interface AccountPopoverMenuItem {
106
106
  }
107
107
  export interface Environment {
108
108
  environment: string;
109
- tag?: string;
109
+ tags?: string[];
110
110
  version?: string;
111
111
  id: string;
112
112
  }
package/dist/index.d.ts CHANGED
@@ -96,7 +96,7 @@ interface AccountPopoverMenuItem {
96
96
  }
97
97
  interface Environment {
98
98
  environment: string;
99
- tag?: string;
99
+ tags?: string[];
100
100
  version?: string;
101
101
  id: string;
102
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.144",
3
+ "version": "1.13.145",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",