@instantdb/admin
Advanced tools
Comparing version 0.10.23 to 0.10.24
@@ -35,2 +35,4 @@ import { tx, TransactionChunk } from "@instantdb/core"; | ||
limit?: number; | ||
last?: number; | ||
first?: number; | ||
offset?: number; | ||
@@ -37,0 +39,0 @@ after?: Cursor; |
@@ -35,2 +35,4 @@ import { tx, TransactionChunk } from "@instantdb/core"; | ||
limit?: number; | ||
last?: number; | ||
first?: number; | ||
offset?: number; | ||
@@ -37,0 +39,0 @@ after?: Cursor; |
{ | ||
"name": "@instantdb/admin", | ||
"version": "0.10.23", | ||
"version": "0.10.24", | ||
"description": "Admin SDK for Instant DB", | ||
@@ -27,5 +27,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@instantdb/core": "0.10.23", | ||
"@instantdb/core": "0.10.24", | ||
"uuid": "^9.0.1" | ||
} | ||
} |
@@ -50,2 +50,4 @@ import { tx, TransactionChunk, getOps } from "@instantdb/core"; | ||
limit?: number; | ||
last?: number; | ||
first?: number; | ||
offset?: number; | ||
@@ -52,0 +54,0 @@ after?: Cursor; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
78891
1807
+ Added@instantdb/core@0.10.24(transitive)
- Removed@instantdb/core@0.10.23(transitive)
Updated@instantdb/core@0.10.24