@rivetkit/supabase 0.0.0-main.9d355a2 → 0.0.0-sqlite-uds.ea644f1

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/mod.d.mts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { RegistryActors, RegistryConfigInput, Registry } from 'rivetkit';
2
+ export * from 'rivetkit';
2
3
 
3
4
  /** Config passed to `setup` / `serve`. The wasm runtime is wired automatically. */
4
5
  type SupabaseSetupConfig<A extends RegistryActors> = Omit<RegistryConfigInput<A>, "runtime" | "wasm">;
package/dist/mod.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { RegistryActors, RegistryConfigInput, Registry } from 'rivetkit';
2
+ export * from 'rivetkit';
2
3
 
3
4
  /** Config passed to `setup` / `serve`. The wasm runtime is wired automatically. */
4
5
  type SupabaseSetupConfig<A extends RegistryActors> = Omit<RegistryConfigInput<A>, "runtime" | "wasm">;