@liveblocks/redux 0.17.9 → 0.17.10-debug

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
- cd36edc76cf4f2c583070af2f3ccddcdc67a0078
1
+ 2d963544ab794518e83521361a7388453b6eebc9
package/index.mjs CHANGED
@@ -1,5 +1 @@
1
- import mod from "./index.js";
2
-
3
- export default mod;
4
- export const actions = mod.actions;
5
- export const enhancer = mod.enhancer;
1
+ export { actions } from "./index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/redux",
3
- "version": "0.17.9",
3
+ "version": "0.17.10-debug",
4
4
  "description": "A store enhancer to integrate Liveblocks into Redux stores.",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",
@@ -20,7 +20,7 @@
20
20
  "directory": "packages/liveblocks-redux"
21
21
  },
22
22
  "peerDependencies": {
23
- "@liveblocks/client": "0.17.9",
23
+ "@liveblocks/client": "0.17.10-debug",
24
24
  "redux": "^4"
25
25
  },
26
26
  "sideEffects": false