Comparing version 0.20.6 to 0.20.7
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.20.7](https://github.com/aws/jsii/compare/v0.20.5...v0.20.7) (2019-11-18) | ||
### Features | ||
* **jsii-config:** introducing jsii-config ([#981](https://github.com/aws/jsii/issues/981)) ([2bbf576](https://github.com/aws/jsii/commit/2bbf576b8877b846bf5b602945ab4a8a90993975)), closes [#904](https://github.com/aws/jsii/issues/904) | ||
## [0.20.6](https://github.com/aws/jsii/compare/v0.20.5...v0.20.6) (2019-11-14) | ||
@@ -8,0 +19,0 @@ |
export * from './assembly'; | ||
export * from './name-tree'; | ||
export * from './validate-assembly'; | ||
export * from './configuration'; |
@@ -9,2 +9,2 @@ "use strict"; | ||
__export(require("./validate-assembly")); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLGdDQUEyQjtBQUMzQixpQ0FBNEI7QUFDNUIseUNBQW9DIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9hc3NlbWJseSc7XG5leHBvcnQgKiBmcm9tICcuL25hbWUtdHJlZSc7XG5leHBvcnQgKiBmcm9tICcuL3ZhbGlkYXRlLWFzc2VtYmx5JztcbiJdfQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLGdDQUEyQjtBQUMzQixpQ0FBNEI7QUFDNUIseUNBQW9DIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9hc3NlbWJseSc7XG5leHBvcnQgKiBmcm9tICcuL25hbWUtdHJlZSc7XG5leHBvcnQgKiBmcm9tICcuL3ZhbGlkYXRlLWFzc2VtYmx5JztcbmV4cG9ydCAqIGZyb20gJy4vY29uZmlndXJhdGlvbic7XG4iXX0= |
{ | ||
"name": "jsii-spec", | ||
"version": "0.20.6", | ||
"version": "0.20.7", | ||
"description": "Specification for jsii assemblies", | ||
@@ -36,3 +36,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.22", | ||
"@types/jest": "^24.0.23", | ||
"@typescript-eslint/eslint-plugin": "^2.6.1", | ||
@@ -42,3 +42,3 @@ "@typescript-eslint/parser": "^2.6.1", | ||
"jest": "^24.9.0", | ||
"jsii-build-tools": "^0.20.6", | ||
"jsii-build-tools": "^0.20.7", | ||
"typescript": "~3.6.4", | ||
@@ -45,0 +45,0 @@ "typescript-json-schema": "^0.40.0" |
160406
21
2359