@logicflow/layout 2.1.0-alpha.0 → 2.1.0-alpha.2
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 +15 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
> @logicflow/layout@2.0.
|
|
2
|
+
> @logicflow/layout@2.1.0-alpha.1 prebuild /Users/didi/Desktop/github/LogicFlow/packages/layout
|
|
3
3
|
> rss
|
|
4
4
|
|
|
5
5
|
> [prebuild] run-s -s clean:build
|
|
6
6
|
> [clean:build] rimraf dist es lib
|
|
7
7
|
|
|
8
|
-
> @logicflow/layout@2.0.
|
|
8
|
+
> @logicflow/layout@2.1.0-alpha.1 build /Users/didi/Desktop/github/LogicFlow/packages/layout
|
|
9
9
|
> run-p -s build:dev build:umd
|
|
10
10
|
|
|
11
11
|
[36m
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
| [32m[1mGZipped Size:[22m[39m [33m28.43 KB[39m |
|
|
21
21
|
| |
|
|
22
22
|
+------------------------------------+
|
|
23
|
-
[32mcreated [1mdist/index.min.js[22m in [
|
|
23
|
+
[32mcreated [1mdist/index.min.js[22m in [1m9.7s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 2.1.0-alpha.
|
|
3
|
+
## 2.1.0-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @logicflow/core@2.2.0-alpha.2
|
|
9
|
+
|
|
10
|
+
## 2.1.0-alpha.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
6
13
|
|
|
7
14
|
- Updated dependencies
|
|
8
15
|
- @logicflow/core@2.2.0
|
|
9
16
|
|
|
17
|
+
## 2.1.0-alpha.0
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @logicflow/core@2.2.0-alpha.0
|
|
23
|
+
|
|
10
24
|
## 2.0.4
|
|
11
25
|
|
|
12
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logicflow/layout",
|
|
3
|
-
"version": "2.1.0-alpha.
|
|
3
|
+
"version": "2.1.0-alpha.2",
|
|
4
4
|
"description": "LogicFlow layout",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"dagre": "^0.8.5",
|
|
27
|
-
"@logicflow/core": "2.2.0-alpha.
|
|
27
|
+
"@logicflow/core": "2.2.0-alpha.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/dagre": "^0.7.53"
|