@liveblocks/react
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -197,2 +197,5 @@ import { Client, Others, Presence, LiveObject, LiveMap, Room, User, LiveList } from "@liveblocks/client"; | ||
export declare function useBatch(): (fn: () => void) => void; | ||
/** | ||
* Returns the room.history | ||
*/ | ||
export declare function useHistory(): { | ||
@@ -199,0 +202,0 @@ undo: () => void; |
@@ -380,2 +380,5 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
} | ||
/** | ||
* Returns the room.history | ||
*/ | ||
function useHistory() { | ||
@@ -382,0 +385,0 @@ return useRoom().history; |
{ | ||
"name": "@liveblocks/react", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "", | ||
@@ -26,3 +26,3 @@ "main": "./lib/index.js", | ||
"peerDependencies": { | ||
"@liveblocks/client": "0.13.0", | ||
"@liveblocks/client": "0.13.1", | ||
"react": "^16.14.0 || ^17" | ||
@@ -29,0 +29,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
48588
640