@runtypelabs/react-flow 0.1.18 → 0.1.20
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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +13 -0
- package/example/CHANGELOG.md +15 -0
- package/example/node_modules/.bin/tsc +2 -2
- package/example/node_modules/.bin/tsserver +2 -2
- package/example/node_modules/.bin/vite +2 -2
- package/example/package.json +3 -3
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @runtypelabs/react-flow@0.1.
|
|
2
|
+
> @runtypelabs/react-flow@0.1.20 build /home/runner/_work/core/core/packages/react-flow
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
[34mESM[39m Build start
|
|
13
13
|
[32mCJS[39m [1mdist/index.js [22m[32m105.20 KB[39m
|
|
14
14
|
[32mCJS[39m [1mdist/index.js.map [22m[32m224.70 KB[39m
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 638ms
|
|
16
16
|
[32mESM[39m [1mdist/index.mjs [22m[32m101.14 KB[39m
|
|
17
17
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m224.38 KB[39m
|
|
18
|
-
[32mESM[39m ⚡️ Build success in
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 639ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @runtypelabs/react-flow
|
|
2
2
|
|
|
3
|
+
## 0.1.20
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [458711d]
|
|
8
|
+
- @runtypelabs/sdk@1.7.1
|
|
9
|
+
|
|
10
|
+
## 0.1.19
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 6d08460: chore: bump dependencies (42 minor/patch updates, 15 unused deps removed)
|
|
15
|
+
|
|
3
16
|
## 0.1.18
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/example/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @runtypelabs/react-flow-example
|
|
2
2
|
|
|
3
|
+
## 0.0.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [458711d]
|
|
8
|
+
- @runtypelabs/sdk@1.7.1
|
|
9
|
+
- @runtypelabs/react-flow@0.1.20
|
|
10
|
+
|
|
11
|
+
## 0.0.17
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [6d08460]
|
|
16
|
+
- @runtypelabs/react-flow@0.1.19
|
|
17
|
+
|
|
3
18
|
## 0.0.16
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/
|
|
13
|
+
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/typescript@5.9.3/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/
|
|
15
|
+
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/typescript@5.9.3/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../typescript/bin/tsc" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/
|
|
13
|
+
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/typescript@5.9.3/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/
|
|
15
|
+
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/typescript@5.9.3/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../typescript/bin/tsserver" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/vite@5.4.21_@types+node@25.
|
|
13
|
+
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/vite@5.4.21_@types+node@25.3.3/node_modules/vite/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/vite@5.4.21_@types+node@25.3.3/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/vite@5.4.21_@types+node@25.
|
|
15
|
+
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/vite@5.4.21_@types+node@25.3.3/node_modules/vite/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/vite@5.4.21_@types+node@25.3.3/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../vite/bin/vite.js" "$@"
|
package/example/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runtypelabs/react-flow-example",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.18",
|
|
4
4
|
"private": true,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"@runtypelabs/sdk": "workspace:*",
|
|
13
13
|
"@runtypelabs/react-flow": "workspace:*",
|
|
14
14
|
"@xyflow/react": "^12.0.0",
|
|
15
|
-
"react": "^
|
|
15
|
+
"react": "^19.2.4",
|
|
16
16
|
"react-dom": "^18.3.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@types/react": "^
|
|
19
|
+
"@types/react": "^19.2.14",
|
|
20
20
|
"@types/react-dom": "^18.3.0",
|
|
21
21
|
"@vitejs/plugin-react": "^4.2.0",
|
|
22
22
|
"typescript": "^5.3.3",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runtypelabs/react-flow",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.20",
|
|
4
4
|
"description": "React Flow adapter for building visual flow editors with Runtype",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"*.css"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@runtypelabs/sdk": "1.7.
|
|
19
|
+
"@runtypelabs/sdk": "1.7.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@xyflow/react": "^12.0.0",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"react-dom": "^18.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@types/react": "
|
|
27
|
+
"@types/react": "19.2.14",
|
|
28
28
|
"@types/react-dom": "18.3.5",
|
|
29
|
-
"@xyflow/react": "^12.
|
|
30
|
-
"react": "
|
|
29
|
+
"@xyflow/react": "^12.10.1",
|
|
30
|
+
"react": "19.2.4",
|
|
31
31
|
"react-dom": "18.3.1",
|
|
32
32
|
"tsup": "^8.0.0",
|
|
33
33
|
"typescript": "^5.3.3"
|