@devtron-labs/devtron-fe-common-lib 1.23.3-beta-8 → 1.23.3-beta-9

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.
@@ -232,6 +232,7 @@ export interface FormType {
232
232
  }[];
233
233
  triggerType: string;
234
234
  scanEnabled?: boolean;
235
+ dockerfileScanEnabled?: boolean;
235
236
  beforeDockerBuildScripts?: {
236
237
  id: number;
237
238
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.23.3-beta-8",
3
+ "version": "1.23.3-beta-9",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",