Skip to content

Commit

Permalink
chore(aws-cdk-lib): enable strip deprecated (aws#14169)
Browse files Browse the repository at this point in the history
Previously, we had turned off strip deprecated - a3d2209 - due to a
bug in the underling jsii feature.

This has since been fixed - aws/jsii@e87d879f - and released. Re-enable
deprecation stripping.

In addition, we are also backporting some changes that were done to this
file in the 'v2-main' branch.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
Niranjan Jayakar authored and hollanddd committed Aug 26, 2021
1 parent a182169 commit c4eb1ac
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"cdk-build": {
"eslint": {
"disable": true
}
},
"stripDeprecated": true
},
"pkglint": {
"exclude": [
Expand All @@ -52,15 +53,13 @@
"dotnet": {
"namespace": "Amazon.CDK",
"packageId": "Amazon.CDK.Lib",
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
"versionSuffix": "-devpreview"
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png"
},
"java": {
"package": "software.amazon.awscdk.core",
"package": "software.amazon.awscdk",
"maven": {
"groupId": "software.amazon.awscdk",
"artifactId": "aws-cdk-lib",
"versionSuffix": ".DEVPREVIEW"
"artifactId": "aws-cdk-lib"
}
},
"python": {
Expand Down

0 comments on commit c4eb1ac

Please sign in to comment.