microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade the connect-mongo package to v4

klemensz opened this issue · comments

Currently it uses version jdesboeufs/connect-mongo#527f9b6cd3d95d9bcd765c9ef9f2b5705611f9f5 (which is somewhere between version 3 and 4).

The lates version 3.2 leads to compile errors, as well as version 4.4 - needs some small code changes. I will submit a pull request.

V4 migration guide: https://github.com/jdesboeufs/connect-mongo/blob/HEAD/MIGRATION_V4.md