Skip to content

Commit 4986587

Browse files
committed
chore: update smithy hash for 0.25.0 codegen
1 parent d741cfc commit 4986587

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

codegen/generic-client-test-codegen/smithy-build.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,30 @@
7474
"private": true
7575
}
7676
}
77+
},
78+
"aws-cbor-echo-service": {
79+
"transforms": [
80+
{
81+
"name": "includeServices",
82+
"args": {
83+
"services": ["smithy.sdk.example#EchoService"]
84+
}
85+
}
86+
],
87+
"plugins": {
88+
"typescript-codegen": {
89+
"package": "@aws-sdk/aws-cbor-echo-service",
90+
"packageVersion": "1.0.0-alpha.1",
91+
"packageJson": {
92+
"author": {
93+
"name": "AWS SDK for JavaScript Team",
94+
"url": "https://aws.amazon.com/javascript/"
95+
},
96+
"license": "Apache-2.0"
97+
},
98+
"private": true
99+
}
100+
}
77101
}
78102
}
79103
}

scripts/generate-clients/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Update this commit when taking up new changes from smithy-typescript.
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
4-
SMITHY_TS_COMMIT: "012775ca4d9f3c9c3b0067fafefeda5be421d404",
4+
SMITHY_TS_COMMIT: "7f0bf78613de2d09d1648f5deb698e1a6456f251",
55
};
66

77
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)