File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
codegen/generic-client-test-codegen Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 11// Update this commit when taking up new changes from smithy-typescript.
22module . exports = {
33 // Use full commit hash as we explicitly fetch it.
4- SMITHY_TS_COMMIT : "012775ca4d9f3c9c3b0067fafefeda5be421d404 " ,
4+ SMITHY_TS_COMMIT : "7f0bf78613de2d09d1648f5deb698e1a6456f251 " ,
55} ;
66
77if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments