Skip to content

Commit

Permalink
feat: update AWS Service Spec (#27095)
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 Sep 11, 2023
1 parent 1c03cb3 commit 4942658
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.11",
"@aws-cdk/service-spec-types": "^0.0.11",
"@aws-cdk/aws-service-spec": "^0.0.12",
"@aws-cdk/service-spec-types": "^0.0.12",
"@cdklabs/tskb": "^0.0.1",
"@cdklabs/typewriter": "^0.0.1",
"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.11":
version "0.0.11"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.11.tgz#5c7a204686c769c76859e23f587d977542054c5d"
integrity sha512-yPXFV0qVsK7lDstjrdSa1z0MDLRxh8MrX1JdnI9IiY8gWrJ9l1lC3RDYm45IQhfT6752wpIaDGi45kT3WnmM1w==
"@aws-cdk/aws-service-spec@^0.0.12":
version "0.0.12"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.12.tgz#ce0d1176d261655bf11f4c0b7b1b2779b50d7122"
integrity sha512-APf7RM0lM4iu8s6aP3/bfSUjklrYGi6OGBd4Z5efwDHqebg0rgN7jFucN8i1WGs2oMom+dAsHwZH2RSySUZoOQ==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.11"
"@aws-cdk/service-spec-types" "^0.0.12"
"@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.11":
version "0.0.11"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.11.tgz#d2745eb607c4d95ea5219fd5e9531d60c87a15db"
integrity sha512-sCFMj+Pvmw1Q04dFxs/Khts0rZP5fu2rMZE+ayT+1wLHTzdLXbRhBR0LDsGKG2QHRzNqTDVToMJSJJE5sBP1Sw==
"@aws-cdk/service-spec-types@^0.0.12":
version "0.0.12"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.12.tgz#d442f2ecce0f084ffca5ea8a7a3957d9b2c4517e"
integrity sha512-Fp3UgSKCxlOCVzFLCeDmRROT5RYtRKysn9PW9bESCVlisnON7BBml4xCTELpMB/F/MsYQXjlvnpbQGLAnuRhuw==
dependencies:
"@cdklabs/tskb" "^0.0.1"

Expand Down

0 comments on commit 4942658

Please sign in to comment.