@liveblocks/react-flow 3.18.3-test1 → 3.18.3-test3

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.18.3-test1" === "string" && "3.18.3-test1";
4
+ const PKG_VERSION = typeof "3.18.3-test3" === "string" && "3.18.3-test3";
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.18.3-test1" === "string" && "3.18.3-test1";
2
+ const PKG_VERSION = typeof "3.18.3-test3" === "string" && "3.18.3-test3";
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.18.3-test1",
3
+ "version": "3.18.3-test3",
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/core": "3.18.3-test1",
55
- "@liveblocks/client": "3.18.3-test1",
56
- "@liveblocks/react": "3.18.3-test1",
57
- "@liveblocks/react-ui": "3.18.3-test1"
54
+ "@liveblocks/client": "3.18.3-test3",
55
+ "@liveblocks/react": "3.18.3-test3",
56
+ "@liveblocks/react-ui": "3.18.3-test3",
57
+ "@liveblocks/core": "3.18.3-test3"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@xyflow/react": "^12",
@@ -69,28 +69,6 @@
69
69
  "optional": true
70
70
  }
71
71
  },
72
- "devDependencies": {
73
- "@testing-library/jest-dom": "^6.8.0",
74
- "@testing-library/react": "^16.3.0",
75
- "@xyflow/react": "^12.10.1",
76
- "esbuild": "^0.27.0",
77
- "eslint": "^9.39.4",
78
- "eslint-plugin-react": "^7.33.2",
79
- "eslint-plugin-react-hooks": "^5.2.0",
80
- "react": "^18.2.0",
81
- "react-dom": "^18.2.0",
82
- "rollup": "3.28.1",
83
- "stylelint": "^15.10.2",
84
- "stylelint-config-standard": "^34.0.0",
85
- "stylelint-order": "^6.0.3",
86
- "stylelint-plugin-logical-css": "^0.13.2",
87
- "typescript": "^5.9.3",
88
- "vitest": "^4.1.4",
89
- "@liveblocks/eslint-config": "0.0.0",
90
- "@liveblocks/node": "3.18.3-test1",
91
- "@liveblocks/vitest-config": "1.0.0",
92
- "@liveblocks/rollup-config": "0.0.0"
93
- },
94
72
  "sideEffects": false,
95
73
  "bugs": {
96
74
  "url": "https://github.com/liveblocks/liveblocks/issues"
@@ -120,17 +98,5 @@
120
98
  "rooms",
121
99
  "documents",
122
100
  "conflict resolution"
123
- ],
124
- "scripts": {
125
- "dev": "rollup --config rollup.config.js --watch",
126
- "build": "rollup --config rollup.config.js",
127
- "start": "pnpm run dev",
128
- "format": "(eslint --fix src/ || true) && stylelint --fix src/styles/ && prettier --write src/",
129
- "lint:package": "publint --strict && attw --pack && node check-node-entrypoint.mjs",
130
- "lint": "eslint src/ && stylelint src/styles/",
131
- "test": "pnpm dlx liveblocks dev -p 1165 -c 'vitest run --coverage'",
132
- "test:ci": "vitest run",
133
- "test:types": "vitest run --config ./vitest.config.typecheck.ts",
134
- "test:watch": "vitest"
135
- }
101
+ ]
136
102
  }