@runtypelabs/react-flow 0.1.12 → 0.1.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.1.12 build /home/runner/_work/core/core/packages/react-flow
2
+ > @runtypelabs/react-flow@0.1.16 build /home/runner/_work/core/core/packages/react-flow
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,7 +12,7 @@
12
12
  ESM Build start
13
13
  ESM dist/index.mjs 101.14 KB
14
14
  ESM dist/index.mjs.map 224.38 KB
15
- ESM ⚡️ Build success in 533ms
15
+ ESM ⚡️ Build success in 374ms
16
16
  CJS dist/index.js 105.20 KB
17
17
  CJS dist/index.js.map 224.70 KB
18
- CJS ⚡️ Build success in 534ms
18
+ CJS ⚡️ Build success in 374ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 0.1.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [077b0ff]
8
+ - @runtypelabs/sdk@1.5.1
9
+
10
+ ## 0.1.15
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [8505d96]
15
+ - Updated dependencies [a96ce5d]
16
+ - @runtypelabs/sdk@1.5.0
17
+
18
+ ## 0.1.14
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [ed4d85a]
23
+ - @runtypelabs/sdk@1.4.0
24
+
25
+ ## 0.1.13
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [ffab49e]
30
+ - @runtypelabs/sdk@1.3.0
31
+
3
32
  ## 0.1.12
4
33
 
5
34
  ### Patch Changes
@@ -1,5 +1,38 @@
1
1
  # @runtypelabs/react-flow-example
2
2
 
3
+ ## 0.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [077b0ff]
8
+ - @runtypelabs/sdk@1.5.1
9
+ - @runtypelabs/react-flow@0.1.16
10
+
11
+ ## 0.0.13
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [8505d96]
16
+ - Updated dependencies [a96ce5d]
17
+ - @runtypelabs/sdk@1.5.0
18
+ - @runtypelabs/react-flow@0.1.15
19
+
20
+ ## 0.0.12
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [ed4d85a]
25
+ - @runtypelabs/sdk@1.4.0
26
+ - @runtypelabs/react-flow@0.1.14
27
+
28
+ ## 0.0.11
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [ffab49e]
33
+ - @runtypelabs/sdk@1.3.0
34
+ - @runtypelabs/react-flow@0.1.13
35
+
3
36
  ## 0.0.10
4
37
 
5
38
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.10",
3
+ "version": "0.0.14",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1084,7 +1084,7 @@ export default function App() {
1084
1084
  })
1085
1085
  break
1086
1086
 
1087
- case 'step_chunk':
1087
+ case 'step_delta':
1088
1088
  setFlowProgress((prev) => {
1089
1089
  if (!prev) return null
1090
1090
  const stepIndex = prev.steps.findIndex((s) => s.id === data.id)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow",
3
- "version": "0.1.12",
3
+ "version": "0.1.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": "1.2.1"
19
+ "@runtypelabs/sdk": "1.5.1"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@xyflow/react": "^12.0.0",