feathersjs-ecosystem / feathers-memory

An in memory feathers service
MIT License
44 stars 18 forks source link

Store key is now of type Id #118

Closed hercegyu closed 1 year ago

hercegyu commented 4 years ago

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.