mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-29 17:14:20 +01:00
Merge pull request #5758 from mermaid-js/sidv/fixTypes
fix: layout-elk types
This commit is contained in:
5
.changeset/khaki-news-count.md
Normal file
5
.changeset/khaki-news-count.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@mermaid-js/layout-elk': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: Types path
|
||||||
@@ -3,12 +3,12 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "ELK layout engine for mermaid",
|
"description": "ELK layout engine for mermaid",
|
||||||
"module": "dist/mermaid-layout-elk.core.mjs",
|
"module": "dist/mermaid-layout-elk.core.mjs",
|
||||||
"types": "dist/packages/mermaid-layout-elk/src/index.d.ts",
|
"types": "dist/layout.d.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": "./dist/mermaid-layout-elk.core.mjs",
|
"import": "./dist/mermaid-layout-elk.core.mjs",
|
||||||
"types": "./dist/packages/mermaid-layout-elk/src/index.d.ts"
|
"types": "./dist/layout.d.ts"
|
||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user