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