@comergehq/studio 0.1.36 → 0.1.37

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/index.js CHANGED
@@ -730,6 +730,7 @@ publicApi.interceptors.request.use((config) => {
730
730
 
731
731
  // src/core/services/supabase/client.ts
732
732
  var import_supabase_js = require("@supabase/supabase-js");
733
+ var import_async_storage = __toESM(require("@react-native-async-storage/async-storage"));
733
734
  var clientSingleton = null;
734
735
  var injectedClient = null;
735
736
  var hasInjectedClient = false;
@@ -756,6 +757,7 @@ function getSupabaseClient() {
756
757
  }
757
758
  clientSingleton = (0, import_supabase_js.createClient)(runtimeConfig.url, runtimeConfig.anonKey, {
758
759
  auth: {
760
+ storage: import_async_storage.default,
759
761
  autoRefreshToken: true,
760
762
  persistSession: true,
761
763
  detectSessionInUrl: false