@runtypelabs/react-flow 0.1.2 → 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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @runtypelabs/react-flow@0.1.2 build /home/runner/work/core/core/packages/react-flow
2
+ > @runtypelabs/react-flow@0.1.3 build /home/runner/work/core/core/packages/react-flow
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,8 +11,8 @@
11
11
  CJS Build start
12
12
  ESM Build start
13
13
  ESM dist/index.mjs 100.52 KB
14
- ESM dist/index.mjs.map 224.25 KB
15
- ESM ⚡️ Build success in 1149ms
14
+ ESM dist/index.mjs.map 224.24 KB
15
+ ESM ⚡️ Build success in 2197ms
16
16
  CJS dist/index.js 104.57 KB
17
17
  CJS dist/index.js.map 224.56 KB
18
- CJS ⚡️ Build success in 1150ms
18
+ CJS ⚡️ Build success in 2197ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @runtypelabs/react-flow
2
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
+
3
11
  ## 0.1.2
4
12
 
5
13
  ### Patch Changes