Skip to content

Commit 20e6899

Browse files
feat: update L1 CloudFormation resource definitions
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
1 parent 89bd724 commit 20e6899

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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.87",
139+
"@aws-cdk/aws-service-spec": "^0.1.88",
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.87",
35+
"@aws-cdk/aws-service-spec": "^0.1.88",
3636
"@aws-cdk/service-spec-importers": "^0.0.82",
37-
"@aws-cdk/service-spec-types": "^0.0.153",
37+
"@aws-cdk/service-spec-types": "^0.0.154",
3838
"@cdklabs/tskb": "^0.0.3",
3939
"@cdklabs/typewriter": "^0.0.5",
4040
"camelcase": "^6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666
"@aws-cdk/service-spec-types" "^0.0.150"
6767
"@cdklabs/tskb" "^0.0.3"
6868

69-
"@aws-cdk/aws-service-spec@^0.1.87":
70-
version "0.1.87"
71-
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.87.tgz#be3571161347a18bd84368638fed2e5153885944"
72-
integrity sha512-ygUSEZy2LZWfhOYNr0Hw3U26BKbITHN47b67FcL17oq2QF5/y4MdbGgycsoEz39vRJl6YWJ2gL8S5j13HBLDhA==
69+
"@aws-cdk/aws-service-spec@^0.1.88":
70+
version "0.1.88"
71+
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.88.tgz#22b699991a12199ff9421ce44f18490a679bfe32"
72+
integrity sha512-hOUclYQc93UQZ80swJ3w29IfkUarSRLbcus9PlFAgxCOg9i9MP2TF2I6S24eqcVhwlQKDRNUGVGJ9IcbABHkaw==
7373
dependencies:
74-
"@aws-cdk/service-spec-types" "^0.0.153"
74+
"@aws-cdk/service-spec-types" "^0.0.154"
7575
"@cdklabs/tskb" "^0.0.3"
7676

7777
"@aws-cdk/cloud-assembly-schema@^45.0.0":
@@ -152,10 +152,10 @@
152152
dependencies:
153153
"@cdklabs/tskb" "^0.0.3"
154154

155-
"@aws-cdk/service-spec-types@^0.0.153":
156-
version "0.0.153"
157-
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.153.tgz#fe23190d04f523b6f78d5e50873136b393265600"
158-
integrity sha512-VQlCukkOMa+InEIkK25qjKGO5ugzFUHzwST8xe+tjQVqWdyGYpllzqj3Kdns7KBkEOht74wVxJwize2ZlGgXmg==
155+
"@aws-cdk/service-spec-types@^0.0.154":
156+
version "0.0.154"
157+
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.154.tgz#16aa80d75076bcd2c709708325f7b79f41f8b1e5"
158+
integrity sha512-fwlkhdTG1ZypxVBsLTINEKynDeDS5EPBqNVSCi8/8JrXcwlUl/BHx9PQzrVKkVgrfvcI/rvtGiuTJfUmEsnM8g==
159159
dependencies:
160160
"@cdklabs/tskb" "^0.0.3"
161161

0 commit comments

Comments
 (0)