@instantdb/react
Advanced tools
Comparing version 0.14.4 to 0.14.5
@@ -20,3 +20,3 @@ import { InstantClient, Auth, Storage, type AuthState, type Config, type Query, type Exactly, type TransactionChunk, type LifecycleSubscriptionState, type PresenceOpts, type PresenceResponse, type RoomSchemaShape, type InstaQLQueryParams, type ConfigWithSchema, type IDatabase, type InstantGraph } from "@instantdb/core"; | ||
export declare const defaultActivityStopTimeout = 1000; | ||
export declare class InstantReactRoom<Schema, RoomSchema extends RoomSchemaShape, RoomType extends keyof RoomSchema> { | ||
export declare class InstantReactRoom<Schema extends InstantGraph<any, any> | {}, RoomSchema extends RoomSchemaShape, RoomType extends keyof RoomSchema> { | ||
_core: InstantClient<Schema, RoomSchema>; | ||
@@ -23,0 +23,0 @@ type: RoomType; |
@@ -20,3 +20,3 @@ import { InstantClient, Auth, Storage, type AuthState, type Config, type Query, type Exactly, type TransactionChunk, type LifecycleSubscriptionState, type PresenceOpts, type PresenceResponse, type RoomSchemaShape, type InstaQLQueryParams, type ConfigWithSchema, type IDatabase, type InstantGraph } from "@instantdb/core"; | ||
export declare const defaultActivityStopTimeout = 1000; | ||
export declare class InstantReactRoom<Schema, RoomSchema extends RoomSchemaShape, RoomType extends keyof RoomSchema> { | ||
export declare class InstantReactRoom<Schema extends InstantGraph<any, any> | {}, RoomSchema extends RoomSchemaShape, RoomType extends keyof RoomSchema> { | ||
_core: InstantClient<Schema, RoomSchema>; | ||
@@ -23,0 +23,0 @@ type: RoomType; |
{ | ||
"name": "@instantdb/react", | ||
"version": "v0.14.4", | ||
"version": "v0.14.5", | ||
"description": "Instant DB for React", | ||
@@ -34,4 +34,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@instantdb/core": "v0.14.4" | ||
"@instantdb/core": "v0.14.5" | ||
} | ||
} |
@@ -61,3 +61,3 @@ import { | ||
export class InstantReactRoom< | ||
Schema, | ||
Schema extends InstantGraph<any, any> | {}, | ||
RoomSchema extends RoomSchemaShape, | ||
@@ -64,0 +64,0 @@ RoomType extends keyof RoomSchema, |
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
490548
Updated@instantdb/core@v0.14.5