@runtypelabs/react-flow 0.1.13 → 0.1.17

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.13 build /home/runner/_work/core/core/packages/react-flow
2
+ > @runtypelabs/react-flow@0.1.17 build /home/runner/_work/core/core/packages/react-flow
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,9 +10,9 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- ESM dist/index.mjs 101.14 KB
14
- ESM dist/index.mjs.map 224.38 KB
15
- ESM ⚡️ Build success in 640ms
16
13
  CJS dist/index.js 105.20 KB
17
14
  CJS dist/index.js.map 224.70 KB
18
- CJS ⚡️ Build success in 641ms
15
+ CJS ⚡️ Build success in 251ms
16
+ ESM dist/index.mjs 101.14 KB
17
+ ESM dist/index.mjs.map 224.38 KB
18
+ ESM ⚡️ Build success in 251ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 0.1.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [57ca1e0]
8
+ - @runtypelabs/sdk@1.6.0
9
+
10
+ ## 0.1.16
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [077b0ff]
15
+ - @runtypelabs/sdk@1.5.1
16
+
17
+ ## 0.1.15
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [8505d96]
22
+ - Updated dependencies [a96ce5d]
23
+ - @runtypelabs/sdk@1.5.0
24
+
25
+ ## 0.1.14
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [ed4d85a]
30
+ - @runtypelabs/sdk@1.4.0
31
+
3
32
  ## 0.1.13
4
33
 
5
34
  ### Patch Changes
@@ -1,5 +1,38 @@
1
1
  # @runtypelabs/react-flow-example
2
2
 
3
+ ## 0.0.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [57ca1e0]
8
+ - @runtypelabs/sdk@1.6.0
9
+ - @runtypelabs/react-flow@0.1.17
10
+
11
+ ## 0.0.14
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [077b0ff]
16
+ - @runtypelabs/sdk@1.5.1
17
+ - @runtypelabs/react-flow@0.1.16
18
+
19
+ ## 0.0.13
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [8505d96]
24
+ - Updated dependencies [a96ce5d]
25
+ - @runtypelabs/sdk@1.5.0
26
+ - @runtypelabs/react-flow@0.1.15
27
+
28
+ ## 0.0.12
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [ed4d85a]
33
+ - @runtypelabs/sdk@1.4.0
34
+ - @runtypelabs/react-flow@0.1.14
35
+
3
36
  ## 0.0.11
4
37
 
5
38
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.11",
3
+ "version": "0.0.15",
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.13",
3
+ "version": "0.1.17",
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.3.0"
19
+ "@runtypelabs/sdk": "1.6.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@xyflow/react": "^12.0.0",