@liveblocks/redux
Advanced tools
Comparing version 0.17.0-test1 to 0.17.0
@@ -1,2 +0,2 @@ | ||
import { JsonObject, User, Client } from "@liveblocks/client"; | ||
import { JsonObject, BaseUserMeta, User, Client } from "@liveblocks/client"; | ||
import { StoreEnhancer } from "redux"; | ||
@@ -7,3 +7,7 @@ | ||
}; | ||
declare type LiveblocksState<TState, TPresence extends JsonObject> = TState & { | ||
declare type LiveblocksState< | ||
TState, | ||
TPresence extends JsonObject, | ||
TUserMeta extends BaseUserMeta | ||
> = TState & { | ||
/** | ||
@@ -16,3 +20,3 @@ * Liveblocks extra state attached by the enhancer | ||
*/ | ||
readonly others: Array<User<TPresence>>; | ||
readonly others: Array<User<TPresence, TUserMeta>>; | ||
/** | ||
@@ -19,0 +23,0 @@ * Whether or not the room storage is currently loading |
{ | ||
"name": "@liveblocks/redux", | ||
"version": "0.17.0-test1", | ||
"version": "0.17.0", | ||
"description": "A store enhancer to integrate Liveblocks into Redux stores.", | ||
@@ -34,3 +34,3 @@ "main": "./index.js", | ||
"peerDependencies": { | ||
"@liveblocks/client": "0.17.0-test1", | ||
"@liveblocks/client": "0.17.0", | ||
"redux": "^4" | ||
@@ -37,0 +37,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30500
700
11
31
2
121