nodebots-interchange
nodebots-interchange copied to clipboard
Project related to creating hardware backpacks for your nodebot to make them more capable.
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 26.6.3 to 29.2.2. Release notes Sourced from jest's releases. v29.2.2 Fixes [@jest/test-sequencer] Make sure sharding does not produce empty groups (#13476) [jest-circus] Test marked as todo are...
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.26.0. Release notes Sourced from eslint's releases. v8.26.0 Features 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa) 28d1902 feat: no-implicit-globals supports exported block comment...
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 8.2.4 to 9.1.4. Release notes Sourced from inquirer's releases. [email protected] Fix issue with the default value disappearing from prompt. [email protected] Inquirer is now a native Node ECMAScript...
Bumps [axios](https://github.com/axios/axios) from 0.27.1 to 1.1.3. Release notes Sourced from axios's releases. v1.1.3 Added Added custom params serializer support #5113 Fixed Fixed top-level export to keep them in-line with static...
Bumps [commander](https://github.com/tj/commander.js) from 9.4.0 to 9.4.1. Release notes Sourced from commander's releases. v9.4.1 Fixed .setOptionValue() now also clears option source (#1795) TypeScript: add implied to OptionValueSource for option values set...
Bumps [serialport](https://github.com/serialport/node-serialport) from 9.2.8 to 10.4.0. Release notes Sourced from serialport's releases. @serialport/bindings@10.0.1 No release notes provided. 10.0.0 (2021-12-11) This has been a long time coming and is no joke...
Bumps [@serialport/parser-readline](https://github.com/serialport/node-serialport) from 9.2.4 to 10.3.0. Release notes Sourced from @serialport/parser-readline's releases. @serialport/bindings@10.0.1 No release notes provided. 10.0.0 (2021-12-11) This has been a long time coming and is no joke...
Add the ability to modify the firmware configuration of a backpack by initiating the set firmware details call without having to download and flash everything. Effectively the last step of...
Refactor the `Downloader` `Interchange Client` and `Interchange` modules to use classes instead of functions.
avrgirl supports the ability to directly write to the eeprom. As such explore the use of this for configuration in order to deal with issues such as https://github.com/ajfisher/node-pixel/issues/93 PoC to...