mirror of
https://github.com/amark/gun.git
synced 2026-03-07 09:31:47 +00:00
Upgrade dependencies
This commit is contained in:
@@ -6,4 +6,4 @@ export function rx$(node): Observable<any> {
|
||||
h => node.on(v => h({ ...v })),
|
||||
(_, s) => s.off()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@ import Gun from 'gun/gun';
|
||||
@Injectable()
|
||||
export class GunDb {
|
||||
readonly gun = Gun(location.origin + '/gun');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user