Skip to content

Commit

Permalink
Merge pull request #5758 from mermaid-js/sidv/fixTypes
Browse files Browse the repository at this point in the history
fix: layout-elk types
  • Loading branch information
sidharthv96 authored Aug 24, 2024
2 parents a10f469 + 501a55d commit 1e35341
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-news-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mermaid-js/layout-elk': patch
---

fix: Types path
4 changes: 2 additions & 2 deletions packages/mermaid-layout-elk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.0",
"description": "ELK layout engine for mermaid",
"module": "dist/mermaid-layout-elk.core.mjs",
"types": "dist/packages/mermaid-layout-elk/src/index.d.ts",
"types": "dist/layout.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/mermaid-layout-elk.core.mjs",
"types": "./dist/packages/mermaid-layout-elk/src/index.d.ts"
"types": "./dist/layout.d.ts"
},
"./*": "./*"
},
Expand Down

0 comments on commit 1e35341

Please sign in to comment.