@liveblocks/zustand 0.17.9 → 0.17.10-debug

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
- ba5e65b5d95af44c0fcdda18d51bc943741ca13f
1
+ cee9f7e7c838f96a08436ef427e52a81b3c66977
package/index.mjs CHANGED
@@ -1,4 +1 @@
1
- import mod from "./index.js";
2
-
3
- export default mod;
4
- export const middleware = mod.middleware;
1
+ export { middleware } from "./index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/zustand",
3
- "version": "0.17.9",
3
+ "version": "0.17.10-debug",
4
4
  "description": "A middleware to integrate Liveblocks into Zustand stores.",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",
@@ -20,7 +20,7 @@
20
20
  "directory": "packages/liveblocks-zustand"
21
21
  },
22
22
  "peerDependencies": {
23
- "@liveblocks/client": "0.17.9",
23
+ "@liveblocks/client": "0.17.10-debug",
24
24
  "zustand": "^3"
25
25
  },
26
26
  "sideEffects": false