@runtypelabs/react-flow 1.0.11 → 1.0.13

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