You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. `@aws-cdk/core.Stack.availabilityZones`:
The type was incorrectly inferred to `any` by the typescript compiler,
however the actual type `string[]`.
2. `@aws-cdk/aws-codebuild.Project.addSecondaryArtifact(IArtifacts)`:
The type was declared as `any`, however the function never returns
anything - the effective type is `void`.
3. Renamed `@aws-cdk/aws-ec2.toRuleJSON` to `toRuleJson` for consistency.
0 commit comments