tj / node-migrate

Abstract migration framework for node
MIT License
1.53k stars 221 forks source link

Accept default exports for a custom Store #194

Closed luisrudge closed 1 year ago

luisrudge commented 2 years ago

This enables usage with typescript without having to resort to using a JS custom store implementation.

This PR fixes https://github.com/tj/node-migrate/issues/168

luisrudge commented 2 years ago

@wesleytodd let me know if you need anything else on this PR. We're currently using my own branch, but I believe this PR is the last part to make TypeScript usable. Thanks!

mkovel commented 2 years ago

@wesleytodd Hi, can you push it into light? )

mkovel commented 1 year ago

Any updates ?

beniusb commented 1 year ago

any update on this pr @LinusU can you merge it ?

wesleytodd commented 1 year ago

Sorry I just have not been doing alot of OSS lately. I like this change though. I will merge it and we can do a release once I am able to catch up on the other issues and open PR's here.