Bumped library package version#843
Merged
danditomaso merged 2 commits intoSep 12, 2025
Merged
Conversation
|
@danditomaso is attempting to deploy a commit to the Meshtastic Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates package versions for Meshtastic transport and core libraries following a manual NPM publication. The changes include version bumps from prerelease to stable versions and addition of JSR (JavaScript Registry) configuration.
- Version updates from prerelease (e.g., 0.2.4-0) to stable releases (e.g., 0.2.5)
- Addition of JSR publishing configuration with include/exclude patterns
- Update to use JSR package reference for @meshtastic/protobufs dependency
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/transport-web-serial/package.json | Version bump to 0.2.5 and JSR config addition |
| packages/transport-web-bluetooth/package.json | Version bump to 0.1.5 and JSR config addition |
| packages/transport-node/package.json | Version bump to 0.0.2, files reorganization, and JSR config |
| packages/transport-node-serial/package.json | Version bump to 0.0.2, JSR config, and publish script update |
| packages/transport-http/package.json | Version bump to 0.2.5 and JSR config addition |
| packages/core/package.json | Version bump to 2.6.7 and JSR config addition |
| packages/core/jsr.json | Version update and complete JSR publish configuration |
| package.json | Update protobufs dependency to use JSR registry |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
danditomaso
added a commit
to danditomaso/meshtastic-web
that referenced
this pull request
Sep 12, 2025
* chore: bumped package versions * removed jsr file
danditomaso
added a commit
that referenced
this pull request
Sep 12, 2025
* chore: update web deps * Bumped library package version (#843) * chore: bumped package versions * removed jsr file
This file contains hidden or 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
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.
Description
This PR bumps the supporting libraries versions as a result of all packages being published to NPM. This published was manually performed due to the github workflow failing to run as expected.
CONTRIBUTING_I18N_DEVELOPER_GUIDE.md for more details)