@instantdb/admin
Advanced tools
Comparing version 0.13.1 to 0.13.2
@@ -1,2 +0,2 @@ | ||
import { tx, lookup, i, id, type TransactionChunk, type User, type AuthToken, type Exactly, type InstaQLQueryParams, type Query, type QueryResponse, type InstantGraph } from "@instantdb/core"; | ||
import { tx, lookup, i, id, type TransactionChunk, type AuthToken, type Exactly, type User, type Query, type QueryResponse, type InstaQLQueryParams, type InstantQuery, type InstantQueryResult, type InstantSchema, type InstantObject, type AttrsDefs, type CardinalityKind, type DataAttrDef, type EntitiesDef, type EntitiesWithLinks, type EntityDef, type InstantGraph, type LinkAttrDef, type LinkDef, type LinksDef, type ResolveAttrs, type ValueTypes } from "@instantdb/core"; | ||
type DebugCheckResult = { | ||
@@ -321,3 +321,3 @@ /** The ID of the record. */ | ||
} | ||
export { init, init_experimental, id, tx, lookup, i, type Config, type ImpersonationOpts, type TransactionChunk, type DebugCheckResult, }; | ||
export { init, init_experimental, id, tx, lookup, i, type Config, type ImpersonationOpts, type TransactionChunk, type DebugCheckResult, type User, type InstaQLQueryParams, type Query, type QueryResponse, type InstantQuery, type InstantQueryResult, type InstantSchema, type InstantObject, type AttrsDefs, type CardinalityKind, type DataAttrDef, type EntitiesDef, type EntitiesWithLinks, type EntityDef, type InstantGraph, type LinkAttrDef, type LinkDef, type LinksDef, type ResolveAttrs, type ValueTypes, }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { tx, lookup, i, id, type TransactionChunk, type User, type AuthToken, type Exactly, type InstaQLQueryParams, type Query, type QueryResponse, type InstantGraph } from "@instantdb/core"; | ||
import { tx, lookup, i, id, type TransactionChunk, type AuthToken, type Exactly, type User, type Query, type QueryResponse, type InstaQLQueryParams, type InstantQuery, type InstantQueryResult, type InstantSchema, type InstantObject, type AttrsDefs, type CardinalityKind, type DataAttrDef, type EntitiesDef, type EntitiesWithLinks, type EntityDef, type InstantGraph, type LinkAttrDef, type LinkDef, type LinksDef, type ResolveAttrs, type ValueTypes } from "@instantdb/core"; | ||
type DebugCheckResult = { | ||
@@ -321,3 +321,3 @@ /** The ID of the record. */ | ||
} | ||
export { init, init_experimental, id, tx, lookup, i, type Config, type ImpersonationOpts, type TransactionChunk, type DebugCheckResult, }; | ||
export { init, init_experimental, id, tx, lookup, i, type Config, type ImpersonationOpts, type TransactionChunk, type DebugCheckResult, type User, type InstaQLQueryParams, type Query, type QueryResponse, type InstantQuery, type InstantQueryResult, type InstantSchema, type InstantObject, type AttrsDefs, type CardinalityKind, type DataAttrDef, type EntitiesDef, type EntitiesWithLinks, type EntityDef, type InstantGraph, type LinkAttrDef, type LinkDef, type LinksDef, type ResolveAttrs, type ValueTypes, }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@instantdb/admin", | ||
"version": "v0.13.1", | ||
"version": "v0.13.2", | ||
"description": "Admin SDK for Instant DB", | ||
@@ -27,4 +27,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@instantdb/core": "v0.13.1" | ||
"@instantdb/core": "v0.13.2" | ||
} | ||
} |
@@ -9,9 +9,30 @@ import { | ||
type TransactionChunk, | ||
type User, | ||
type AuthToken, | ||
type Exactly, | ||
type InstaQLQueryParams, | ||
// core types | ||
type User, | ||
type Query, | ||
// query types | ||
type QueryResponse, | ||
type InstaQLQueryParams, | ||
type InstantQuery, | ||
type InstantQueryResult, | ||
type InstantSchema, | ||
type InstantObject, | ||
// schema types | ||
type AttrsDefs, | ||
type CardinalityKind, | ||
type DataAttrDef, | ||
type EntitiesDef, | ||
type EntitiesWithLinks, | ||
type EntityDef, | ||
type InstantGraph, | ||
type LinkAttrDef, | ||
type LinkDef, | ||
type LinksDef, | ||
type ResolveAttrs, | ||
type ValueTypes, | ||
} from "@instantdb/core"; | ||
@@ -636,2 +657,28 @@ | ||
type DebugCheckResult, | ||
// core types | ||
type User, | ||
type InstaQLQueryParams, | ||
type Query, | ||
// query types | ||
type QueryResponse, | ||
type InstantQuery, | ||
type InstantQueryResult, | ||
type InstantSchema, | ||
type InstantObject, | ||
// schema types | ||
type AttrsDefs, | ||
type CardinalityKind, | ||
type DataAttrDef, | ||
type EntitiesDef, | ||
type EntitiesWithLinks, | ||
type EntityDef, | ||
type InstantGraph, | ||
type LinkAttrDef, | ||
type LinkDef, | ||
type LinksDef, | ||
type ResolveAttrs, | ||
type ValueTypes, | ||
}; |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
106739
2237
Updated@instantdb/core@v0.13.2