@liveblocks/core
Advanced tools
Comparing version 0.19.2 to 0.19.3-beta0
@@ -965,2 +965,10 @@ /** | ||
batch<T>(fn: () => T): T; | ||
/** | ||
* Whether or not the room has storage modifications that have not been acknowledged by the server. | ||
*/ | ||
hasPendingStorageModifications(): boolean; | ||
/** | ||
* Close room connection and try to reconnect | ||
*/ | ||
reconnect(): void; | ||
}; | ||
@@ -967,0 +975,0 @@ declare type Polyfills = { |
{ | ||
"name": "@liveblocks/core", | ||
"version": "0.19.2", | ||
"version": "0.19.3-beta0", | ||
"description": "Shared code and foundational internals for Liveblocks", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -6,1 +6,8 @@ # `@liveblocks/core` | ||
not import anything directly from this package**. | ||
## Run e2e tests locally | ||
- At the `packages/liveblocks-core` root level, add a file `.env` | ||
- In this file, add the environment variable: | ||
`LIVEBLOCKS_PUBLIC_KEY="pk_YOUR_PUBLIC_API_KEY"` | ||
- Run `npm run test:e2e` |
Sorry, the diff of this file is too big to display
186090
5740
13