Comparing version 0.10.0 to 0.10.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.10.1](https://github.com/awslabs/jsii/compare/v0.10.0...v0.10.1) (2019-04-17) | ||
**Note:** Version bump only for package jsii-spec | ||
# [0.10.0](https://github.com/awslabs/jsii/compare/v0.9.0...v0.10.0) (2019-04-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "jsii-spec", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Specification for jsii assemblies", | ||
@@ -14,8 +14,7 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/node": "^8.10.43", | ||
"@types/nodeunit": "^0.0.30", | ||
"jsii-build-tools": "^0.10.0", | ||
"jsii-build-tools": "^0.10.1", | ||
"nodeunit": "^0.11.3", | ||
"typescript": "^3.4.2", | ||
"typescript-json-schema": "^0.34.0" | ||
"typescript": "^3.4.3", | ||
"typescript-json-schema": "^0.37.0" | ||
}, | ||
@@ -32,4 +31,5 @@ "dependencies": { | ||
"type": "git", | ||
"url": "https://github.com/awslabs/jsii.git" | ||
"url": "https://github.com/awslabs/jsii.git", | ||
"directory": "packages/jsii-spec" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
5
114461