Skip to content

Commit

Permalink
chore: upgrade smithyVersion=1.51.0 (smithy-lang#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Oct 16, 2024
1 parent d07b0ab commit 98d7424
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
smithyVersion=1.50.0
smithyVersion=1.51.0
smithyGradleVersion=0.10.1
12 changes: 9 additions & 3 deletions smithy-typescript-codegen-test/model/weather/main.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ operation OnlyFakeAuthOptional {}
operation SameAsService {}

resource City {
identifiers: { cityId: CityId }
identifiers: {
cityId: CityId
}
create: CreateCity
read: GetCity
list: ListCities
Expand All @@ -122,12 +124,16 @@ resource City {
}

resource Forecast {
identifiers: { cityId: CityId }
identifiers: {
cityId: CityId
}
read: GetForecast
}

resource CityImage {
identifiers: { cityId: CityId }
identifiers: {
cityId: CityId
}
read: GetCityImage
}

Expand Down

0 comments on commit 98d7424

Please sign in to comment.