@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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +23 -0
- package/example/CHANGELOG.md +16 -0
- package/example/package.json +1 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -7,7 +7,7 @@ $ tsup
|
|
|
7
7
|
[34mCLI[39m Cleaning output folder
|
|
8
8
|
[34mCJS[39m Build start
|
|
9
9
|
[34mESM[39m Build start
|
|
10
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m101.48 KB[39m
|
|
11
|
-
[32mESM[39m ⚡️ Build success in 589ms
|
|
12
10
|
[32mCJS[39m [1mdist/index.js [22m[32m105.53 KB[39m
|
|
13
|
-
[32mCJS[39m ⚡️ Build success in
|
|
11
|
+
[32mCJS[39m ⚡️ Build success in 747ms
|
|
12
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m101.48 KB[39m
|
|
13
|
+
[32mESM[39m ⚡️ 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
|
package/example/CHANGELOG.md
CHANGED
|
@@ -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
|
package/example/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runtypelabs/react-flow",
|
|
3
|
-
"version": "1.0.
|
|
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.
|
|
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
|
|
44
|
+
"author": "Runtype",
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|