@runtypelabs/react-flow 1.0.26 → 1.0.27

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
  ESM dist/index.mjs 101.48 KB
11
- ESM ⚡️ Build success in 772ms
11
+ ESM ⚡️ Build success in 1054ms
12
12
  CJS dist/index.js 105.53 KB
13
- CJS ⚡️ Build success in 773ms
13
+ CJS ⚡️ Build success in 1055ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 1.0.27
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [083846c]
8
+ - @runtypelabs/sdk@7.2.1
9
+
3
10
  ## 1.0.26
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,13 @@
1
1
  # @runtypelabs/react-flow-example
2
2
 
3
+ ## 0.0.153
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [083846c]
8
+ - @runtypelabs/sdk@7.2.1
9
+ - @runtypelabs/react-flow@1.0.27
10
+
3
11
  ## 0.0.152
4
12
 
5
13
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.152",
3
+ "version": "0.0.153",
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.26",
3
+ "version": "1.0.27",
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": "7.2.0"
19
+ "@runtypelabs/sdk": "7.2.1"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@xyflow/react": "^12.0.0",