@runtypelabs/react-flow 1.0.10 → 1.0.12

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 351ms
11
+ CJS ⚡️ Build success in 339ms
12
12
  ESM dist/index.mjs 101.48 KB
13
- ESM ⚡️ Build success in 350ms
13
+ ESM ⚡️ Build success in 344ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 1.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f0ec44b]
8
+ - @runtypelabs/sdk@6.3.2
9
+
10
+ ## 1.0.11
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [d547ab3]
15
+ - Updated dependencies [c065bb9]
16
+ - @runtypelabs/sdk@6.3.1
17
+
3
18
  ## 1.0.10
4
19
 
5
20
  ### Patch Changes
@@ -1,5 +1,22 @@
1
1
  # @runtypelabs/react-flow-example
2
2
 
3
+ ## 0.0.138
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f0ec44b]
8
+ - @runtypelabs/sdk@6.3.2
9
+ - @runtypelabs/react-flow@1.0.12
10
+
11
+ ## 0.0.137
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [d547ab3]
16
+ - Updated dependencies [c065bb9]
17
+ - @runtypelabs/sdk@6.3.1
18
+ - @runtypelabs/react-flow@1.0.11
19
+
3
20
  ## 0.0.136
4
21
 
5
22
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.136",
3
+ "version": "0.0.138",
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.10",
3
+ "version": "1.0.12",
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.0"
19
+ "@runtypelabs/sdk": "6.3.2"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@xyflow/react": "^12.0.0",