Skip to content

Commit

Permalink
chore: update smithy hash for 0.25.0 codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Nov 18, 2024
1 parent 078bc44 commit 2847556
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions codegen/generic-client-test-codegen/smithy-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,30 @@
"private": true
}
}
},
"aws-cbor-echo-service": {
"transforms": [
{
"name": "includeServices",
"args": {
"services": ["smithy.sdk.example#EchoService"]
}
}
],
"plugins": {
"typescript-codegen": {
"package": "@aws-sdk/aws-cbor-echo-service",
"packageVersion": "1.0.0-alpha.1",
"packageJson": {
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0"
},
"private": true
}
}
}
}
}
2 changes: 1 addition & 1 deletion scripts/generate-clients/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Update this commit when taking up new changes from smithy-typescript.
module.exports = {
// Use full commit hash as we explicitly fetch it.
SMITHY_TS_COMMIT: "012775ca4d9f3c9c3b0067fafefeda5be421d404",
SMITHY_TS_COMMIT: "7f0bf78613de2d09d1648f5deb698e1a6456f251",
};

if (module.exports.SMITHY_TS_COMMIT.length < 40) {
Expand Down

0 comments on commit 2847556

Please sign in to comment.