@crispy-streaming/supabase-contract 0.1.1 → 0.2.1
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/README.md +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @crispy/supabase-contract
|
|
1
|
+
# @crispy-streaming/supabase-contract
|
|
2
2
|
|
|
3
3
|
Shared Supabase database contract types and Zod validators for Crispy clients.
|
|
4
4
|
|
|
@@ -18,7 +18,6 @@ import {
|
|
|
18
18
|
profileNameSchema,
|
|
19
19
|
type Database,
|
|
20
20
|
type TableRow,
|
|
21
|
-
} from '@crispy/supabase-contract';
|
|
22
21
|
} from '@crispy-streaming/supabase-contract';
|
|
23
22
|
|
|
24
23
|
const name = profileNameSchema.parse(' Ada ');
|