cdk8s-image
Advanced tools
Comparing version 0.1.98 to 0.1.99
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.1.99](https://github.com/eladb/cdk8s-image/compare/v0.1.97...v0.1.99) (2021-01-06) | ||
### [0.1.98](https://github.com/eladb/cdk8s-image/compare/v0.1.97...v0.1.98) (2021-01-05) | ||
@@ -7,0 +9,0 @@ |
@@ -52,3 +52,3 @@ { | ||
"json-schema": "^0.2.5", | ||
"projen": "^0.13.6", | ||
"projen": "^0.13.8", | ||
"standard-version": "^9.0.0", | ||
@@ -69,3 +69,3 @@ "ts-jest": "^26.1.0", | ||
"license": "Apache-2.0", | ||
"version": "0.1.98", | ||
"version": "0.1.99", | ||
"jest": { | ||
@@ -78,2 +78,8 @@ "testMatch": [ | ||
"collectCoverage": true, | ||
"coverageReporters": [ | ||
"json", | ||
"lcov", | ||
"clover", | ||
"text" | ||
], | ||
"coverageDirectory": "coverage", | ||
@@ -86,2 +92,5 @@ "coveragePathIgnorePatterns": [ | ||
], | ||
"watchPathIgnorePatterns": [ | ||
"/node_modules/" | ||
], | ||
"reporters": [ | ||
@@ -88,0 +97,0 @@ "default", |
{ | ||
"version": "0.1.98" | ||
"version": "0.1.99" | ||
} |
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
38441