@logicflow/layout 2.0.3 → 2.0.4

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.
@@ -20,4 +20,4 @@
20
20
  | GZipped Size: 28.43 KB |
21
21
  | |
22
22
  +------------------------------------+
23
- created dist/index.min.js in 10s
23
+ created dist/index.min.js in 25.9s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @logicflow/core@2.1.4
9
+
3
10
  ## 2.0.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logicflow/layout",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
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.1.3"
27
+ "@logicflow/core": "2.1.4"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/dagre": "^0.7.53"