Skip to content

Commit af41cf7

Browse files
authored
chore: @aws-cdk/toolkit-lib is now a part of the toolkit packages (#380)
Until we sort out #364 properly, lets at least do this so that toolkit changes trigger a CLI release. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 6b421db commit af41cf7

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.projenrc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ function transitiveToolkitPackages(thisPkg: string) {
174174
'@aws-cdk/tmp-toolkit-helpers',
175175
'@aws-cdk/cloud-assembly-schema',
176176
'@aws-cdk/cloudformation-diff',
177+
'@aws-cdk/toolkit-lib',
177178
];
178179

179180
return transitiveFeaturesAndFixes(thisPkg, toolkitPackages.filter(name => name !== thisPkg));

packages/@aws-cdk/cli-lib-alpha/.projen/tasks.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/integ-runner/.projen/tasks.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/aws-cdk/.projen/tasks.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cdk/.projen/tasks.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)