@pol-studios/db 1.0.14 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,6 @@ import {
|
|
|
4
4
|
createSupabaseAdapter
|
|
5
5
|
} from "./chunk-7OQKP7EP.js";
|
|
6
6
|
import {
|
|
7
|
-
DataLayerContext,
|
|
8
7
|
DataLayerCoreContext,
|
|
9
8
|
DataLayerStatusContext
|
|
10
9
|
} from "./chunk-CBLXKHSK.js";
|
|
@@ -1832,7 +1831,7 @@ function DataLayerProvider({
|
|
|
1832
1831
|
if (!contextValue || !coreContextValue || !statusContextValue) {
|
|
1833
1832
|
return null;
|
|
1834
1833
|
}
|
|
1835
|
-
return /* @__PURE__ */ jsx(DataLayerCoreContext.Provider, { value: coreContextValue, children: /* @__PURE__ */ jsx(DataLayerStatusContext.Provider, { value: statusContextValue, children
|
|
1834
|
+
return /* @__PURE__ */ jsx(DataLayerCoreContext.Provider, { value: coreContextValue, children: /* @__PURE__ */ jsx(DataLayerStatusContext.Provider, { value: statusContextValue, children }) });
|
|
1836
1835
|
}
|
|
1837
1836
|
|
|
1838
1837
|
// src/storage/use-supabase-upload.tsx
|
|
@@ -5235,4 +5234,4 @@ object-assign/index.js:
|
|
|
5235
5234
|
@license MIT
|
|
5236
5235
|
*)
|
|
5237
5236
|
*/
|
|
5238
|
-
//# sourceMappingURL=chunk-
|
|
5237
|
+
//# sourceMappingURL=chunk-QJQRGM7E.js.map
|