@devtron-labs/devtron-fe-common-lib 1.17.1 → 1.17.2

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
@@ -160,6 +160,11 @@ export interface customEnv {
160
160
  * @default true
161
161
  */
162
162
  FEATURE_INTERNET_CONNECTIVITY_ENABLE?: boolean;
163
+ /**
164
+ * Show rollout progress if true, else canary step count in status
165
+ * @default true
166
+ */
167
+ FEATURE_CANARY_ROLLOUT_PROGRESS_ENABLE?: boolean;
163
168
  }
164
169
  declare global {
165
170
  interface Window {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",