Comparing version 0.20.0 to 0.20.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.20.1](https://github.com/aws/jsii/compare/v0.20.0...v0.20.1) (2019-11-06) | ||
**Note:** Version bump only for package jsii-spec | ||
## [0.20.0](https://github.com/aws/jsii/compare/v0.19.0...v0.20.0) (2019-10-30) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "jsii-spec", | ||
"version": "0.20.0", | ||
"version": "0.20.1", | ||
"description": "Specification for jsii assemblies", | ||
@@ -29,2 +29,3 @@ "license": "Apache-2.0", | ||
"test": "jest", | ||
"test:update": "jest -u", | ||
"package": "package-js" | ||
@@ -36,8 +37,8 @@ }, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.21", | ||
"@typescript-eslint/eslint-plugin": "^2.6.0", | ||
"@typescript-eslint/parser": "^2.6.0", | ||
"@types/jest": "^24.0.22", | ||
"@typescript-eslint/eslint-plugin": "^2.6.1", | ||
"@typescript-eslint/parser": "^2.6.1", | ||
"eslint": "^6.6.0", | ||
"jest": "^24.9.0", | ||
"jsii-build-tools": "^0.20.0", | ||
"jsii-build-tools": "^0.20.1", | ||
"typescript": "~3.6.4", | ||
@@ -44,0 +45,0 @@ "typescript-json-schema": "^0.40.0" |
151247