@instantdb/react
Advanced tools
Comparing version 0.7.16 to 0.7.17
@@ -52,3 +52,3 @@ /// <reference types="react" /> | ||
*/ | ||
transact: (chunks: TransactionChunk | TransactionChunk[]) => void; | ||
transact: (chunks: TransactionChunk | TransactionChunk[]) => Promise<import("@instantdb/core").TransactionResult>; | ||
/** | ||
@@ -55,0 +55,0 @@ * Use this to query your data! |
@@ -52,3 +52,3 @@ /// <reference types="react" /> | ||
*/ | ||
transact: (chunks: TransactionChunk | TransactionChunk[]) => void; | ||
transact: (chunks: TransactionChunk | TransactionChunk[]) => Promise<import("@instantdb/core").TransactionResult>; | ||
/** | ||
@@ -55,0 +55,0 @@ * Use this to query your data! |
{ | ||
"name": "@instantdb/react", | ||
"version": "0.7.16", | ||
"version": "0.7.17", | ||
"description": "Instant DB for React", | ||
@@ -31,4 +31,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@instantdb/core": "0.7.16" | ||
"@instantdb/core": "0.7.17" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59620
+ Added@instantdb/core@0.7.17(transitive)
- Removed@instantdb/core@0.7.16(transitive)
Updated@instantdb/core@0.7.17