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

Make starter work with Deno 1.0 #12

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

keyvez
Copy link

@keyvez keyvez commented Oct 8, 2021

  • Use importmap.json to correctly import unversioned imports in std
    (this was breaking due to 'v' prefix)
  • Upgrade dotenv to 0.4.3 to fix a dep error
  • Upgrade mysql to 2.6.1 to fix a dep error
  • Upgrade bcrypt to 0.2.3 to fix a dep error
  • Upgrade djwt to 1.0 to fix a dep error
  • Migrate usage of validateJwt to 1.0
  • Update README

  - Use importmap.json to correctly import unversioned imports in std
  (this was breaking due to 'v' prefix)
  - Upgrade dotenv to 0.4.3 to fix a dep error
  - Upgrade mysql to 2.6.1 to fix a dep error
  - Upgrade bcrypt to 0.2.3 to fix a dep error
  - Upgrade djwt to 1.0 to fix a dep error
  - Migrate usage of validateJwt to 1.0
  - Update README
@keyvez
Copy link
Author

keyvez commented Oct 8, 2021

Let me know what you think about it.

  - Imported types with `import type`
  - Upgraded to validasaur@v0.15.0 to fix `import type` errors
  - Update djwt to 1.1
  - Pass seconds to setExpiration for djwt@v1.1
  - Moved PORT to .env
  - Moved import map to import_map folder
  - Updated jwt to 1.4
  - Added a map for mysql/connection.ts to fix import type error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant