@liveblocks/node 3.14.0-pre3 → 3.14.0-pre4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -3,7 +3,7 @@ var _core = require('@liveblocks/core');
3
3
 
4
4
  // src/version.ts
5
5
  var PKG_NAME = "@liveblocks/node";
6
- var PKG_VERSION = "3.14.0-pre3";
6
+ var PKG_VERSION = "3.14.0-pre4";
7
7
  var PKG_FORMAT = "cjs";
8
8
 
9
9
  // src/client.ts
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { detectDupes } from "@liveblocks/core";
3
3
 
4
4
  // src/version.ts
5
5
  var PKG_NAME = "@liveblocks/node";
6
- var PKG_VERSION = "3.14.0-pre3";
6
+ var PKG_VERSION = "3.14.0-pre4";
7
7
  var PKG_FORMAT = "esm";
8
8
 
9
9
  // src/client.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/node",
3
- "version": "3.14.0-pre3",
3
+ "version": "3.14.0-pre4",
4
4
  "description": "A server-side utility that lets you set up a Liveblocks authentication endpoint. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -34,7 +34,7 @@
34
34
  "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest"
35
35
  },
36
36
  "dependencies": {
37
- "@liveblocks/core": "3.14.0-pre3",
37
+ "@liveblocks/core": "3.14.0-pre4",
38
38
  "@stablelib/base64": "^1.0.1",
39
39
  "fast-sha256": "^1.3.0",
40
40
  "node-fetch": "^2.6.1"