Skip to content

Commit fd97d99

Browse files
authored
fix: re-export Helpers module (#724)
1 parent 2b59f10 commit fd97d99

File tree

74 files changed

+86
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+86
-114
lines changed

Sources/Auth/AuthAdmin.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import Foundation
99
import HTTPTypes
10-
import Helpers
1110

1211
public struct AuthAdmin: Sendable {
1312
let clientID: AuthClientID

Sources/Auth/AuthClient.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import ConcurrencyExtras
22
import Foundation
3-
import Helpers
43

54
#if canImport(AuthenticationServices)
65
import AuthenticationServices

Sources/Auth/AuthClientConfiguration.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77

88
import Foundation
9-
import Helpers
109

1110
#if canImport(FoundationNetworking)
1211
import FoundationNetworking

Sources/Auth/AuthError.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import Foundation
2-
import Helpers
32

43
#if canImport(FoundationNetworking)
54
import FoundationNetworking

Sources/Auth/AuthMFA.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import Foundation
2-
import Helpers
32

43
/// Contains the full multi-factor authentication API.
54
public struct AuthMFA: Sendable {

Sources/Auth/AuthStateChangeListener.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import ConcurrencyExtras
99
import Foundation
10-
import Helpers
10+
1111

1212
/// A listener that can be removed by calling ``AuthStateChangeListenerRegistration/remove()``.
1313
///

Sources/Auth/Defaults.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import ConcurrencyExtras
99
import Foundation
10-
import Helpers
1110

1211
extension AuthClient.Configuration {
1312
/// The default JSONEncoder instance used by the ``AuthClient``.

Sources/Auth/Deprecated.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77

88
import Foundation
9-
import Helpers
109

1110
#if canImport(FoundationNetworking)
1211
import FoundationNetworking

Sources/Auth/Exports.swift

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//
2+
// Exports.swift
3+
// Supabase
4+
//
5+
// Created by Guilherme Souza on 30/05/25.
6+
//
7+
8+
@_exported import Helpers

Sources/Auth/Internal/APIClient.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Foundation
22
import HTTPTypes
3-
import Helpers
43

54
extension HTTPClient {
65
init(configuration: AuthClient.Configuration) {

0 commit comments

Comments
 (0)