Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Releases: adobe/aio-cli-plugin-jwt-auth

fix: update deps

02 Jun 10:42
Compare
Choose a tag to compare
  • chore(package): update eslint-plugin-jest to version 23.13.2 (#85) f4837a0
  • chore(package): update eslint-plugin-jest to version 23.13.1 (#83) 80bcdb9
  • chore(package): update eslint-plugin-jest to version 23.12.0 (#82) e8db6ec
  • chore(package): update eslint-plugin-jest to version 23.11.0 (#80) b623ab4
  • chore(package): update eslint-plugin-jest to version 23.10.0 (#79) 52d4f05
  • Update jest2 to the latest version 🚀 (#78) 2e5db64
  • chore(package): update eslint-plugin-jest to version 23.9.0 (#77) a8d2b8f
  • fix: README links to command source code result in 404 (#75) a94da26
  • chore(package): update chalk to version 4.0.0 (#73) 3512426
  • Update eslint-config-standard to the latest version 🚀 (#72) 3025399
  • chore(package): update eslint-plugin-jest to version 23.8.2 (#71) db3203d
  • chore(package): update eslint-plugin-jest to version 23.8.1 (#70) fac3a67
  • chore(package): update eslint-plugin-jest to version 23.8.0 (#69) 9fb0296
  • Merge pull request #66 from Yu1986/e2e 1d41573
  • delete sample config file which already show in readme ba0da65
  • Merge branch 'master' into e2e 86d7832
  • fix lint 1b03c51
  • get package name from package.json c55ca9b
  • chore(package): update eslint-plugin-jest to version 23.7.0 (#68) 137067f
  • remove config setup out of the test 1e2f457
  • fix typo 04ca490
  • add e2e test e2c4277
  • Update jest2 to the latest version 🚀 (#65) 44375df
  • chore(package): update eslint-plugin-jest to version 23.2.0 (#63) ad82003
  • chore(package): update eslint-plugin-node to version 11.0.0 (#62) 13e97ac
  • chore(package): update jest-junit to version 10.0.0 (#60) c38ba0f
  • chore(package): update eslint-plugin-jest to version 23.1.1 (#61) 9cb43fd
  • chore(package): update eslint-plugin-jest to version 23.0.4 (#58) 72c4196
  • chore(package): update chalk to version 3.0.0 (#57) cc5e38b
  • chore(package): update eslint-plugin-jest to version 23.0.3 (#56) 577ff79
  • chore(package): update eslint-plugin-node to version 10.0.0 (#50) 9b6b1f9
  • chore(package): update eslint-plugin-jest to version 23.0.2 (#55) 4979569
  • chore(package): update jest-junit to version 9.0.0 (#54) c44f21d

2.0.3...v2.0.4

2.0.3

19 Oct 01:48
Compare
Choose a tag to compare
  • Update aio-cna-core-config@1.0.14 to aio-lib-core-config@1.0.15

2.0.1

31 Jul 07:30
Compare
Choose a tag to compare
  • Update aio-cna-core-config to 1.0.14
  • fix: jwt-auth:access-token config error should not show stack trace (#45)
  • ACNA-344 - migrate to aio-cna-core-config from aio-cli-config (#44)

2.0.0

19 Jul 07:25
Compare
Choose a tag to compare

BREAKING CHANGES

  • NEW GLOBAL CONFIGURATION
    Your existing global configuration will be migrated automatically to the new global configuration

  • OUTPUT CHANGED
    jwt-auth:access-token
    the output does not print the bare access-token anymore, but a JSON object with token and expires keys. To get the previous behavior, use the (-b, --bare) flag.

NEW FEATURE

  • jwt-auth:access-token
    (-f, --force) flag. Force get a new token (don't use cached copy if any)
    (-b, --bare) flag. Print access token only
    (--no-prompt) flag. Don't prompt for a passphrase