Skip to content

Commit 6a30136

Browse files
abretonc7slegobeat
andauthored
feat: export types (#31)
--------- Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent c1bd8c2 commit 6a30136

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Export TypeScript types ([#31](https://github.com/MetaMask/object-multiplex/pull/31))
810

911
## [1.2.0]
1012
### Changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.2.0",
44
"description": "Simple stream multiplexing for objectMode.",
55
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/MetaMask/object-multiplex.git"

0 commit comments

Comments
 (0)