Skip to content

Commit 89d2c4c

Browse files
committed
refactor(storage): bring MultipartFormData to repository
1 parent eab7a4a commit 89d2c4c

File tree

3 files changed

+689
-11
lines changed

3 files changed

+689
-11
lines changed

Package.resolved

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

Package.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ let package = Package(
2222
.library(name: "Supabase", targets: ["Supabase", "Functions", "PostgREST", "Auth", "Realtime", "Storage"]),
2323
],
2424
dependencies: [
25-
.package(url: "https://github.com/grdsdev/MultipartFormData", from: "0.1.0"),
2625
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "4.0.0"),
2726
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.1.0"),
2827
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.2"),
@@ -131,7 +130,6 @@ let package = Package(
131130
.target(
132131
name: "Storage",
133132
dependencies: [
134-
"MultipartFormData",
135133
"Helpers",
136134
]
137135
),

0 commit comments

Comments
 (0)