@runtypelabs/react-flow 1.0.38 → 1.0.40
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/CHANGELOG.md +19 -0
- package/example/CHANGELOG.md +21 -0
- package/example/package.json +1 -1
- package/package.json +2 -2
- package/.turbo/turbo-build.log +0 -13
- package/dist/index.mjs +0 -3334
- package/example/node_modules/.bin/tsc +0 -43
- package/example/node_modules/.bin/tsserver +0 -43
- package/example/node_modules/.bin/vite +0 -43
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @runtypelabs/react-flow
|
|
2
2
|
|
|
3
|
+
## 1.0.40
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [95e48e6]
|
|
8
|
+
- @runtypelabs/sdk@9.3.1
|
|
9
|
+
|
|
10
|
+
## 1.0.39
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [20f2a28]
|
|
15
|
+
- Updated dependencies [6bfcfa0]
|
|
16
|
+
- Updated dependencies [9ac677d]
|
|
17
|
+
- Updated dependencies [9ac677d]
|
|
18
|
+
- Updated dependencies [e1111dc]
|
|
19
|
+
- Updated dependencies [6bfcfa0]
|
|
20
|
+
- @runtypelabs/sdk@9.3.0
|
|
21
|
+
|
|
3
22
|
## 1.0.38
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/example/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @runtypelabs/react-flow-example
|
|
2
2
|
|
|
3
|
+
## 0.0.166
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [95e48e6]
|
|
8
|
+
- @runtypelabs/sdk@9.3.1
|
|
9
|
+
- @runtypelabs/react-flow@1.0.40
|
|
10
|
+
|
|
11
|
+
## 0.0.165
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [20f2a28]
|
|
16
|
+
- Updated dependencies [6bfcfa0]
|
|
17
|
+
- Updated dependencies [9ac677d]
|
|
18
|
+
- Updated dependencies [9ac677d]
|
|
19
|
+
- Updated dependencies [e1111dc]
|
|
20
|
+
- Updated dependencies [6bfcfa0]
|
|
21
|
+
- @runtypelabs/sdk@9.3.0
|
|
22
|
+
- @runtypelabs/react-flow@1.0.39
|
|
23
|
+
|
|
3
24
|
## 0.0.164
|
|
4
25
|
|
|
5
26
|
### 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.40",
|
|
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": "9.
|
|
19
|
+
"@runtypelabs/sdk": "9.3.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@xyflow/react": "^12.0.0",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
$ tsup
|
|
2
|
-
[34mCLI[39m Building entry: src/index.ts
|
|
3
|
-
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
4
|
-
[34mCLI[39m tsup v8.5.1
|
|
5
|
-
[34mCLI[39m Using tsup config: /home/runner/actions-runner/_work/core/core/packages/react-flow/tsup.config.ts
|
|
6
|
-
[34mCLI[39m Target: es2020
|
|
7
|
-
[34mCLI[39m Cleaning output folder
|
|
8
|
-
[34mCJS[39m Build start
|
|
9
|
-
[34mESM[39m Build start
|
|
10
|
-
[32mCJS[39m [1mdist/index.js [22m[32m105.53 KB[39m
|
|
11
|
-
[32mCJS[39m ⚡️ Build success in 702ms
|
|
12
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m101.48 KB[39m
|
|
13
|
-
[32mESM[39m ⚡️ Build success in 703ms
|