@devtron-labs/devtron-fe-common-lib 1.15.0 → 1.15.1

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -147,6 +147,7 @@ export interface customEnv {
147
147
  * @default false
148
148
  */
149
149
  FEATURE_MANAGE_TRAFFIC_ENABLE?: boolean;
150
+ FEATURE_INFRA_PROVISION_INFO_BLOCK_HIDE?: boolean;
150
151
  }
151
152
  declare global {
152
153
  interface Window {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",