@runtypelabs/react-flow 1.0.30 → 1.0.32

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.
@@ -7,7 +7,7 @@ $ tsup
7
7
  CLI Cleaning output folder
8
8
  CJS Build start
9
9
  ESM Build start
10
- ESM dist/index.mjs 101.48 KB
11
- ESM ⚡️ Build success in 589ms
12
10
  CJS dist/index.js 105.53 KB
13
- CJS ⚡️ Build success in 591ms
11
+ CJS ⚡️ Build success in 747ms
12
+ ESM dist/index.mjs 101.48 KB
13
+ ESM ⚡️ Build success in 747ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 1.0.32
4
+
5
+ ### Patch Changes
6
+
7
+ - 3b4f69c: Normalize package authorship and copyright metadata.
8
+
9
+ The `author` field reads `Runtype` rather than `Runtype Labs` across every
10
+ workspace package that set it, and the copyright holder in each license file is
11
+ now `Runtype, Inc` — replacing `Travrse Labs, Inc` in the CLI and the four Fern
12
+ SDKs, and the `Runtype Labs` that the new `flue-otel` license was written with.
13
+
14
+ Metadata only: no source, dependency, or behavior change.
15
+
16
+ - Updated dependencies [3b4f69c]
17
+ - @runtypelabs/sdk@8.0.2
18
+
19
+ ## 1.0.31
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [047a57b]
24
+ - @runtypelabs/sdk@8.0.1
25
+
3
26
  ## 1.0.30
4
27
 
5
28
  ### Patch Changes
@@ -1,5 +1,21 @@
1
1
  # @runtypelabs/react-flow-example
2
2
 
3
+ ## 0.0.158
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3b4f69c]
8
+ - @runtypelabs/react-flow@1.0.32
9
+ - @runtypelabs/sdk@8.0.2
10
+
11
+ ## 0.0.157
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [047a57b]
16
+ - @runtypelabs/sdk@8.0.1
17
+ - @runtypelabs/react-flow@1.0.31
18
+
3
19
  ## 0.0.156
4
20
 
5
21
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.156",
3
+ "version": "0.0.158",
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.30",
3
+ "version": "1.0.32",
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": "8.0.0"
19
+ "@runtypelabs/sdk": "8.0.2"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@xyflow/react": "^12.0.0",
@@ -41,7 +41,7 @@
41
41
  "ai",
42
42
  "automation"
43
43
  ],
44
- "author": "Runtype Labs",
44
+ "author": "Runtype",
45
45
  "license": "MIT",
46
46
  "repository": {
47
47
  "type": "git",