@runtypelabs/react-flow 1.0.22 → 1.0.23

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.
@@ -2,12 +2,12 @@ $ tsup
2
2
  CLI Building entry: src/index.ts
3
3
  CLI Using tsconfig: tsconfig.json
4
4
  CLI tsup v8.5.1
5
- CLI Using tsup config: /home/runner/_work/core/core/packages/react-flow/tsup.config.ts
5
+ CLI Using tsup config: /home/runner/actions-runner/_work/core/core/packages/react-flow/tsup.config.ts
6
6
  CLI Target: es2020
7
7
  CLI Cleaning output folder
8
8
  CJS Build start
9
9
  ESM Build start
10
10
  ESM dist/index.mjs 101.48 KB
11
- ESM ⚡️ Build success in 383ms
11
+ ESM ⚡️ Build success in 988ms
12
12
  CJS dist/index.js 105.53 KB
13
- CJS ⚡️ Build success in 384ms
13
+ CJS ⚡️ Build success in 990ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 1.0.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f59e62b]
8
+ - Updated dependencies [308c44c]
9
+ - @runtypelabs/sdk@6.6.3
10
+
3
11
  ## 1.0.22
4
12
 
5
13
  ### Patch Changes
@@ -1,5 +1,14 @@
1
1
  # @runtypelabs/react-flow-example
2
2
 
3
+ ## 0.0.149
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f59e62b]
8
+ - Updated dependencies [308c44c]
9
+ - @runtypelabs/sdk@6.6.3
10
+ - @runtypelabs/react-flow@1.0.23
11
+
3
12
  ## 0.0.148
4
13
 
5
14
  ### 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/typescript@6.0.3/node_modules/typescript/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/node_modules"
28
+ export NODE_PATH="/home/runner/actions-runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/node_modules:/home/runner/actions-runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules:/home/runner/actions-runner/_work/core/core/node_modules/.pnpm/node_modules"
29
29
  else
30
- export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/node_modules:$NODE_PATH"
30
+ export NODE_PATH="/home/runner/actions-runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/node_modules:/home/runner/actions-runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules:/home/runner/actions-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/../typescript/bin/tsc" "$@"
@@ -40,4 +40,4 @@ elif [ -n "$exe" ] && command -v node.exe >/dev/null 2>&1; then
40
40
  else
41
41
  exec node "$basedir/../typescript/bin/tsc" "$@"
42
42
  fi
43
- # cmd-shim-target=/home/runner/_work/core/core/packages/react-flow/example/node_modules/typescript/bin/tsc
43
+ # cmd-shim-target=/home/runner/actions-runner/_work/core/core/packages/react-flow/example/node_modules/typescript/bin/tsc
@@ -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/typescript@6.0.3/node_modules/typescript/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/node_modules"
28
+ export NODE_PATH="/home/runner/actions-runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/node_modules:/home/runner/actions-runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules:/home/runner/actions-runner/_work/core/core/node_modules/.pnpm/node_modules"
29
29
  else
30
- export NODE_PATH="/home/runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules:/home/runner/_work/core/core/node_modules/.pnpm/node_modules:$NODE_PATH"
30
+ export NODE_PATH="/home/runner/actions-runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/node_modules:/home/runner/actions-runner/_work/core/core/node_modules/.pnpm/typescript@6.0.3/node_modules:/home/runner/actions-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/../typescript/bin/tsserver" "$@"
@@ -40,4 +40,4 @@ elif [ -n "$exe" ] && command -v node.exe >/dev/null 2>&1; then
40
40
  else
41
41
  exec node "$basedir/../typescript/bin/tsserver" "$@"
42
42
  fi
43
- # cmd-shim-target=/home/runner/_work/core/core/packages/react-flow/example/node_modules/typescript/bin/tsserver
43
+ # cmd-shim-target=/home/runner/actions-runner/_work/core/core/packages/react-flow/example/node_modules/typescript/bin/tsserver
@@ -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.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"
28
+ export NODE_PATH="/home/runner/actions-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/actions-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/actions-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.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"
30
+ export NODE_PATH="/home/runner/actions-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/actions-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/actions-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" "$@"
@@ -40,4 +40,4 @@ elif [ -n "$exe" ] && command -v node.exe >/dev/null 2>&1; then
40
40
  else
41
41
  exec node "$basedir/../vite/bin/vite.js" "$@"
42
42
  fi
43
- # cmd-shim-target=/home/runner/_work/core/core/packages/react-flow/example/node_modules/vite/bin/vite.js
43
+ # cmd-shim-target=/home/runner/actions-runner/_work/core/core/packages/react-flow/example/node_modules/vite/bin/vite.js
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.148",
3
+ "version": "0.0.149",
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.22",
3
+ "version": "1.0.23",
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.6.2"
19
+ "@runtypelabs/sdk": "6.6.3"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@xyflow/react": "^12.0.0",