Skip to content

Commit 98d7424

Browse files
authored
chore: upgrade smithyVersion=1.51.0 (#1433)
1 parent d07b0ab commit 98d7424

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
smithyVersion=1.50.0
1+
smithyVersion=1.51.0
22
smithyGradleVersion=0.10.1

smithy-typescript-codegen-test/model/weather/main.smithy

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ operation OnlyFakeAuthOptional {}
108108
operation SameAsService {}
109109

110110
resource City {
111-
identifiers: { cityId: CityId }
111+
identifiers: {
112+
cityId: CityId
113+
}
112114
create: CreateCity
113115
read: GetCity
114116
list: ListCities
@@ -122,12 +124,16 @@ resource City {
122124
}
123125

124126
resource Forecast {
125-
identifiers: { cityId: CityId }
127+
identifiers: {
128+
cityId: CityId
129+
}
126130
read: GetForecast
127131
}
128132

129133
resource CityImage {
130-
identifiers: { cityId: CityId }
134+
identifiers: {
135+
cityId: CityId
136+
}
131137
read: GetCityImage
132138
}
133139

0 commit comments

Comments
 (0)