Skip to content

Commit a21d6ee

Browse files
committed
update dependencies that include better error reporting for some JSON:API resource generation errors.
1 parent 1127268 commit a21d6ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424

2525
.package(url: "https://github.com/weichsel/ZIPFoundation/", .upToNextMinor(from: "0.9.10")),
2626

27-
.package(name: "JSONAPI-OpenAPI", url: "https://github.com/mattpolzin/JSONAPI-OpenAPI", .upToNextMinor(from: "0.20.0")),
27+
.package(name: "JSONAPI-OpenAPI", url: "https://github.com/mattpolzin/JSONAPI-OpenAPI", .upToNextMinor(from: "0.21.0")),
2828
// .package(name: "JSONAPI-OpenAPI", path: "../JSONAPI-OpenAPI"),
2929
.package(url: "https://github.com/mattpolzin/OpenAPIKit", from: "1.4.0"),
3030
.package(url: "https://github.com/mattpolzin/JSONAPI", from: "4.0.0"),

0 commit comments

Comments
 (0)