Mrtenz / typeorm-store

A TypeORM-based store for express-session.
MIT License
16 stars 12 forks source link

Peer Dependency for Typeorm@0.3.7 #25

Open queejie opened 2 years ago

queejie commented 2 years ago

Thanks for this library! Is there a version that is compatible with Typeorm 0.3.7? I'm getting this error when trying to install with npm:

Could not resolve dependency: peer typeorm@"^0.2.7" from typeorm-store@2.0.1

Mrtenz commented 2 years ago

I'm not able to test typeorm-store with TypeORM 0.3.7 at this moment. If it works fine, then I'm happy to update the peer dependency to allow for 0.3.7 (and possibly higher) as well.

IgorFilippov3 commented 2 years ago

The problem is still essential. For example @nestjs/typeorm is dependant on typeorm 0.3.0

tchief commented 1 year ago

@Mrtenz, did you have a chance to test compatibility with 0.3.7?

Mrtenz commented 1 year ago

@tchief I'm not using TypeORM at all at the moment. Feel free to submit a PR, with any changes that may be necessary, and I will happily accept it!

jimmyhchan commented 11 months ago

Looks like HEAD of master has the fix with #30. Can a new version be released please @Mrtenz ?