You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new query findMemberByStripeCustId, add updatedBy optional field to member.update
Package version bump, security updates on dependent packages
fix new lint rule errors
BREAKING CHANGE:
Removes access to requestLogger and InfluxDB. Event lifecycle access removed. These references will not be there for current api's using them.
All dependencies update to latest versions including structure changes needed.
Dev dependencies update including structure changes needed.
New husky structure in place
Removed InfluxDB, event lifecycle call
Removed unneeded environment variables
Note: access to requestLogger only removed from index as a future version will add back a different logger.
v2.0.3
Moves husky install from npm prepare script to postinstall. This way the git hooks are still set in place on installation and husky doesn't try to run during publish, which we don't want.
Add event cloudDatastore
update constants
fix dateForge to use entityDateForge function
add dateForge for order and product entities
minor package bump