@@ -24,10 +24,10 @@ let package = Package(
24
24
targets: [ " Supabase " , " Functions " , " PostgREST " , " Auth " , " Realtime " , " Storage " ] ) ,
25
25
] ,
26
26
dependencies: [
27
+ . package ( url: " https://github.com/apple/swift-collections " , from: " 1.0.0 " ) ,
27
28
. package ( url: " https://github.com/apple/swift-crypto.git " , " 1.0.0 " ..< " 4.0.0 " ) ,
28
29
. package ( url: " https://github.com/apple/swift-http-types.git " , from: " 1.3.0 " ) ,
29
30
. package ( url: " https://github.com/apple/swift-log " , from: " 1.0.0 " ) ,
30
- . package ( url: " https://github.com/apple/swift-collections " , from: " 1.0.0 " ) ,
31
31
. package ( url: " https://github.com/apple/swift-openapi-runtime " , from: " 1.0.0 " ) ,
32
32
. package ( url: " https://github.com/apple/swift-openapi-urlsession " , from: " 1.0.0 " ) ,
33
33
. package ( url: " https://github.com/pointfreeco/swift-clocks " , from: " 1.0.0 " ) ,
@@ -41,15 +41,15 @@ let package = Package(
41
41
. target(
42
42
name: " Helpers " ,
43
43
dependencies: [
44
+ . product( name: " Clocks " , package : " swift-clocks " ) ,
44
45
. product( name: " ConcurrencyExtras " , package : " swift-concurrency-extras " ) ,
46
+ . product( name: " DequeModule " , package : " swift-collections " ) ,
45
47
. product( name: " HTTPTypes " , package : " swift-http-types " ) ,
46
48
. product( name: " HTTPTypesFoundation " , package : " swift-http-types " ) ,
47
49
. product( name: " Logging " , package : " swift-log " ) ,
48
- . product( name: " DequeModule " , package : " swift-collections " ) ,
49
- . product( name: " Clocks " , package : " swift-clocks " ) ,
50
- . product( name: " XCTestDynamicOverlay " , package : " xctest-dynamic-overlay " ) ,
51
50
. product( name: " OpenAPIRuntime " , package : " swift-openapi-runtime " ) ,
52
51
. product( name: " OpenAPIURLSession " , package : " swift-openapi-urlsession " ) ,
52
+ . product( name: " XCTestDynamicOverlay " , package : " xctest-dynamic-overlay " ) ,
53
53
]
54
54
) ,
55
55
. testTarget(
0 commit comments