@liveblocks/redux
Advanced tools
Comparing version 0.16.12 to 0.16.13
@@ -42,6 +42,6 @@ import { Presence, User, Client } from '@liveblocks/client'; | ||
}; | ||
declare function enterRoom(roomId: string, initialState?: any): { | ||
declare function enterRoom<T>(roomId: string, initialState?: T): { | ||
type: string; | ||
roomId: string; | ||
initialState: any; | ||
initialState?: T; | ||
}; | ||
@@ -48,0 +48,0 @@ declare function leaveRoom(roomId: string): { |
{ | ||
"name": "@liveblocks/redux", | ||
"version": "0.16.12", | ||
"version": "0.16.13", | ||
"description": "A store enhancer to integrate Liveblocks into Redux stores.", | ||
@@ -23,4 +23,4 @@ "main": "./index.js", | ||
"lint": "eslint src/ test/", | ||
"test": "jest --watch", | ||
"test-ci": "jest", | ||
"test": "jest --watch --silent --verbose", | ||
"test-ci": "jest --silent --verbose", | ||
"dtslint": "dtslint --localTs node_modules/typescript/lib --expectOnly types" | ||
@@ -35,3 +35,3 @@ }, | ||
"peerDependencies": { | ||
"@liveblocks/client": "0.16.12", | ||
"@liveblocks/client": "0.16.13", | ||
"redux": "^4" | ||
@@ -52,5 +52,5 @@ }, | ||
"@testing-library/react-hooks": "^7.0.2", | ||
"@types/jest": "^27.4.1", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"@types/jest": "^27.5.1", | ||
"@typescript-eslint/eslint-plugin": "^5.26.0", | ||
"@typescript-eslint/parser": "^5.26.0", | ||
"eslint": "^8.12.0", | ||
@@ -66,2 +66,3 @@ "eslint-plugin-import": "^2.26.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typescript": "^4.7.2", | ||
"whatwg-fetch": "^3.6.2" | ||
@@ -68,0 +69,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
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
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
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
22903
0
27
1