@liveblocks/zustand 0.18.0-beta2 → 0.18.0-beta4

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
- bc73f8c00db8f6497facfd2eb241de9a54d33faf
1
+ b69420daa60afd688c5f130b53e357e3f7c2f0b7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/zustand",
3
- "version": "0.18.0-beta2",
3
+ "version": "0.18.0-beta4",
4
4
  "description": "A middleware to integrate Liveblocks into Zustand stores.",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",
@@ -27,7 +27,7 @@
27
27
  "directory": "packages/liveblocks-zustand"
28
28
  },
29
29
  "peerDependencies": {
30
- "@liveblocks/client": "0.18.0-beta2",
30
+ "@liveblocks/client": "0.18.0-beta4",
31
31
  "zustand": "^3"
32
32
  },
33
33
  "sideEffects": false