@runtypelabs/react-flow 0.1.0 → 0.1.3

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.
@@ -0,0 +1,18 @@
1
+
2
+ > @runtypelabs/react-flow@0.1.3 build /home/runner/work/core/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: /home/runner/work/core/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 100.52 KB
14
+ ESM dist/index.mjs.map 224.24 KB
15
+ ESM ⚡️ Build success in 2197ms
16
+ CJS dist/index.js 104.57 KB
17
+ CJS dist/index.js.map 224.56 KB
18
+ CJS ⚡️ Build success in 2197ms
package/CHANGELOG.md ADDED
@@ -0,0 +1,25 @@
1
+ # @runtypelabs/react-flow
2
+
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 8506aa1: Remove private @runtypelabs/shared dependency from all public packages by inlining types and constants. This fixes npm installation errors where users couldn't install packages due to the unpublished internal shared package dependency.
8
+ - Updated dependencies [8506aa1]
9
+ - @runtypelabs/sdk@0.2.1
10
+
11
+ ## 0.1.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - Updated dependencies [06ac26d]
17
+ - @runtypelabs/sdk@0.2.0
18
+
19
+ ## 0.1.1
20
+
21
+ ### Patch Changes
22
+
23
+ - 2eb58c6: Add official package badge to README
24
+ - Updated dependencies [2eb58c6]
25
+ - @runtypelabs/sdk@0.1.3
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A React Flow adapter for building visual flow editors with Runtype. This package provides pre-built node components and hooks for creating, editing, and saving flows using the Runtype API.
4
4
 
5
+ > Official React Flow adapter published on npm
6
+
5
7
  ## Running the Example
6
8
 
7
9
  From the monorepo root, run: