@logicflow/extension 2.0.17 → 2.0.18

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.
@@ -1,11 +1,11 @@
1
1
 
2
- > @logicflow/extension@2.0.16 prebuild /Users/didi/Desktop/github/LogicFlow/packages/extension
2
+ > @logicflow/extension@2.0.17 prebuild /Users/didi/Desktop/github/LogicFlow/packages/extension
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/extension@2.0.16 build /Users/didi/Desktop/github/LogicFlow/packages/extension
8
+ > @logicflow/extension@2.0.17 build /Users/didi/Desktop/github/LogicFlow/packages/extension
9
9
  > run-p -s build:dev build:umd
10
10
 
11
11
  
@@ -18,7 +18,7 @@ Browserslist: caniuse-lite is outdated. Please run:
18
18
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
19
19
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
20
20
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
21
- created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 4s
21
+ created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 2.9s
22
22
  
23
23
  ./src/index.ts → dist/index.min.js...
24
24
  +------------------------------------+
@@ -29,9 +29,9 @@ Browserslist: caniuse-lite is outdated. Please run:
29
29
  |  @logicflow/core: Core |
30
30
  | |
31
31
  | Destination: dist/index.min.js |
32
- | Bundle Size: 455.39 KB |
33
- | Minified Size: 453.61 KB |
34
- | GZipped Size: 130.1 KB |
32
+ | Bundle Size: 458.98 KB |
33
+ | Minified Size: 457.19 KB |
34
+ | GZipped Size: 130.98 KB |
35
35
  | |
36
36
  +------------------------------------+
37
- created dist/index.min.js in 10.6s
37
+ created dist/index.min.js in 7.7s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - fix:(extension): 所有导出方式支持局部导出+修复相对路径导出问题 & 渐进连线+highlight优化
8
+
3
9
  ## 2.0.17
4
10
 
5
11
  ### Patch Changes