Skip to content

Commit

Permalink
Export types properly
Browse files Browse the repository at this point in the history
  • Loading branch information
langdal committed Nov 22, 2024
1 parent 391b22e commit 5397e62
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/perfect-books-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@boostv/process-optimizer-frontend-plots': patch
'@boostv/process-optimizer-frontend-core': patch
'@boostv/process-optimizer-frontend-api': patch
'@boostv/process-optimizer-frontend-ui': patch
---

Export types properly in manifests
1 change: 1 addition & 0 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/process-optimizer-frontend-api.js",
"require": "./dist/process-optimizer-frontend-api.umd.cjs"
}
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/process-optimizer-frontend-core.js",
"require": "./dist/process-optimizer-frontend-core.umd.cjs"
}
Expand Down
1 change: 1 addition & 0 deletions packages/plots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/process-optimizer-frontend-plots.js"
}
},
Expand Down
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/process-optimizer-frontend-ui.js"
}
},
Expand Down

0 comments on commit 5397e62

Please sign in to comment.