Updated the anylist npm package to v0.5.2 to resolve the recent authentication change issue with the AnyList API.
Why
The AnyList API recently changed the way that it handles authentication on inbound API requests. This MMM-AnyList module can no longer successfully authenticate with the remote API as a result.
What
Updated the
anylist
npm package to v0.5.2 to resolve the recent authentication change issue with the AnyList API.Why
The AnyList API recently changed the way that it handles authentication on inbound API requests. This MMM-AnyList module can no longer successfully authenticate with the remote API as a result.
The
anylist
npm package (that this MMM module uses under the hood) was updated to work with the new auth scheme: https://github.com/codetheweb/anylist/pull/35