From e6809bcf5f4bd937055f47bf133f3e9b558869c9 Mon Sep 17 00:00:00 2001 From: Sergey Kazakov Date: Wed, 11 Sep 2024 19:24:05 +0100 Subject: [PATCH] fixed access attribute to public --- Sources/Puredux/Store/StateStore.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Puredux/Store/StateStore.swift b/Sources/Puredux/Store/StateStore.swift index 790e795..00e2bd0 100644 --- a/Sources/Puredux/Store/StateStore.swift +++ b/Sources/Puredux/Store/StateStore.swift @@ -217,7 +217,7 @@ extension StateStore: AsyncActionsExecutor { // MARK: - Basic Transformations -extension StateStore { +public extension StateStore { /** Maps the state of the store to a new state of type `T`.