@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 CHANGED
@@ -3310,7 +3310,7 @@ var SupabaseProvider = ({
3310
3310
  }
3311
3311
  }
3312
3312
  });
3313
- }, [supabaseUrl, supabaseKey, tenantId]);
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, tenantId]);
3268
+ }, [supabaseUrl, supabaseKey]);
3269
3269
  return /* @__PURE__ */ jsx4(SupabaseContext.Provider, { value: supabase, children });
3270
3270
  };
3271
3271
  var useSupabase = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "4.6.1",
3
+ "version": "4.6.3",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",