Skip to content

v1.1.4

Latest

Choose a tag to compare

@jkyberneees jkyberneees released this 31 May 14:01
2952631

Maintenance release: dependency refresh, a clean security audit, more reliable CI, and documentation updates.

πŸ“¦ Dependencies

  • Updated all dependencies to their latest versions (#11):
  • restana ^5 β†’ ^6
  • uuid ^11 β†’ ^14
  • axios ^1.7 β†’ ^1.16
  • chai ^4 β†’ ^6
  • jsonwebtoken ^9.0.2 β†’ ^9.0.3
  • mocha ^11.1 β†’ ^11.7
  • nyc ^17 β†’ ^18

πŸ”’ Security

  • npm audit is now clean β€” 0 vulnerabilities (#11).
  • Added overrides for diff, serialize-javascript, and uuid to resolve advisories pulled in transitively by the dev tooling.

βœ… CI / Tests

Stabilized the test suite startup: replaced the fixed-delay server wait with active health-endpoint polling, eliminating flaky failures on slower CI runners (#11).

πŸ“ Documentation

Removed references to the retired jwt-keys.21no.de hosting; the README now points users to self-host via Docker, with local http://localhost:3000 API examples (#12).

Full changelog: v1.1.3...v1.1.4