@runtypelabs/react-flow 0.3.15 → 0.3.16

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,5 +1,5 @@
1
1
 
2
- > @runtypelabs/react-flow@0.3.15 build /home/runner/_work/core/core/packages/react-flow
2
+ > @runtypelabs/react-flow@0.3.16 build /home/runner/_work/core/core/packages/react-flow
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,6 +11,6 @@
11
11
  CJS Build start
12
12
  ESM Build start
13
13
  CJS dist/index.js 105.58 KB
14
- CJS ⚡️ Build success in 293ms
14
+ CJS ⚡️ Build success in 214ms
15
15
  ESM dist/index.mjs 101.53 KB
16
- ESM ⚡️ Build success in 438ms
16
+ ESM ⚡️ Build success in 215ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 0.3.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [75c7cbd]
8
+ - Updated dependencies [3b357cc]
9
+ - Updated dependencies [f676234]
10
+ - @runtypelabs/sdk@2.2.0
11
+
3
12
  ## 0.3.15
4
13
 
5
14
  ### Patch Changes
@@ -1,5 +1,15 @@
1
1
  # @runtypelabs/react-flow-example
2
2
 
3
+ ## 0.0.64
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [75c7cbd]
8
+ - Updated dependencies [3b357cc]
9
+ - Updated dependencies [f676234]
10
+ - @runtypelabs/sdk@2.2.0
11
+ - @runtypelabs/react-flow@0.3.16
12
+
3
13
  ## 0.0.63
4
14
 
5
15
  ### 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@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"
13
+ export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/vite@6.4.2_@types+node@25.3.3_jiti@2.7.0_terser@5.46.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/vite@6.4.2_@types+node@25.3.3_jiti@2.7.0_terser@5.46.0_tsx@4.21.0_yaml@2.9.0/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@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"
15
+ export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/vite@6.4.2_@types+node@25.3.3_jiti@2.7.0_terser@5.46.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/vite@6.4.2_@types+node@25.3.3_jiti@2.7.0_terser@5.46.0_tsx@4.21.0_yaml@2.9.0/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" "$@"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
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": "2.1.1"
19
+ "@runtypelabs/sdk": "2.2.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@xyflow/react": "^12.0.0",