@liveblocks/node 0.17.10-debug → 0.17.11-debug1

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.
@@ -1 +1 @@
1
- 3c5960010a08dcf5656b81aadaa675064d528167
1
+ 18c9a8ef4fa5f757fb79399d99d3b38e581da415
package/index.mjs CHANGED
@@ -1 +1,4 @@
1
- export { authorize } from "./index.js";
1
+ import mod from "./index.js";
2
+
3
+ export default mod;
4
+ export const authorize = mod.authorize;
package/package.json CHANGED
@@ -1,10 +1,17 @@
1
1
  {
2
2
  "name": "@liveblocks/node",
3
- "version": "0.17.10-debug",
3
+ "version": "0.17.11-debug1",
4
4
  "description": "A server-side utility that lets you set up a Liveblocks authentication endpoint.",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",
7
7
  "types": "./index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "require": "./index.js",
11
+ "import": "./index.mjs",
12
+ "types": "./index.d.ts"
13
+ }
14
+ },
8
15
  "keywords": [
9
16
  "node",
10
17
  "liveblocks",