-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: esm version dist/mqtt.esm.js
and replace browserify
with esbuild
#1731
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Replace `browserify` with `esbuild`
Needs: mqttjs/mqtt-packet#145 |
robertsLando
changed the title
feat: add esm version
feat: esm version Nov 7, 2023
dist/mqtt.esm.js
dist/mqtt.esm.js
and replace browserify
with esbuild
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1731 +/- ##
=======================================
Coverage 81.03% 81.03%
=======================================
Files 21 21
Lines 1366 1366
Branches 323 323
=======================================
Hits 1107 1107
Misses 182 182
Partials 77 77
☔ View full report in Codecov by Sentry. |
@types/readable-stream ^4.0.4 → ^4.0.5 @types/ws ^8.5.8 → ^8.5.9 @types/chai ^4.3.9 → ^4.3.10 @types/duplexify ^3.6.3 → ^3.6.4 @types/node ^20.8.8 → ^20.9.0 @types/sinon ^10.0.20 → ^17.0.1 @types/tape ^5.6.3 → ^5.6.4 @typescript-eslint/eslint-plugin ^6.9.0 → ^6.10.0 @typescript-eslint/parser ^6.9.0 → ^6.10.0 @web/test-runner ^0.17.2 → ^0.18.0 eslint ^8.52.0 → ^8.53.0 sinon ^17.0.0 → ^17.0.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replace
browserify
withesbuild