load1n9 / openai

Unofficial Deno wrapper for the Open Ai api
MIT License
73 stars 23 forks source link

feat: use the same std version across the repo #34

Closed alexewerlof closed 1 year ago

alexewerlof commented 1 year ago

Use the deno.json imports convention to use the same std version throughout the repo

lino-levan commented 1 year ago

Unfortunately, this does not work. This would require every downstream consumer of of this module to have std/ mapped to a version of the standard library. I'd be willing to accept this PR if it just updated the standard library version though!

alexewerlof commented 1 year ago

@lino-levan are you fine with the deps.ts convention?

lino-levan commented 1 year ago

I don't mind. Whatever you think is best.

alexewerlof commented 1 year ago

36 deprecates this one.