cdk8s-image
Advanced tools
Comparing version 0.1.96 to 0.1.97
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.1.97](https://github.com/eladb/cdk8s-image/compare/v0.1.95...v0.1.97) (2021-01-05) | ||
### [0.1.96](https://github.com/eladb/cdk8s-image/compare/v0.1.95...v0.1.96) (2021-01-04) | ||
@@ -7,0 +9,0 @@ |
@@ -52,3 +52,3 @@ { | ||
"json-schema": "^0.2.5", | ||
"projen": "^0.12.12", | ||
"projen": "^0.13.6", | ||
"standard-version": "^9.0.0", | ||
@@ -69,4 +69,8 @@ "ts-jest": "^26.1.0", | ||
"license": "Apache-2.0", | ||
"version": "0.1.96", | ||
"version": "0.1.97", | ||
"jest": { | ||
"testMatch": [ | ||
"**/__tests__/**/*.ts?(x)", | ||
"**/?(*.)+(spec|test).ts?(x)" | ||
], | ||
"clearMocks": true, | ||
@@ -81,6 +85,2 @@ "collectCoverage": true, | ||
], | ||
"testMatch": [ | ||
"**/__tests__/**/*.ts?(x)", | ||
"**/?(*.)+(spec|test).ts?(x)" | ||
], | ||
"reporters": [ | ||
@@ -87,0 +87,0 @@ "default", |
{ | ||
"version": "0.1.96" | ||
"version": "0.1.97" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38105