@instantdb/react
Advanced tools
Comparing version 0.5.17 to 0.6.0
@@ -11,3 +11,3 @@ import { tx, id, getLocalId, Config, transact, auth, Query, QueryResponse, InstantObject, Exactly, QueryState, AuthState, User } from "@instantdb/core"; | ||
*/ | ||
declare function init(config: Config): any; | ||
declare function init(config: Config): import("@instantdb/core").ReactiveDB; | ||
/** | ||
@@ -14,0 +14,0 @@ * Use this to query your data! |
@@ -11,3 +11,3 @@ import { tx, id, getLocalId, Config, transact, auth, Query, QueryResponse, InstantObject, Exactly, QueryState, AuthState, User } from "@instantdb/core"; | ||
*/ | ||
declare function init(config: Config): any; | ||
declare function init(config: Config): import("@instantdb/core").ReactiveDB; | ||
/** | ||
@@ -14,0 +14,0 @@ * Use this to query your data! |
{ | ||
"name": "@instantdb/react", | ||
"version": "0.5.17", | ||
"version": "0.6.0", | ||
"description": "Instant DB for React", | ||
@@ -32,4 +32,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@instantdb/core": "0.5.17" | ||
"@instantdb/core": "0.6.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17756
+ Added@instantdb/core@0.6.0(transitive)
- Removed@instantdb/core@0.5.17(transitive)
Updated@instantdb/core@0.6.0