@runtypelabs/react-flow 1.0.16 → 1.0.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.
@@ -8,6 +8,6 @@ $ tsup
8
8
  CJS Build start
9
9
  ESM Build start
10
10
  CJS dist/index.js 105.53 KB
11
- CJS ⚡️ Build success in 318ms
11
+ CJS ⚡️ Build success in 816ms
12
12
  ESM dist/index.mjs 101.48 KB
13
- ESM ⚡️ Build success in 323ms
13
+ ESM ⚡️ Build success in 824ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 1.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9dca3bc]
8
+ - Updated dependencies [e76a310]
9
+ - Updated dependencies [eab2128]
10
+ - Updated dependencies [25412dc]
11
+ - Updated dependencies [7ab031f]
12
+ - Updated dependencies [eab2128]
13
+ - @runtypelabs/sdk@6.5.0
14
+
15
+ ## 1.0.17
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [c576866]
20
+ - Updated dependencies [ad943b9]
21
+ - Updated dependencies [15f3980]
22
+ - Updated dependencies [41a2650]
23
+ - Updated dependencies [050c834]
24
+ - Updated dependencies [17382d8]
25
+ - Updated dependencies [17382d8]
26
+ - Updated dependencies [9e19bc0]
27
+ - @runtypelabs/sdk@6.4.0
28
+
3
29
  ## 1.0.16
4
30
 
5
31
  ### Patch Changes
@@ -1,5 +1,33 @@
1
1
  # @runtypelabs/react-flow-example
2
2
 
3
+ ## 0.0.144
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9dca3bc]
8
+ - Updated dependencies [e76a310]
9
+ - Updated dependencies [eab2128]
10
+ - Updated dependencies [25412dc]
11
+ - Updated dependencies [7ab031f]
12
+ - Updated dependencies [eab2128]
13
+ - @runtypelabs/sdk@6.5.0
14
+ - @runtypelabs/react-flow@1.0.18
15
+
16
+ ## 0.0.143
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [c576866]
21
+ - Updated dependencies [ad943b9]
22
+ - Updated dependencies [15f3980]
23
+ - Updated dependencies [41a2650]
24
+ - Updated dependencies [050c834]
25
+ - Updated dependencies [17382d8]
26
+ - Updated dependencies [17382d8]
27
+ - Updated dependencies [9e19bc0]
28
+ - @runtypelabs/sdk@6.4.0
29
+ - @runtypelabs/react-flow@1.0.17
30
+
3
31
  ## 0.0.142
4
32
 
5
33
  ### Patch Changes
@@ -25,9 +25,9 @@ case `uname -a` in
25
25
  esac
26
26
 
27
27
  if [ -z "$NODE_PATH" ]; then
28
- export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/vite@8.1.4_@types+node@26.1.1_esbuild@0.28.1_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@8.1.4_@types+node@26.1.1_esbuild@0.28.1_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"
28
+ export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/vite@8.1.4_@types+node@26.1.2_esbuild@0.28.1_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@8.1.4_@types+node@26.1.2_esbuild@0.28.1_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"
29
29
  else
30
- export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/vite@8.1.4_@types+node@26.1.1_esbuild@0.28.1_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@8.1.4_@types+node@26.1.1_esbuild@0.28.1_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"
30
+ export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/vite@8.1.4_@types+node@26.1.2_esbuild@0.28.1_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@8.1.4_@types+node@26.1.2_esbuild@0.28.1_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"
31
31
  fi
32
32
  if [ -n "$exe" ] && [ -x "$basedir/node.exe" ]; then
33
33
  exec "$basedir/node.exe" "$basedir_win/../vite/bin/vite.js" "$@"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.142",
3
+ "version": "0.0.144",
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": "1.0.16",
3
+ "version": "1.0.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": "6.3.6"
19
+ "@runtypelabs/sdk": "6.5.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@xyflow/react": "^12.0.0",