@liveblocks/zustand 0.18.0-beta1 → 0.18.0-beta2

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
- 316aa44b7e15c044dbf114b7979e2440dee03982
1
+ bc73f8c00db8f6497facfd2eb241de9a54d33faf
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/zustand",
3
- "version": "0.18.0-beta1",
3
+ "version": "0.18.0-beta2",
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-beta1",
30
+ "@liveblocks/client": "0.18.0-beta2",
31
31
  "zustand": "^3"
32
32
  },
33
33
  "sideEffects": false