mariobriggs / meteor-accounts-couchdb

CouchDB support for account-base and accounts-password
Other
7 stars 0 forks source link

Meteor 1.3 upgrade breaks your CouchDB / Cloudant plugin work #1

Open JDOSR opened 8 years ago

JDOSR commented 8 years ago

It looks like upgrading to Meteor 1.3, upgrades the account-password package to 1.1.8 and upgrades account-base goes to 1.2.7. It does not look as if they have honored your contributions as these packages now go back to the MongoDB default. This is unfortunate as it seems any reference to the older packages causes this error:

=> Errors while adding packages:

While selecting package versions: error: No version of accounts-password satisfies all constraints: @=1.1.3, @=1.1.8 Constraints on package "accounts-password":

No version of accounts-base satisfies all constraints: @=1.2.1, @=1.2.7 Constraints on package "accounts-base":

No version of accounts-ui-unstyled satisfies all constraints: @=1.1.8, @=1.1.12 Constraints on package "accounts-ui-unstyled":

I'm trying to remove or nullify these newly updated packages but to no avail. Any suggestions on how to handle this?

mariobriggs commented 8 years ago

It does not look as if they have honored your contributions as these packages now go back to the MongoDB default. << Expected since i recall the way forward for other Data sources was the non-LiveQuery way and they probably don't see a future for the postgres backend