@instantdb/core
Advanced tools
Comparing version 0.17.4 to 0.17.5
@@ -28,5 +28,5 @@ export type User = { | ||
error: undefined; | ||
user: User | undefined; | ||
user: User | null; | ||
}; | ||
export type ConnectionStatus = "connecting" | "opened" | "authenticated" | "closed" | "errored"; | ||
//# sourceMappingURL=clientTypes.d.ts.map |
@@ -28,5 +28,5 @@ export type User = { | ||
error: undefined; | ||
user: User | undefined; | ||
user: User | null; | ||
}; | ||
export type ConnectionStatus = "connecting" | "opened" | "authenticated" | "closed" | "errored"; | ||
//# sourceMappingURL=clientTypes.d.ts.map |
export default version; | ||
declare const version: "v0.17.4"; | ||
declare const version: "v0.17.5"; | ||
//# sourceMappingURL=version.d.ts.map |
// Autogenerated by publish_packages.clj | ||
const version = "v0.17.4"; | ||
const version = "v0.17.5"; | ||
export default version; | ||
//# sourceMappingURL=version.js.map |
export default version; | ||
declare const version: "v0.17.4"; | ||
declare const version: "v0.17.5"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// Autogenerated by publish_packages.clj | ||
const version = "v0.17.4"; | ||
const version = "v0.17.5"; | ||
exports.default = version; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@instantdb/core", | ||
"version": "v0.17.4", | ||
"version": "v0.17.5", | ||
"description": "Instant's core local abstraction", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -10,3 +10,3 @@ export type User = { id: string; email: string; refresh_token: string }; | ||
| { isLoading: false; error: { message: string }; user: undefined } | ||
| { isLoading: false; error: undefined; user: User | undefined }; | ||
| { isLoading: false; error: undefined; user: User | null }; | ||
@@ -13,0 +13,0 @@ export type ConnectionStatus = |
// Autogenerated by publish_packages.clj | ||
const version = "v0.17.4"; | ||
const version = "v0.17.5"; | ||
export default version; |
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
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 too big to display
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
2575145