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