Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: interface exports #6

Merged
merged 5 commits into from Dec 10, 2021
Merged

Conversation

alanshaw
Copy link
Member

Export the interface types so downstream modules can use them.

src/index.ts Outdated
@@ -1,4 +1,4 @@
import { Bucket } from './bucket.js'
import { Bucket, BucketOptions, BucketPosition, BucketChild } from './bucket.js'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the linter not complain these aren't being used and should be import type instead?

@achingbrain achingbrain merged commit 36396f0 into ipfs:master Dec 10, 2021
@alanshaw alanshaw deleted the fix/iface-exports branch February 21, 2022 14:12
github-actions bot pushed a commit that referenced this pull request Feb 21, 2022
## [3.0.0](v2.0.1...v3.0.0) (2022-02-21)

### ⚠ BREAKING CHANGES

* this module is ESM-only now

### Bug Fixes

* interface exports ([#6](#6)) ([36396f0](36396f0))

### Trivial Changes

* switch to unified CI ([#8](#8)) ([dca4537](dca4537))
@github-actions
Copy link

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

renawolford6 added a commit to renawolford6/hamt-sharding-javascript that referenced this pull request Nov 10, 2022
## [3.0.0](ipfs/js-hamt-sharding@v2.0.1...v3.0.0) (2022-02-21)

### ⚠ BREAKING CHANGES

* this module is ESM-only now

### Bug Fixes

* interface exports ([#6](ipfs/js-hamt-sharding#6)) ([36396f0](ipfs/js-hamt-sharding@36396f0))

### Trivial Changes

* switch to unified CI ([#8](ipfs/js-hamt-sharding#8)) ([dca4537](ipfs/js-hamt-sharding@dca4537))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants