@runtypelabs/react-flow 0.2.16 → 0.2.18
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 +14 -0
- package/example/CHANGELOG.md +17 -0
- package/example/node_modules/.bin/vite +2 -2
- package/example/package.json +3 -3
- package/example/vite.config.ts +4 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @runtypelabs/react-flow@0.2.
|
|
2
|
+
> @runtypelabs/react-flow@0.2.18 build /home/runner/_work/core/core/packages/react-flow
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
12
|
[34mESM[39m Build start
|
|
13
13
|
[32mCJS[39m [1mdist/index.js [22m[32m105.43 KB[39m
|
|
14
|
-
[32mCJS[39m ⚡️ Build success in
|
|
14
|
+
[32mCJS[39m ⚡️ Build success in 231ms
|
|
15
15
|
[32mESM[39m [1mdist/index.mjs [22m[32m101.38 KB[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 232ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @runtypelabs/react-flow
|
|
2
2
|
|
|
3
|
+
## 0.2.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [23b42c8]
|
|
8
|
+
- @runtypelabs/sdk@1.16.0
|
|
9
|
+
|
|
10
|
+
## 0.2.17
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [60dbf93]
|
|
15
|
+
- @runtypelabs/sdk@1.15.3
|
|
16
|
+
|
|
3
17
|
## 0.2.16
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/example/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @runtypelabs/react-flow-example
|
|
2
2
|
|
|
3
|
+
## 0.0.43
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0a1dbfa: Bump @vitejs/plugin-react to ^6.0.1 in the react-flow Vite example.
|
|
8
|
+
- Updated dependencies [23b42c8]
|
|
9
|
+
- @runtypelabs/sdk@1.16.0
|
|
10
|
+
- @runtypelabs/react-flow@0.2.18
|
|
11
|
+
|
|
12
|
+
## 0.0.42
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [60dbf93]
|
|
17
|
+
- @runtypelabs/sdk@1.15.3
|
|
18
|
+
- @runtypelabs/react-flow@0.2.17
|
|
19
|
+
|
|
3
20
|
## 0.0.41
|
|
4
21
|
|
|
5
22
|
### 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/vite@
|
|
13
|
+
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/vite@6.4.2_@types+node@25.3.3_jiti@1.21.7_terser@5.46.0_tsx@4.21.0_yaml@2.8.3/node_modules/vite/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/vite@6.4.2_@types+node@25.3.3_jiti@1.21.7_terser@5.46.0_tsx@4.21.0_yaml@2.8.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@
|
|
15
|
+
export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/vite@6.4.2_@types+node@25.3.3_jiti@1.21.7_terser@5.46.0_tsx@4.21.0_yaml@2.8.3/node_modules/vite/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/vite@6.4.2_@types+node@25.3.3_jiti@1.21.7_terser@5.46.0_tsx@4.21.0_yaml@2.8.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.43",
|
|
4
4
|
"private": true,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@types/react": "^19.2.14",
|
|
20
20
|
"@types/react-dom": "^18.3.0",
|
|
21
|
-
"@vitejs/plugin-react": "^
|
|
21
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
22
22
|
"typescript": "^5.3.3",
|
|
23
|
-
"vite": "^
|
|
23
|
+
"vite": "^6.4.2"
|
|
24
24
|
}
|
|
25
25
|
}
|
package/example/vite.config.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { fileURLToPath, URL } from 'node:url'
|
|
1
2
|
import { defineConfig } from 'vite'
|
|
2
3
|
import react from '@vitejs/plugin-react'
|
|
3
4
|
|
|
@@ -7,6 +8,9 @@ export default defineConfig({
|
|
|
7
8
|
port: 3100,
|
|
8
9
|
},
|
|
9
10
|
resolve: {
|
|
11
|
+
alias: {
|
|
12
|
+
'@runtypelabs/react-flow': fileURLToPath(new URL('../src/index.ts', import.meta.url)),
|
|
13
|
+
},
|
|
10
14
|
dedupe: ['react', 'react-dom'],
|
|
11
15
|
},
|
|
12
16
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runtypelabs/react-flow",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.18",
|
|
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.
|
|
19
|
+
"@runtypelabs/sdk": "1.16.0"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@xyflow/react": "^12.0.0",
|