Skip to content

Commit

Permalink
fix: export ParsedMessageType (#1929)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Jun 29, 2024
1 parent 8474776 commit 352383f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/big-baboons-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@credo-ts/core': patch
---

Fix a build issue where the types would reference source code not available in the published NPM package
7 changes: 6 additions & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,12 @@ export * from './logger'
export * from './error'
export * from './wallet/error'
export { VersionString } from './utils/version'
export { parseMessageType, IsValidMessageType, replaceLegacyDidSovPrefix } from './utils/messageType'
export {
type ParsedMessageType,
parseMessageType,
IsValidMessageType,
replaceLegacyDidSovPrefix,
} from './utils/messageType'
export type { Constructor, Constructable } from './utils/mixins'
export * from './agent/Events'
export * from './crypto'
Expand Down

0 comments on commit 352383f

Please sign in to comment.