Skip to content

Commit 90c2664

Browse files
authored
feat(core): add the infrastructure to allow constructs specific feature flags in cdk.json (#1407)
* Add Feature Flag Infrastructure * Make class true singleton and add tests * Add cloud-assembly-schema * Sync cloud-assembly-schema versions * remove aws-cdk-lib version number in peerDependencies
1 parent e3c4272 commit 90c2664

File tree

10 files changed

+688
-558
lines changed

10 files changed

+688
-558
lines changed

THIRD_PARTY_LICENSE.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ License: Apache-2.0
2121
Apache-2.0: @ampproject/[email protected]
2222
Apache-2.0: @aws-cdk/[email protected]
2323
Apache-2.0: @aws-cdk/[email protected]
24-
Apache-2.0: @aws-cdk/cloud-assembly-schema@48.3.0
24+
Apache-2.0: @aws-cdk/cloud-assembly-schema@48.9.0
2525
Apache-2.0: @aws-cdk/[email protected]
26-
Apache-2.0: @aws-cdk/integ-tests-alpha@2.210.0-alpha.0
26+
Apache-2.0: @aws-cdk/integ-tests-alpha@2.214.0-alpha.0
2727
Apache-2.0: @aws-crypto/[email protected]
2828
Apache-2.0: @aws-crypto/[email protected]
2929
Apache-2.0: @aws-crypto/[email protected]
@@ -131,7 +131,7 @@ Apache-2.0: @smithy/[email protected]
131131
Apache-2.0: @smithy/[email protected]
132132
Apache-2.0: @smithy/[email protected]
133133
Apache-2.0: @smithy/[email protected]
134-
Apache-2.0: aws-cdk-lib@2.210.0
134+
Apache-2.0: aws-cdk-lib@2.214.0
135135
Apache-2.0: [email protected]
136136
Apache-2.0: [email protected]
137137
Apache-2.0: [email protected]
@@ -394,7 +394,7 @@ MIT: [email protected]
394394
395395
396396
397-
397+
398398
399399
400400
@@ -508,6 +508,7 @@ MIT: [email protected]
508508
509509
510510
511+
511512
512513
513514
@@ -751,6 +752,7 @@ BSD-3-Clause: [email protected]
751752
BSD-3-Clause: [email protected]
752753
BSD-3-Clause: [email protected]
753754
BSD-3-Clause: [email protected]
755+
BSD-3-Clause: [email protected]
754756
BSD-3-Clause: [email protected]
755757
BSD-3-Clause: [email protected]
756758
BSD-3-Clause: [email protected]
@@ -826,5 +828,5 @@ License: (MIT OR CC0-1.0)
826828
*******************
827829
(MIT OR CC0-1.0): [email protected]
828830

829-
Total libraries: 763
831+
Total libraries: 765
830832

0 commit comments

Comments
 (0)