@monokle/validation
Advanced tools
Comparing version 0.30.0 to 0.30.1
@@ -96,4 +96,4 @@ import { paramCase, sentenceCase } from 'change-case'; | ||
}); | ||
if (result && this._fixer) { | ||
const { fix } = this._ruleRuntime[rule.id]; | ||
const { fix } = this._ruleRuntime[rule.id]; | ||
if (result && fix && this._fixer) { | ||
const fixedResource = JSON.parse(JSON.stringify(resource.content)); | ||
@@ -100,0 +100,0 @@ const fixMetadata = fix?.({ |
{ | ||
"name": "@monokle/validation", | ||
"version": "0.30.0", | ||
"version": "0.30.1", | ||
"description": "Kubernetes resource validation", | ||
@@ -5,0 +5,0 @@ "author": "Kubeshop", |
516268