codemaker
Advanced tools
Comparing version 0.20.8 to 0.20.9
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.20.9](https://github.com/aws/jsii/compare/v0.20.8...v0.20.9) (2019-12-11) | ||
### Features | ||
* upgrade to typescript 3.7 ([#988](https://github.com/aws/jsii/issues/988)) ([6e0a7e6](https://github.com/aws/jsii/commit/6e0a7e698ee1f2b20526667bb1222e92beb9eec8)) | ||
## [0.20.8](https://github.com/aws/jsii/compare/v0.20.7...v0.20.8) (2019-11-24) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "codemaker", | ||
"version": "0.20.8", | ||
"version": "0.20.9", | ||
"description": "A tiny utility for generating source code", | ||
@@ -41,7 +41,6 @@ "license": "Apache-2.0", | ||
"@types/jest": "^24.0.23", | ||
"@typescript-eslint/eslint-plugin": "^2.6.1", | ||
"@typescript-eslint/parser": "^2.6.1", | ||
"eslint": "^6.6.0", | ||
"@types/node": "^10.17.9", | ||
"eslint": "^6.7.2", | ||
"jest": "^24.9.0", | ||
"typescript": "~3.6.4" | ||
"typescript": "~3.7.3" | ||
}, | ||
@@ -48,0 +47,0 @@ "jest": { |
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
73848
7