Commit graph

11 commits

Author SHA1 Message Date
Renovate Bot
95e3504034 chore(deps): update dependency typescript to v6 2026-05-10 10:45:29 +00:00
9f49fd85c3 Merge pull request 'build(deps-dev): bump flatted from 3.3.4 to 3.4.2' (#1) from dependabot/npm_and_yarn/flatted-3.4.2 into main
Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo-js/pulls/1
2026-05-10 11:45:25 +02:00
e6bc717a63 Merge pull request 'chore(deps): update dependency @types/node to v20.19.40' (#5) from renovate/node-20.x-lockfile into main 2026-05-10 11:42:37 +02:00
456970d50b Merge pull request 'chore(deps): update dependency node-addon-api to v8.7.0' (#7) from renovate/node-addon-api-8.x-lockfile into main 2026-05-10 11:42:32 +02:00
7d16a9ecb0 Merge pull request 'chore(deps): update dependency ts-jest to v29.4.9' (#6) from renovate/ts-jest-29.x-lockfile into main 2026-05-10 11:42:31 +02:00
Renovate Bot
c0f701d0f2 chore(deps): update dependency node-addon-api to v8.7.0 2026-05-10 09:27:05 +00:00
Renovate Bot
e775c19207 chore(deps): update dependency ts-jest to v29.4.9 2026-05-10 09:26:50 +00:00
Renovate Bot
60f1c97ebe chore(deps): update dependency @types/node to v20.19.40 2026-05-10 09:26:38 +00:00
dependabot[bot]
9aeecf985c
build(deps-dev): bump picomatch from 2.3.1 to 2.3.2
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 12:03:43 +00:00
dependabot[bot]
85f0c7e6d8
build(deps-dev): bump flatted from 3.3.4 to 3.4.2
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.4 to 3.4.2.
- [Commits](https://github.com/WebReflection/flatted/compare/v3.3.4...v3.4.2)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 12:19:17 +00:00
c7601b2270 fix:
- AES GCM protocol mismatch
- better, granular error handling
- UUID now uses crypto.randomUUID()
- added native mlock addon to improve security
- ZeroBuffer uses explicit_bzero now
- fixed imports

feat:
-  added unit tests
2026-03-04 11:30:44 +01:00