@devtron-labs/devtron-fe-common-lib 1.20.6 → 1.20.7

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.
@@ -289,6 +289,7 @@ export interface TaskErrorObj {
289
289
  name: ErrorObj;
290
290
  inlineStepDetail?: StepDetailTaskErrorObj;
291
291
  pluginRefStepDetail?: StepDetailTaskErrorObj;
292
+ outputDirectoryPath?: ErrorObj[];
292
293
  }
293
294
  export interface FormErrorObjectType {
294
295
  name: ErrorObj;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.20.6",
3
+ "version": "1.20.7",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",