Open
Description
I updated the hoodie
dependency for this project from 23.3.3
to 24.0.0
which introduces a breaking change for projects using ember-hoodie
and the hoodie-server
embedded in hoodie
.
Specifically, this is the commit that changes the way hoodie-server
is configured via hoodie
: hoodiehq/hoodie-server@8a8cae0
I expect that only very few people if any will be affected by this, but nevertheless this is not an ideal situation.
I propose the following:
- publish version
[email protected]
to signify the breaking change. - deprecate (or whatever the correct npm procedure is)
[email protected]
.
What do you think?