Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: encrypted key regex tests will no longer be stateful #607

Merged
merged 3 commits into from
Jun 28, 2022

Commits on Jun 27, 2022

  1. fix: encrypted key regex tests will no longer be stateful

    This removes the /g flag from the encryptedKeys regexes so that when they are tested against the properties in an auth file they will match regardless of whether they have matched a property beforehand (as is the case with /token/.test('accessToken') and /token/.test('refreshToken'))
    RodEsp committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    06b7fa2 View commit details
    Browse the repository at this point in the history
  2. fix: update dev-scripts so yarn build won't change line endings for L…

    …ICENSE.txt on Windows
    RodEsp committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ec5e48e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0210296 View commit details
    Browse the repository at this point in the history