8000 feat: update L1 CloudFormation resource definitions (#34687) · aws/aws-cdk@025c82e · GitHub
[go: up one dir, main page]

Skip to content

Commit 025c82e

Browse files
aws-cdk-automationJorge Diaz
authored andcommitted
feat: update L1 CloudFormation resource definitions (#34687)
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
1 parent 0d0c0f8 commit 025c82e

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

packages/aws-cdk-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
},
137137
"devDependencies": {
138138
"@aws-cdk/lambda-layer-kubectl-v31": "^2.1.0",
139-
"@aws-cdk/aws-service-spec": "^0.1.80",
139+
"@aws-cdk/aws-service-spec": "^0.1.81",
140140
"@aws-cdk/cdk-build-tools": "0.0.0",
141141
"@aws-cdk/custom-resource-handlers": "0.0.0",
142142
"@aws-cdk/pkglint": "0.0.0",

tools/@aws-cdk/spec2cdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
},
3333
"license": "Apache-2.0",
3434
"dependencies": {
35-
"@aws-cdk/aws-service-spec": "^0.1.80",
35+
"@aws-cdk/aws-service-spec": "^0.1.81",
3636
"@aws-cdk/service-spec-importers": "^0.0.82",
37-
"@aws-cdk/service-spec-types": "^0.0.146",
37+
"@aws-cdk/service-spec-types": "^0.0.147",
3838
"@cdklabs/tskb": "^0.0.3",
3939
"@cdklabs/typewriter": "^0.0.5",
4040
"camelcase": "^6",

yarn.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@aws-cdk/service-spec-types" "^0.0.145"
6767
"@cdklabs/tskb" "^0.0.3"
6868

69-
"@aws-cdk/aws-service-spec@^0.1.80":
69+
"@aws-cdk/aws-service-spec@^0.1.81":
7070
version "0.1.81"
7171
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.81.tgz#4d58afa8918dd2e4198f68a9847258a0af568ad8"
7272
integrity sha512-5j0NJ1dRol7HbXpgi0EHzWz3+6xZMBNg3Wc+6xs6pLlk4ioyQIUSyBl2X58f3B3qoCoIbjbDb33BpK+6Ii4neA==
@@ -140,13 +140,6 @@
140140
dependencies:
141141
"@cdklabs/tskb" "^0.0.3"
142142

143-
"@aws-cdk/service-spec-types@^0.0.146":
144-
version "0.0.146"
145-
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.146.tgz#c21aa38d6c85bc6c28e405bca2f76a49a01adb03"
146-
integrity sha512-NXHw/F2kJs5euL9713wMUQJRsTONIt0jMz4vSFmLELEYvzlnL2sghHazD+B5frCV65D5Fp2Q8ibMmHXCyxOJ1Q==
147-
dependencies:
148-
"@cdklabs/tskb" "^0.0.3"
149-
150143
"@aws-cdk/service-spec-types@^0.0.147":
151144
version "0.0.147"
152145
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.147.tgz#a0d328f152dfed0f12b54995753ce29d76c79dfe"

0 commit comments

Comments
 (0)
0