deno-api-starter-oak icon indicating copy to clipboard operation
deno-api-starter-oak copied to clipboard

Make starter work with Deno 1.0

Open keyvez opened this issue 3 years ago • 1 comments

  • 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 avatar Oct 08 '21 18:10 keyvez

Let me know what you think about it.

keyvez avatar Oct 08 '21 18:10 keyvez