eveningkid / denodb

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
https://eveningkid.com/denodb-docs
MIT License
1.93k stars 129 forks source link

hash module break! #365

Closed saeed-latifi closed 2 years ago

saeed-latifi commented 2 years ago

error: Module not found "https://deno.land/std/hash/mod.ts". at https://deno.land/x/god_crypto@v0.2.0/src/eme_oaep.ts:1:28

Tandashi commented 2 years ago

The issues was fixed in https://github.com/eveningkid/denodb/pull/364 but no release as of yet.

firleaf commented 2 years ago

For the time being you could use this repo as the dependency. Just replace your dependency url with https://raw.githubusercontent.com/eveningkid/denodb/master/mod.ts. Or, if you want a fixed version, replace master with a commit hash in the url.

saeed-latifi commented 2 years ago

ok thanks

KnorpelSenf commented 1 year ago

How long are you planning on leaving your most recent release in a broken state?

In other words, what prevents you from doing a patch release?