Skip to content

v1.2.1

Compare
Choose a tag to compare
@floriannari floriannari released this 29 Feb 11:29
· 63 commits to master since this release
9d0d8d2

Require "npm install" and Node.js >= 18

  • update dependencies to prevent security issues and warning
  • use undici to communicate with the API instead of (deprecated) request
  • add .npmrc to prevent peer dependencies issues
  • commit package-lock.json as recommended