It changed the type of store key to be of type Id instead of a number.
A maybe better way of solving this is to change internal logic to using an actual key in objects instead key in store. Then key or reader index in that array of objects, will not be used at all.
Summary
It changed the type of store key to be of type Id instead of a number. A maybe better way of solving this is to change internal logic to using an actual key in objects instead key in store. Then key or reader index in that array of objects, will not be used at all.
This pull request is related to https://github.com/feathersjs-ecosystem/feathers-memory/issues/117
I can do build and commit also those dist files, if needed.