oliver-oloughlin / kvdex

A high-level abstraction layer for Deno KV with zero third-party dependencies by default 🦕🗝️

Home Page:https://jsr.io/@olli/kvdex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.18.5 breaks typing

J053Fabi0 opened this issue · comments

0.18.5

image

0.18.4

image

All the tests are passing for me. Have you tried re-caching your dependencies?

After updating and before caching:
image
image

After caching:
image
image

It worked. Thank you. I guess Deno failed to cache it properly. I had to delete the cache directory.

Great to hear it worked! There is a setting for vscode you can add btw which helps with this by automatically caching dependencies of files upon saving.

image

Edit: You can also just run deno cache -r <filename>