File tree 6 files changed +12
-6
lines changed
6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0-rc.15 (2024-04-12)
2
+
3
+ This was a version bump only, there were no code changes.
4
+
1
5
## 1.0.0-rc.14 (2024-04-10)
2
6
3
7
This was a version bump only, there were no code changes.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-supabase/bootstrap" ,
3
- "version" : " 1.0.0-rc.14 " ,
3
+ "version" : " 1.0.0-rc.15 " ,
4
4
"author" : " Rusty Green <me@rusty.green>" ,
5
5
"contributors" : [
6
6
" Rusty Green <me@rusty.green>"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-supabase/core" ,
3
- "version" : " 1.0.0-rc.14 " ,
3
+ "version" : " 1.0.0-rc.15 " ,
4
4
"author" : " Rusty Green <me@rusty.green>" ,
5
5
"contributors" : [
6
6
" Rusty Green <me@rusty.green>"
Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ export class SupabaseService {
45
45
private readonly log : LogService ,
46
46
private readonly config : SupabaseConfig
47
47
) {
48
- this . user . subscribe ( ( user : User | null ) => this . setUserInformation ( user ) ) ;
48
+ this . user . subscribe ( ( user : User | null ) =>
49
+ this . refreshUserDisplayInfo ( user )
50
+ ) ;
49
51
50
52
this . clientReady = firstValueFrom (
51
53
this . initialized . pipe (
@@ -66,7 +68,7 @@ export class SupabaseService {
66
68
) ;
67
69
}
68
70
69
- private async setUserInformation ( user : User | null ) : Promise < void > {
71
+ async refreshUserDisplayInfo ( user : User | null ) : Promise < void > {
70
72
const profileTable = this . config . profile . table ;
71
73
let displayName = '' ;
72
74
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-supabase/material" ,
3
- "version" : " 1.0.0-rc.14 " ,
3
+ "version" : " 1.0.0-rc.15 " ,
4
4
"author" : " Rusty Green <me@rusty.green>" ,
5
5
"contributors" : [
6
6
" Rusty Green <me@rusty.green>"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-supabase/primeng" ,
3
- "version" : " 1.0.0-rc.14 " ,
3
+ "version" : " 1.0.0-rc.15 " ,
4
4
"author" : " Rusty Green <me@rusty.green>" ,
5
5
"contributors" : [
6
6
" Rusty Green <me@rusty.green>"
You can’t perform that action at this time.
0 commit comments