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

Meteor 3.0 compatibility #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dengribar
Copy link

The current version of the package is not compatible with Meteor 3.0:

error: Conflict: Constraint minimongo@1.0.9 is not satisfied by minimongo 2.0.1.
Constraints on package "minimongo":
* minimongo@~2.0.1 <- top level
* minimongo@1.0.9 <- dburles:factory 1.5.0

To make it compatible, we simple need to add 3.0 to api.versionsFrom

Since "sync" API doesn't work in Meteor 3.0+, I put all "sync" API tests under isPreMeteor3 condition.
And in "async" tests I fixed issues with using synchronous MongoDB API: findOne, update, remove, count

@dengribar dengribar changed the title Meteor 3 compatibility Meteor 3.0 compatibility Nov 1, 2024
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

Successfully merging this pull request may close these issues.

1 participant