@fctc/interface-logic 4.6.1 → 4.6.3
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.
- package/dist/provider.js +1 -1
- package/dist/provider.mjs +1 -1
- package/package.json +1 -1
package/dist/provider.js
CHANGED
|
@@ -3310,7 +3310,7 @@ var SupabaseProvider = ({
|
|
|
3310
3310
|
}
|
|
3311
3311
|
}
|
|
3312
3312
|
});
|
|
3313
|
-
}, [supabaseUrl, supabaseKey
|
|
3313
|
+
}, [supabaseUrl, supabaseKey]);
|
|
3314
3314
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(SupabaseContext.Provider, { value: supabase, children });
|
|
3315
3315
|
};
|
|
3316
3316
|
var useSupabase = () => {
|
package/dist/provider.mjs
CHANGED
|
@@ -3265,7 +3265,7 @@ var SupabaseProvider = ({
|
|
|
3265
3265
|
}
|
|
3266
3266
|
}
|
|
3267
3267
|
});
|
|
3268
|
-
}, [supabaseUrl, supabaseKey
|
|
3268
|
+
}, [supabaseUrl, supabaseKey]);
|
|
3269
3269
|
return /* @__PURE__ */ jsx4(SupabaseContext.Provider, { value: supabase, children });
|
|
3270
3270
|
};
|
|
3271
3271
|
var useSupabase = () => {
|