8 Commits
Author SHA1 Message Date
Oliver Hamlet 7ce13002b1 Run npm audit fix to address tmp warning 2025-08-20 17:24:25 +01:00
Oliver Hamlet b802c0cba2 Fix outdated npm & Yarn lockfiles 2025-08-20 17:23:47 +01:00
dependabot[bot]andGitHub af4367324a Bump @napi-rs/cli from 3.0.4 to 3.1.3 in /nodejs
Bumps [@napi-rs/cli](https://github.com/napi-rs/napi-rs) from 3.0.4 to 3.1.3.
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.4...@napi-rs/cli@3.1.3)

---
updated-dependencies:
- dependency-name: "@napi-rs/cli"
  dependency-version: 3.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-11 23:46:14 +00:00
Oliver Hamlet ac0a355117 Update NAPI-RS to v3 2025-07-27 10:00:40 +01:00
dependabot[bot]andGitHub 21fe344b1c Bump ava from 6.4.0 to 6.4.1 in /nodejs
Bumps [ava](https://github.com/avajs/ava) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](https://github.com/avajs/ava/compare/v6.4.0...v6.4.1)

---
updated-dependencies:
- dependency-name: ava
  dependency-version: 6.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-14 18:42:48 +00:00
dependabot[bot]andGitHub fd68acc9bb Bump ava from 6.2.0 to 6.4.0 in /nodejs
Bumps [ava](https://github.com/avajs/ava) from 6.2.0 to 6.4.0.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](https://github.com/avajs/ava/compare/v6.2.0...v6.4.0)

---
updated-dependencies:
- dependency-name: ava
  dependency-version: 6.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-18 19:24:14 +00:00
Oliver Hamlet 5a33e16eb3 Add a Node.js wrapper library
The implementation is very similar to the Python wrapper.
2025-04-22 19:22:31 +01:00
Oliver Hamlet b19b4dfb6d Add generated files for Node.js wrapper module
Generated using @napi-rs/cli's "napi new".
2025-04-22 18:47:56 +01:00