@monokle/types
Advanced tools
Comparing version 0.3.0 to 0.3.1
# @monokle/types | ||
## 0.3.1 | ||
### Patch Changes | ||
- 6201800: fix dry-run config `args` type | ||
## 0.3.0 | ||
@@ -4,0 +10,0 @@ |
export type DryRunConfigKind = 'kustomize' | 'helm'; | ||
type Args = Array<Array<[string]>>; | ||
type Args = Array<Array<string>>; | ||
@@ -5,0 +5,0 @@ interface BaseConfig { |
{ | ||
"name": "@monokle/types", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"types": "./index.d.ts", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
3901