@instantdb/react
Advanced tools
Comparing version 0.5.11 to 0.5.12
@@ -19,3 +19,3 @@ import { instatx, getLocalId as getLocalIdCore, Config, transact as transactCore } from "@instantdb/core"; | ||
export declare function useQuery<T = any>(_query: any): QueryState<T>; | ||
type User = { | ||
export type User = { | ||
id: string; | ||
@@ -22,0 +22,0 @@ email: string; |
@@ -19,3 +19,3 @@ import { instatx, getLocalId as getLocalIdCore, Config, transact as transactCore } from "@instantdb/core"; | ||
export declare function useQuery<T = any>(_query: any): QueryState<T>; | ||
type User = { | ||
export type User = { | ||
id: string; | ||
@@ -22,0 +22,0 @@ email: string; |
{ | ||
"name": "@instantdb/react", | ||
"version": "0.5.11", | ||
"version": "0.5.12", | ||
"description": "Instant DB for React", | ||
@@ -31,4 +31,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@instantdb/core": "0.5.11" | ||
"@instantdb/core": "0.5.12" | ||
} | ||
} |
@@ -47,3 +47,3 @@ import { | ||
type User = { id: string; email: string }; | ||
export type User = { id: string; email: string }; | ||
type AuthState = | ||
@@ -50,0 +50,0 @@ | { isLoading: true; error: undefined; user: undefined } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15187
+ Added@instantdb/core@0.5.12(transitive)
- Removed@instantdb/core@0.5.11(transitive)
Updated@instantdb/core@0.5.12