Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 12 May 19:24
· 63 commits to main since this release

2.0.0 (2022-05-12)

Bug Fixes

  • convert tests/fauna/login.test.js to .ts (c5897be)
  • ensure that register is aborted if user exists (1d46f44)
  • fix Abort syntax; add missing test cases (5aacbbc)
  • refer to all Fauna secrets as secrets rather than tokens (3507744)
  • return Abort statements in changePassword to actually abort (0dbff21)
  • update CLI ini command to actually overwrite files (31f3a70)

BREAKING CHANGES

  • previously the accessSecret was returned as the accessToken,
    and the refreshSecret was returned as the refreshToken.