@freehour/supabase-core 1.1.1 → 1.1.2
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 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ bun pm trust @freehour/supabase-core
|
|
|
29
29
|
|
|
30
30
|
### Configuration
|
|
31
31
|
|
|
32
|
-
If you generate migrations from schemas, make sure to include the `
|
|
32
|
+
If you generate migrations from schemas, make sure to include the `supabase-core` schema in your `schema_paths` in `supabase/config.toml`.
|
|
33
33
|
|
|
34
34
|
```toml
|
|
35
35
|
schema_paths = ["./schemas/supabase-core/*.sql", /* your app schema paths */]
|
package/package.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"name": "@freehour/supabase-core",
|
|
3
3
|
"private": false,
|
|
4
4
|
"displayName": "Supabase-Core",
|
|
5
|
-
"description": "
|
|
6
|
-
"version": "1.1.
|
|
5
|
+
"description": "Lightweight services for supabase to make it easier to work with databases, tables and storage buckets",
|
|
6
|
+
"version": "1.1.2",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|