@runtypelabs/react-flow 0.2.9 → 0.2.11

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,16 +1,17 @@
1
-
2
- > @runtypelabs/react-flow@0.2.9 build /Users/becomevocal/github/runtype-core/packages/react-flow
3
- > tsup
4
-
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.1
8
- CLI Using tsup config: /Users/becomevocal/github/runtype-core/packages/react-flow/tsup.config.ts
9
- CLI Target: es2020
10
- CLI Cleaning output folder
11
- CJS Build start
12
- ESM Build start
13
- ESM dist/index.mjs 101.38 KB
14
- ESM ⚡️ Build success in 84ms
15
- CJS dist/index.js 105.43 KB
16
- CJS ⚡️ Build success in 84ms
1
+
2
+ 
3
+ > @runtypelabs/react-flow@0.2.11 build /Users/becomevocal/github/runtype-core/packages/react-flow
4
+ > tsup
5
+
6
+ CLI Building entry: src/index.ts
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v8.5.1
9
+ CLI Using tsup config: /Users/becomevocal/github/runtype-core/packages/react-flow/tsup.config.ts
10
+ CLI Target: es2020
11
+ CLI Cleaning output folder
12
+ CJS Build start
13
+ ESM Build start
14
+ ESM dist/index.mjs 101.38 KB
15
+ ESM ⚡️ Build success in 87ms
16
+ CJS dist/index.js 105.43 KB
17
+ CJS ⚡️ Build success in 88ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 0.2.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e10c4d4]
8
+ - @runtypelabs/sdk@1.13.3
9
+
10
+ ## 0.2.10
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [7f727ab]
15
+ - Updated dependencies [19b9c08]
16
+ - @runtypelabs/sdk@1.13.2
17
+
3
18
  ## 0.2.9
4
19
 
5
20
  ### Patch Changes
@@ -1,5 +1,22 @@
1
1
  # @runtypelabs/react-flow-example
2
2
 
3
+ ## 0.0.36
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e10c4d4]
8
+ - @runtypelabs/sdk@1.13.3
9
+ - @runtypelabs/react-flow@0.2.11
10
+
11
+ ## 0.0.35
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [7f727ab]
16
+ - Updated dependencies [19b9c08]
17
+ - @runtypelabs/sdk@1.13.2
18
+ - @runtypelabs/react-flow@0.2.10
19
+
3
20
  ## 0.0.34
4
21
 
5
22
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.34",
3
+ "version": "0.0.36",
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.2.9",
3
+ "version": "0.2.11",
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.13.1"
19
+ "@runtypelabs/sdk": "1.13.3"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@xyflow/react": "^12.0.0",