@liveblocks/react-flow 3.20.0-exp2 → 3.20.0-exp4

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,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const PKG_NAME = "@liveblocks/react-flow";
4
- const PKG_VERSION = typeof "3.20.0-exp2" === "string" && "3.20.0-exp2";
4
+ const PKG_VERSION = typeof "3.20.0-exp4" === "string" && "3.20.0-exp4";
5
5
  const PKG_FORMAT = typeof TSUP_FORMAT === "string" && TSUP_FORMAT;
6
6
 
7
7
  exports.PKG_FORMAT = PKG_FORMAT;
@@ -1,5 +1,5 @@
1
1
  const PKG_NAME = "@liveblocks/react-flow";
2
- const PKG_VERSION = typeof "3.20.0-exp2" === "string" && "3.20.0-exp2";
2
+ const PKG_VERSION = typeof "3.20.0-exp4" === "string" && "3.20.0-exp4";
3
3
  const PKG_FORMAT = typeof TSUP_FORMAT === "string" && TSUP_FORMAT;
4
4
 
5
5
  export { PKG_FORMAT, PKG_NAME, PKG_VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/react-flow",
3
- "version": "3.20.0-exp2",
3
+ "version": "3.20.0-exp4",
4
4
  "description": "An integration of React Flow to enable collaboration and realtime cursors with Liveblocks.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Liveblocks Inc.",
@@ -51,10 +51,10 @@
51
51
  "README.md"
52
52
  ],
53
53
  "dependencies": {
54
- "@liveblocks/client": "3.20.0-exp2",
55
- "@liveblocks/core": "3.20.0-exp2",
56
- "@liveblocks/react": "3.20.0-exp2",
57
- "@liveblocks/react-ui": "3.20.0-exp2"
54
+ "@liveblocks/client": "3.20.0-exp4",
55
+ "@liveblocks/react": "3.20.0-exp4",
56
+ "@liveblocks/react-ui": "3.20.0-exp4",
57
+ "@liveblocks/core": "3.20.0-exp4"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@xyflow/react": "^12",