wekinator-node icon indicating copy to clipboard operation
wekinator-node copied to clipboard

An SDK to interface with Wekinator over OSC

Results 6 wekinator-node issues
Sort by recently updated
recently updated
newest added

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.5 to 21.0.3. Release notes Sourced from semantic-release's releases. v21.0.3 21.0.3 (2023-06-02) Bug Fixes bump @semantic-release/commit-analyzer to v10.0.0-beta.1 (4a6b31f) bump @semantic-release/github to 9.0.0-beta.2 (#2818) (6f19d77) deps: updated...

dependencies

Bumps [osc](https://github.com/colinbdclark/osc.js) from 2.4.3 to 2.4.4. Release notes Sourced from osc's releases. osc.js v2.4.4 This releases upgrades to the latest version of the SerialPort library. It includes no API or...

dependencies

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.3 to 29.5.0. Release notes Sourced from jest's releases. v29.5.0 Features [jest-changed-files] Support Sapling (#13941) [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI...

dependencies

This isn't working unfortunately, because Jest's support for ESM codebases without transforming to commonjs is experimental, and I don't feel enthusiastic about bringing babel in. Right now the issue is...

Unit tests are good, but ultimately mocking a dependency makes our tests unable to see when dependency updates break. We should have tests that don't mock `osc` so that we...

It's not at all clear how to use this library. Time to DX.