Skip to content

Commit

Permalink
more pub scores
Browse files Browse the repository at this point in the history
  • Loading branch information
tshedor committed Sep 20, 2024
1 parent 2a1c512 commit 973d0d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/brick_offline_first_with_supabase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
brick_core: ">=1.2.0 <2.0.0"
brick_offline_first: ">=3.0.0 <4.0.0"
brick_sqlite: ">=3.0.0 <4.0.0"
brick_supabase: ">=0.0.1 <2.0.0"
brick_supabase: ">=1.0.0 <2.0.0"
brick_offline_first_with_rest: ">=3.1.0 <4.0.0"
http: ">=1.0.0 <2.0.0"
logging: ">=1.0.0 <2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/brick_offline_first_with_supabase_build/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencies:
brick_build: ">=3.1.0 <4.0.0"
brick_offline_first: ">=3.0.0 <4.0.0"
brick_offline_first_build: ">=3.2.0 <4.0.0"
brick_offline_first_with_supabase: ">=0.0.1 <2.0.0"
brick_supabase: ">=0.0.1 <2.0.0"
brick_supabase_generators: ">=0.0.1 <2.0.0"
brick_offline_first_with_supabase: ">=1.0.0 <2.0.0"
brick_supabase: ">=1.0.0 <2.0.0"
brick_supabase_generators: ">=1.0.0 <2.0.0"
brick_sqlite: ">=3.0.0 <4.0.0"
brick_sqlite_generators: ">=3.0.0 <4.0.0"
build: ">=2.0.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/brick_supabase_generators/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![brick_supabase_generators workflow](https://github.com/GetDutchie/brick/actions/workflows/brick_supabase_generators.yaml/badge.svg)

# Brick Supabase Build
# Brick Supabase Generators

Code generator that provides (de)serializing functions for Brick adapters using SupabaseProvider. This package **does not** produce code. It can be imported into other Brick build domains.

Expand Down

0 comments on commit 973d0d4

Please sign in to comment.