cdk8s-operator
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -158,5 +158,5 @@ { | ||
"env": { | ||
"PATH": "$(npx -c 'echo $PATH')" | ||
"PATH": "$(npx node -e \"console.log(process.env.PATH)\")" | ||
}, | ||
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." | ||
} |
@@ -5,2 +5,4 @@ # Changelog | ||
### 0.0.23 (2020-12-18) | ||
### 0.0.22 (2020-12-18) | ||
@@ -7,0 +9,0 @@ |
@@ -51,3 +51,3 @@ { | ||
"json-schema": "^0.2.5", | ||
"projen": "^0.6.13", | ||
"projen": "^0.6.16", | ||
"standard-version": "^9.0.0", | ||
@@ -70,3 +70,3 @@ "ts-jest": "^26.4.4", | ||
"license": "Apache-2.0", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"jest": { | ||
@@ -73,0 +73,0 @@ "clearMocks": true, |
{ | ||
"version": "0.0.22" | ||
"version": "0.0.23" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
527595