Skip to content

Commit 3a61695

Browse files
authoredFeb 17, 2025··
feat: update L1 CloudFormation resource definitions (#33476)
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
1 parent a7cacb8 commit 3a61695

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed
 

‎packages/@aws-cdk/cloudformation-diff/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"license": "Apache-2.0",
2525
"dependencies": {
26-
"@aws-cdk/aws-service-spec": "^0.1.55",
27-
"@aws-cdk/service-spec-types": "^0.0.121",
26+
"@aws-cdk/aws-service-spec": "^0.1.56",
27+
"@aws-cdk/service-spec-types": "^0.0.122",
2828
"chalk": "^4",
2929
"diff": "^5.2.0",
3030
"fast-deep-equal": "^3.1.3",

‎packages/@aws-cdk/integ-runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@aws-cdk/cloud-assembly-schema": "^39.2.0",
7676
"@aws-cdk/cloudformation-diff": "0.0.0",
7777
"@aws-cdk/cx-api": "0.0.0",
78-
"@aws-cdk/aws-service-spec": "^0.1.55",
78+
"@aws-cdk/aws-service-spec": "^0.1.56",
7979
"cdk-assets": "3.0.0-rc.143",
8080
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
8181
"aws-cdk": "0.0.0",

‎packages/aws-cdk-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
},
137137
"devDependencies": {
138138
"@aws-cdk/lambda-layer-kubectl-v31": "^2.0.0",
139-
"@aws-cdk/aws-service-spec": "^0.1.55",
139+
"@aws-cdk/aws-service-spec": "^0.1.56",
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

+2-2
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.55",
35+
"@aws-cdk/aws-service-spec": "^0.1.56",
3636
"@aws-cdk/service-spec-importers": "^0.0.68",
37-
"@aws-cdk/service-spec-types": "^0.0.121",
37+
"@aws-cdk/service-spec-types": "^0.0.122",
3838
"@cdklabs/tskb": "^0.0.3",
3939
"@cdklabs/typewriter": "^0.0.3",
4040
"camelcase": "^6",

‎yarn.lock

+12-5
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.1.0.tgz#6d3c7860354d4856a7e75375f2f0ecab313b4989"
5959
integrity sha512-7bY3J8GCVxLupn/kNmpPc5VJz8grx+4RKfnnJiO1LG+uxkZfANZG3RMHhE+qQxxwkyQ9/MfPtTpf748UhR425A==
6060

61-
"@aws-cdk/aws-service-spec@^0.1.55":
62-
version "0.1.55"
63-
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.55.tgz#b8a9153de64b3236a10198c5459ddded5912fed9"
64-
integrity sha512-FM8ywYMtxbi3EVah1/3B8ex/xTTTapXhODsjfCEVF61IP8NQQ4HjaXY8LiWTKmr+rHaHxtiJhoniWLrl4Xjt1Q==
61+
"@aws-cdk/aws-service-spec@^0.1.56":
62+
version "0.1.56"
63+
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.56.tgz#af8071513bcb290c8d19b2ae7557251541f1a666"
64+
integrity sha512-6Pt4W7wRgx8D2DTRJiDRJV3qV4enbiZEeBotmAtvJa/cbe7iKlZoYDz3eKFSGc63hhmg+25xbf9leyLol4zhyg==
6565
dependencies:
66-
"@aws-cdk/service-spec-types" "^0.0.121"
66+
"@aws-cdk/service-spec-types" "^0.0.122"
6767
"@cdklabs/tskb" "^0.0.3"
6868

6969
"@aws-cdk/cloud-assembly-schema@^39.2.0":
@@ -142,6 +142,13 @@
142142
dependencies:
143143
"@cdklabs/tskb" "^0.0.3"
144144

145+
"@aws-cdk/service-spec-types@^0.0.122":
146+
version "0.0.122"
147+
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.122.tgz#32c0963089dbe656db62420c7d357e5729fc5f38"
148+
integrity sha512-nRoxJpP9rA+vwDgAlTBJWudzpTaQdKmr18TB6JMJhDE7fe8lhhs7EoX+hc6AVdoygcun+FuxNNAhRLetd7dI9Q==
149+
dependencies:
150+
"@cdklabs/tskb" "^0.0.3"
151+
145152
"@aws-crypto/crc32@5.2.0":
146153
version "5.2.0"
147154
resolved "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz#cfcc22570949c98c6689cfcbd2d693d36cdae2e1"

0 commit comments

Comments
 (0)
Please sign in to comment.