dumbmatter / fakeIndexedDB

A pure JS in-memory implementation of the IndexedDB API
Apache License 2.0
562 stars 69 forks source link

Release new version to npm with latest types fix #84

Closed sceee closed 1 year ago

sceee commented 1 year ago

Hi,

Would it be possible to release a new version to npm with the latest type fix from https://github.com/dumbmatter/fakeIndexedDB/commit/b63520cd7e23c22e6488424aa9b2c6714c320456 ?

The current release on npm (v4.0.1) does not yet contain this fix and creates typescript compile errors on some projects.

dumbmatter commented 1 year ago

Sure, I didn't know it was actually affecting anyone. Will release a new version shortly.

sceee commented 1 year ago

@dumbmatter thanks for the fast response!

dumbmatter commented 1 year ago

You caught me at a good time :)