Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongoose 6.x Support Issue - no exported member 'ConnectionOptions' #452

Open
alexreal1314 opened this issue Nov 3, 2021 · 1 comment
Open

Comments

@alexreal1314
Copy link

alexreal1314 commented Nov 3, 2021

We are trying to upgrade to mongosoe 6.x and encountered a problem with the package, It is importing an old interface which no longer exists.
import { ConnectionOptions } from 'mongoose'; export interface TypegooseConnectionOptions extends ConnectionOptions { connectionName?: string; }

in the file typegoose-options.interface.d.ts

Should be updated to ConnectOptions.
Can this be fixed or should I open a PR for this?

@bmxpiku
Copy link

bmxpiku commented Nov 3, 2021

@alexreal1314 see 65 pull requests and no action on them, and I guess now you could fork updated version that was done in other opened issue
#433

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants