Skip to content

Commit

Permalink
feat: upgrade to jsii 0.20.7
Browse files Browse the repository at this point in the history
Bug Fixes
- java: handle null-able collections correctly (#986) (e88e5e2), closes #4316
- jsii: unable to depend on modules with private declarations (#995) (08c4294), closes #994
- kernel: cannot pass decorated structs to kernel as "any" (#997) (2bd3183), closes #5066

Features
- jsii-config: introducing jsii-config (#981) (2bbf576), closes #904
- rosetta: extract and compile samples into "tablets" (#925) (eec44e1)
  • Loading branch information
Elad Ben-Israel committed Nov 19, 2019
1 parent a2949ca commit 55c9092
Show file tree
Hide file tree
Showing 4 changed files with 554 additions and 42 deletions.
6 changes: 3 additions & 3 deletions packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"@aws-cdk/cx-api": "1.16.1",
"@aws-cdk/region-info": "1.16.1",
"fs-extra": "^8.1.0",
"jsii-reflect": "^0.20.3",
"jsii-reflect": "0.20.7",
"jsonschema": "^1.2.4",
"yaml": "1.7.2",
"yargs": "^15.0.1"
Expand All @@ -165,7 +165,7 @@
"@types/yaml": "1.2.0",
"@types/yargs": "^13.0.3",
"jest": "^24.9.0",
"jsii": "^0.20.6"
"jsii": "0.20.7"
},
"keywords": [
"aws",
Expand All @@ -175,4 +175,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
6 changes: 3 additions & 3 deletions tools/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"camelcase": "^5.3.1",
"colors": "^1.4.0",
"fs-extra": "^8.1.0",
"jsii-reflect": "^0.20.3",
"jsii-spec": "^0.20.5",
"jsii-reflect": "0.20.7",
"jsii-spec": "0.20.7",
"yargs": "^15.0.1"
},
"devDependencies": {
Expand All @@ -47,4 +47,4 @@
"engines": {
"node": ">= 10.3.0"
}
}
}
6 changes: 3 additions & 3 deletions tools/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"colors": "^1.4.0",
"fs-extra": "^8.1.0",
"jest": "^24.9.0",
"jsii": "^0.20.6",
"jsii-pacmak": "^0.20.6",
"jsii": "0.20.7",
"jsii-pacmak": "0.20.7",
"nodeunit": "^0.11.3",
"nyc": "^14.1.1",
"ts-jest": "^24.1.0",
Expand All @@ -58,4 +58,4 @@
"engines": {
"node": ">= 10.3.0"
}
}
}
Loading

0 comments on commit 55c9092

Please sign in to comment.