Skip to content

Commit

Permalink
feat: update AWS Service Spec (#27557)
Browse files Browse the repository at this point in the history
AWS Service Spec packages to latest versions.
  • Loading branch information
aws-cdk-automation committed Oct 16, 2023
1 parent 8dc1c18 commit af63162
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions tools/@aws-cdk/spec2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.0.19",
"@aws-cdk/service-spec-types": "^0.0.19",
"@aws-cdk/aws-service-spec": "^0.0.20",
"@aws-cdk/service-spec-types": "^0.0.20",
"@cdklabs/tskb": "^0.0.1",
"@cdklabs/typewriter": "^0.0.2",
"camelcase": "^6",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@
resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.0.1.tgz#6dc9b7cdb22ff622a7176141197962360c33e9ac"
integrity sha512-DDt4SLdLOwWCjGtltH4VCST7hpOI5DzieuhGZsBpZ+AgJdSI2GCjklCXm0GCTwJG/SolkL5dtQXyUKgg9luBDg==

"@aws-cdk/aws-service-spec@^0.0.19":
version "0.0.19"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.19.tgz#60f70fa2ddbe2bcd948de7eac986868b6da23fab"
integrity sha512-t7Bjy3QR7A9JK3Vr90iuj+6HUJ2qxajtTkmUoqWUN9xfVxGFvrJvDaKdyvqQR/sTPPt0HUT4hP7OvCn3hzdFoQ==
"@aws-cdk/aws-service-spec@^0.0.20":
version "0.0.20"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.20.tgz#3c8522235f1dd35c136309b519b89fd4d4e70e0d"
integrity sha512-r31KJqy+lnv86luOZYr6YC4ThfY2l+3WotyPgVwUGeKK0F3SoKi7YTbQQ7aE53EDpvYDq8SKHqVDLWhARukoow==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.19"
"@aws-cdk/service-spec-types" "^0.0.20"
"@cdklabs/tskb" "^0.0.1"

"@aws-cdk/lambda-layer-kubectl-v24@^2.0.242":
version "2.0.242"
resolved "https://registry.npmjs.org/@aws-cdk/lambda-layer-kubectl-v24/-/lambda-layer-kubectl-v24-2.0.242.tgz#4273a5ad7714f933a7eba155eb9280823086db71"
integrity sha512-7/wIOo685tmrEe4hh6zqDELhBZh5OQGf3Hd2FU2Vnwy2ZubW8qTmEw5gqJCsCrGKeYDoa1BcVhDRZ/nzjkaqyA==

"@aws-cdk/service-spec-types@^0.0.19":
version "0.0.19"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.19.tgz#ad305f0a795620844de2730e974a29bb19c028d6"
integrity sha512-CrONdQo1bgF8vfvLOL6o2t2sLtETwHjI/mbPqxSO6Xp55RgjVPZGLKzOR4kmx6zmbXvvV6ioWZwfz2jcGAVGtQ==
"@aws-cdk/service-spec-types@^0.0.20":
version "0.0.20"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.20.tgz#9eb7f8ceed86960bcd72b46af04ba57df7358371"
integrity sha512-jMjNHb6IkerPnP9AyxM2Mg8yJfHsQDxHciqRKMGwPHqQgagpwsXewUwTAPd3ues8ONz8Qjj5Ko/wRrEI+NKoig==
dependencies:
"@cdklabs/tskb" "^0.0.1"

Expand Down

0 comments on commit af63162

Please sign in to comment.