@devtron-labs/devtron-fe-common-lib 1.18.0 → 1.18.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 +5 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -166,6 +166,11 @@ export interface customEnv {
166
166
  * @default false
167
167
  */
168
168
  FEATURE_GROUPED_APP_LIST_FILTERS_ENABLE?: boolean;
169
+ /**
170
+ * Show rollout progress if true, else canary step count in status
171
+ * @default true
172
+ */
173
+ FEATURE_CANARY_ROLLOUT_PROGRESS_ENABLE?: boolean;
169
174
  }
170
175
  declare global {
171
176
  interface Window {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",