cdk8s-operator
Advanced tools
Comparing version 0.0.44 to 0.0.45
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.0.45](https://github.com/eladb/cdk8s-pack-prototype/compare/v0.0.44...v0.0.45) (2021-01-05) | ||
### [0.0.44](https://github.com/eladb/cdk8s-pack-prototype/compare/v0.0.43...v0.0.44) (2021-01-05) | ||
@@ -7,0 +9,0 @@ |
@@ -53,3 +53,3 @@ { | ||
"json-schema": "^0.2.5", | ||
"projen": "^0.12.12", | ||
"projen": "^0.13.6", | ||
"standard-version": "^9.0.0", | ||
@@ -71,4 +71,8 @@ "ts-jest": "^26.4.4", | ||
"license": "Apache-2.0", | ||
"version": "0.0.44", | ||
"version": "0.0.45", | ||
"jest": { | ||
"testMatch": [ | ||
"**/__tests__/**/*.ts?(x)", | ||
"**/?(*.)+(spec|test).ts?(x)" | ||
], | ||
"clearMocks": true, | ||
@@ -83,6 +87,2 @@ "collectCoverage": true, | ||
], | ||
"testMatch": [ | ||
"**/__tests__/**/*.ts?(x)", | ||
"**/?(*.)+(spec|test).ts?(x)" | ||
], | ||
"reporters": [ | ||
@@ -89,0 +89,0 @@ "default", |
{ | ||
"version": "0.0.44" | ||
"version": "0.0.45" | ||
} |
Sorry, the diff of this file is not supported yet
525188