Dan Ditomaso
ad6b9f470f
Bumped library package version ( #843 )
* chore: bumped package versions
* removed jsr file
9 months ago
Dan Ditomaso
765f672bf5
Improve the nightly and release workflow ( #836 )
* fix: improve the nightly and release workflow
* Update .github/workflows/nightly.yml
Co-authored-by: Copilot <[email protected] >
* fix from code review
* add type module to node-serial
---------
Co-authored-by: Copilot <[email protected] >
9 months ago
Henri Bergius
bcdda8b751
Connection robustness improvements ( #813 )
* Clear heartbeat and queue when disconnected
* Give clearer error in case configure fails due to a lost connection. Used to throw 'Packet does not exist'
* If the queue processing error is due to a lost connection, throw it instead of looping endlessly
* In case we send a disconnection event we don't need to also throw
* Catch heartbeat errors
* Also handle invalid state errors
* Handle socket timeouts
* Log heartbeat failures
* Make linter happy
* Transform stream being a singleton prevented reconnection attempts
* Adapt tests to not using singleton
* Aborting already ends the connection
9 months ago
Dan Ditomaso
d0f4939a4d
Added lint rule to enforce importing with extensions ( #831 )
* fix: added lint rule to enforce importing with extentions
* fix test import path
* added import file extentions
9 months ago
Jeremy Gallant
90cf136b8c
Update test format ( #821 )
* Lint tests, format JSON
* Update test formatting
---------
Co-authored-by: philon- <[email protected] >
9 months ago
Jeremy Gallant
91426a89e5
Lint tests, format JSON ( #818 )
9 months ago
Jeremy Gallant
d7e32e9b03
Add transport status events ( #790 )
* Transport status events
Add symbol docs
Emit transport status events
Transport test suite
* Review fixes
* Remove core dependency
* HTTP transport use AbortSignal, error handling in TransportNode
* Improve stream handling
* Update packages/transport-web-serial/src/transport.ts
Co-authored-by: Copilot <[email protected] >
* Fix linting
---------
Co-authored-by: philon- <[email protected] >
Co-authored-by: Copilot <[email protected] >
9 months ago
Dan Ditomaso
eb9b7159d4
Refactor github actions with monorepo support ( #783 )
* refactor github actions with monorepo support
* Update .github/workflows/release-packages.yml
Co-authored-by: Copilot <[email protected] >
* Update .github/workflows/release-packages.yml
Co-authored-by: Copilot <[email protected] >
* updates
* changed order of ci/pr steps
* Update .github/workflows/release-web.yml
Co-authored-by: Copilot <[email protected] >
* adding lock file
---------
Co-authored-by: Copilot <[email protected] >
10 months ago
Jeremy Gallant
2735c37fad
Fix Docker and CI builds ( #773 )
* Fix Docker and CI builds
* Fix indentation
* Fix release
---------
Co-authored-by: philon- <[email protected] >
10 months ago
Dan Ditomaso
284ccd43f8
refactor: update ci/cd scripts, switch to pnpm ( #763 )
* refactor: update ci/cd scripts, switch to pnpm
* updated workflow
* add new packages github action. Bump package.json version (#762 )
* Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
* Update packages/core/package.json
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
* Update .github/workflows/release-packages.yml
Co-authored-by: Copilot <[email protected] >
* revert copilot suggestion
* adding lock file
* regenerate lock file
---------
Co-authored-by: Copilot <[email protected] >
10 months ago
Henri Bergius
0a7b653ec8
Transport disconnect method ( #753 )
* Prevent reads from piling up
* Implement disconnect() method for all transports
10 months ago
Dan Ditomaso
4dd911e73d
Use workspace meshtastic packages ( #749 )
* refactor: updated web package.json to use workspace
* formatting fixes
10 months ago
Dan Ditomaso
8a443e9cad
Fix/add npm jsr building ( #722 )
* fixed github workflows to improve handling of mutl runtimes
* updating readme
* Update packages/core/src/meshDevice.ts
Co-authored-by: Copilot <[email protected] >
* Update packages/core/package.json
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-http/package.json
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
11 months ago
Henri Bergius
0e29639222
Use the actual toDeviceStream ( #721 )
11 months ago
Dan Ditomaso
704d06cfe7
refactor: switch to using Bun ( #718 )
11 months ago
Dan Ditomaso
66b839742a
Add node-transport lib ( #703 )
* feat: add node transport
* updated readme
* Update packages/transport-node/README.md
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
11 months ago