Skip to content

Commit

Permalink
fix(core): re-export TypedEvent (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux authored Jul 29, 2024
1 parent 392ad64 commit 5343eed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silly-insects-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@siemens/ix": patch
---

fix(core): export TypedEvent
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export * from './components/tree/tree-model';
export * from './components/upload/upload-file-state';
export * from './components/utils/delegate';
export * from './components/utils/modal';
export * from './components/utils/typed-event';
export { NotificationColor } from './components/utils/notification-color';
export {
convertToAbbreviationString,
Expand Down
2 changes: 1 addition & 1 deletion packages/figma-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"build": "tsc",
"test": "vitest"
"test": "vitest run"
},
"devDependencies": {
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 5343eed

Please sign in to comment.