-
Notifications
You must be signed in to change notification settings - Fork 21
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(deps): ESM deps should be dev-only #100
Conversation
dependencyCheck: { | ||
input: [ | ||
'dist/**/*.js', | ||
], | ||
productionInput: [ | ||
'dist/**/*.js', | ||
], | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created an issue for this: ipfs/aegir#1104
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment on ipfs/aegir#1104 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left a comment on ipfs/aegir#1104 (comment). If those assumptions are true, then I'm fine with this PR.. lmk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm but we should park this until #99 (protocol/.github#410) is set up, so when this PR is merged a patch release happens automatically
@lidel absolutely. |
Seems things are set up for automatic release: https://github.com/ipfs-shipyard/ipfs-geoip/actions/runs/3421056172/jobs/5697575441#step:6:62 Let's merge and see if it autoreleases this. |
## [9.0.1](v9.0.0...v9.0.1) (2022-11-08) ### Bug Fixes * **deps:** ESM deps should be dev-only ([#100](#100)) ([5bd8b60](5bd8b60))
🎉 This PR is included in version 9.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Blocks: ipfs/ipfs-webui#2061
In this PR: