@instantdb/admin
Advanced tools
Comparing version 0.10.27 to 0.10.28
@@ -1,2 +0,2 @@ | ||
import { tx, TransactionChunk } from "@instantdb/core"; | ||
import { tx, lookup, TransactionChunk } from "@instantdb/core"; | ||
import { User, AuthToken } from "@instantdb/core"; | ||
@@ -246,3 +246,3 @@ declare type NonEmpty<T> = { | ||
} | ||
export { init, id, tx, Config, ImpersonationOpts, TransactionChunk, }; | ||
export { init, id, tx, lookup, Config, ImpersonationOpts, TransactionChunk, }; | ||
/** | ||
@@ -249,0 +249,0 @@ * @deprecated since 0.7.0, use db.auth instead. |
@@ -35,5 +35,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.transact = exports.query = exports.auth = exports.tx = exports.id = exports.init = void 0; | ||
exports.transact = exports.query = exports.auth = exports.lookup = exports.tx = exports.id = exports.init = void 0; | ||
const core_1 = require("@instantdb/core"); | ||
Object.defineProperty(exports, "tx", { enumerable: true, get: function () { return core_1.tx; } }); | ||
Object.defineProperty(exports, "lookup", { enumerable: true, get: function () { return core_1.lookup; } }); | ||
const uuid = __importStar(require("uuid")); | ||
@@ -40,0 +41,0 @@ const id = uuid.v4; |
@@ -1,2 +0,2 @@ | ||
import { tx, TransactionChunk } from "@instantdb/core"; | ||
import { tx, lookup, TransactionChunk } from "@instantdb/core"; | ||
import { User, AuthToken } from "@instantdb/core"; | ||
@@ -246,3 +246,3 @@ declare type NonEmpty<T> = { | ||
} | ||
export { init, id, tx, Config, ImpersonationOpts, TransactionChunk, }; | ||
export { init, id, tx, lookup, Config, ImpersonationOpts, TransactionChunk, }; | ||
/** | ||
@@ -249,0 +249,0 @@ * @deprecated since 0.7.0, use db.auth instead. |
@@ -10,3 +10,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}; | ||
import { tx, getOps } from "@instantdb/core"; | ||
import { tx, lookup, getOps } from "@instantdb/core"; | ||
import * as uuid from "uuid"; | ||
@@ -240,3 +240,3 @@ const id = uuid.v4; | ||
} | ||
export { init, id, tx, }; | ||
export { init, id, tx, lookup, }; | ||
// legacy code below | ||
@@ -243,0 +243,0 @@ function assert(condition, msg) { |
{ | ||
"name": "@instantdb/admin", | ||
"version": "0.10.27", | ||
"version": "0.10.28", | ||
"description": "Admin SDK for Instant DB", | ||
@@ -27,5 +27,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@instantdb/core": "0.10.27", | ||
"@instantdb/core": "0.10.28", | ||
"uuid": "^9.0.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { tx, TransactionChunk, getOps } from "@instantdb/core"; | ||
import { tx, lookup, TransactionChunk, getOps } from "@instantdb/core"; | ||
import * as uuid from "uuid"; | ||
@@ -398,2 +398,3 @@ import { User, AuthToken } from "@instantdb/core"; | ||
tx, | ||
lookup, | ||
@@ -400,0 +401,0 @@ // types |
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
79165
1809
+ Added@instantdb/core@0.10.28(transitive)
- Removed@instantdb/core@0.10.27(transitive)
Updated@instantdb/core@0.10.28