Skip to content

Commit

Permalink
chore: Upgrade minimum version of jsii to 0.8.2 (#2114)
Browse files Browse the repository at this point in the history
Includes essential bug fixes!
  • Loading branch information
RomainMuller authored Mar 28, 2019
1 parent 32bca05 commit 2cf8b3f
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 57 deletions.
51 changes: 15 additions & 36 deletions packages/@aws-cdk/aws-serverless/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"license": "Apache-2.0",
"devDependencies": {
"jsii": "^0.8.1",
"jsii-pacmak": "^0.8.1"
"jsii": "^0.8.2",
"jsii-pacmak": "^0.8.2"
},
"dependencies": {
"@aws-cdk/aws-sam": "^0.26.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/@aws-cdk/region-info/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ dist
!*.js
coverage
.nyc_output
*.tgz
*.tgz

# Include .jsii
!.jsii
2 changes: 1 addition & 1 deletion packages/cdk/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
dist
.LAST_PACKAGE
.LAST_BUILD
*.snk
*.snk
30 changes: 15 additions & 15 deletions tools/cdk-build-tools/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tools/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"awslint": "^0.26.0",
"fs-extra": "^7.0.1",
"jest": "^24.4.0",
"jsii": "^0.8.1",
"jsii-pacmak": "^0.8.1",
"jsii": "^0.8.2",
"jsii-pacmak": "^0.8.2",
"nodeunit": "^0.11.3",
"nyc": "^13.3.0",
"ts-jest": "^24.0.0",
Expand Down

0 comments on commit 2cf8b3f

Please sign in to comment.