@liveblocks/redux 0.18.0-beta0 → 0.18.0-beta1

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