@runtypelabs/react-flow 0.1.17 → 0.1.19

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.17 build /home/runner/_work/core/core/packages/react-flow
2
+ > @runtypelabs/react-flow@0.1.19 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
  CJS dist/index.js 105.20 KB
14
14
  CJS dist/index.js.map 224.70 KB
15
- CJS ⚡️ Build success in 251ms
15
+ CJS ⚡️ Build success in 308ms
16
16
  ESM dist/index.mjs 101.14 KB
17
17
  ESM dist/index.mjs.map 224.38 KB
18
- ESM ⚡️ Build success in 251ms
18
+ ESM ⚡️ Build success in 308ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 0.1.19
4
+
5
+ ### Patch Changes
6
+
7
+ - 6d08460: chore: bump dependencies (42 minor/patch updates, 15 unused deps removed)
8
+
9
+ ## 0.1.18
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [3531abb]
14
+ - @runtypelabs/sdk@1.7.0
15
+
3
16
  ## 0.1.17
4
17
 
5
18
  ### Patch Changes
@@ -1,5 +1,20 @@
1
1
  # @runtypelabs/react-flow-example
2
2
 
3
+ ## 0.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6d08460]
8
+ - @runtypelabs/react-flow@0.1.19
9
+
10
+ ## 0.0.16
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [3531abb]
15
+ - @runtypelabs/sdk@1.7.0
16
+ - @runtypelabs/react-flow@0.1.18
17
+
3
18
  ## 0.0.15
4
19
 
5
20
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.15",
3
+ "version": "0.0.17",
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.1.17",
3
+ "version": "0.1.19",
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.6.0"
19
+ "@runtypelabs/sdk": "1.7.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@xyflow/react": "^12.0.0",
@@ -26,7 +26,7 @@
26
26
  "devDependencies": {
27
27
  "@types/react": "18.3.18",
28
28
  "@types/react-dom": "18.3.5",
29
- "@xyflow/react": "^12.0.0",
29
+ "@xyflow/react": "^12.10.1",
30
30
  "react": "18.3.1",
31
31
  "react-dom": "18.3.1",
32
32
  "tsup": "^8.0.0",