From 60d51a90e6095f5694b27d4d09db8870fbb69b16 Mon Sep 17 00:00:00 2001 From: Anthony Arzola Date: Mon, 7 Nov 2022 19:54:56 -0800 Subject: [PATCH] Make protocol public --- Sources/OpenWeatherMap/OpenWeatherMapAPI.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/OpenWeatherMap/OpenWeatherMapAPI.swift b/Sources/OpenWeatherMap/OpenWeatherMapAPI.swift index b55b8bc..9a19c53 100644 --- a/Sources/OpenWeatherMap/OpenWeatherMapAPI.swift +++ b/Sources/OpenWeatherMap/OpenWeatherMapAPI.swift @@ -8,7 +8,7 @@ import Foundation import Combine -typealias OpenWeatherMapAPI = (OpenWeatherMapAuthentication & OpenWeatherMapClosure & OpenWeatherMapCombine & OpenWeatherMapAsync) +public typealias OpenWeatherMapAPI = (OpenWeatherMapAuthentication & OpenWeatherMapClosure & OpenWeatherMapCombine & OpenWeatherMapAsync) // MARK: - Authentication public protocol OpenWeatherMapAuthentication {