@runtypelabs/react-flow 1.0.31 → 1.0.33

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 656ms
11
+ ESM ⚡️ Build success in 353ms
12
12
  CJS dist/index.js 105.53 KB
13
- CJS ⚡️ Build success in 658ms
13
+ CJS ⚡️ Build success in 354ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 1.0.33
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e154387]
8
+ - @runtypelabs/sdk@8.0.3
9
+
10
+ ## 1.0.32
11
+
12
+ ### Patch Changes
13
+
14
+ - 3b4f69c: Normalize package authorship and copyright metadata.
15
+
16
+ The `author` field reads `Runtype` rather than `Runtype Labs` across every
17
+ workspace package that set it, and the copyright holder in each license file is
18
+ now `Runtype, Inc` — replacing `Travrse Labs, Inc` in the CLI and the four Fern
19
+ SDKs, and the `Runtype Labs` that the new `flue-otel` license was written with.
20
+
21
+ Metadata only: no source, dependency, or behavior change.
22
+
23
+ - Updated dependencies [3b4f69c]
24
+ - @runtypelabs/sdk@8.0.2
25
+
3
26
  ## 1.0.31
4
27
 
5
28
  ### Patch Changes
@@ -1,5 +1,21 @@
1
1
  # @runtypelabs/react-flow-example
2
2
 
3
+ ## 0.0.159
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e154387]
8
+ - @runtypelabs/sdk@8.0.3
9
+ - @runtypelabs/react-flow@1.0.33
10
+
11
+ ## 0.0.158
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [3b4f69c]
16
+ - @runtypelabs/react-flow@1.0.32
17
+ - @runtypelabs/sdk@8.0.2
18
+
3
19
  ## 0.0.157
4
20
 
5
21
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.157",
3
+ "version": "0.0.159",
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.31",
3
+ "version": "1.0.33",
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.1"
19
+ "@runtypelabs/sdk": "8.0.3"
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",