@devtron-labs/devtron-fe-common-lib 1.22.7 → 1.22.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -168,6 +168,8 @@ export interface customEnv {
168
168
  * @default false
169
169
  */
170
170
  FEATURE_STORAGE_ENABLE?: boolean;
171
+ /** Org ID for grafana */
172
+ GRAFANA_ORG_ID?: number;
171
173
  }
172
174
  declare global {
173
175
  interface Window {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.22.7",
3
+ "version": "1.22.8",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",