@runtypelabs/react-flow 1.0.39 → 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 +7 -0
- package/example/CHANGELOG.md +8 -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
package/example/CHANGELOG.md
CHANGED
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.3.
|
|
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
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m101.48 KB[39m
|
|
11
|
-
[32mESM[39m ⚡️ Build success in 984ms
|
|
12
|
-
[32mCJS[39m [1mdist/index.js [22m[32m105.53 KB[39m
|
|
13
|
-
[32mCJS[39m ⚡️ Build success in 985ms
|