dynamodb icon indicating copy to clipboard operation
dynamodb copied to clipboard

Upgrade Dependencies and replace node-uuid with uuid

Open leftcoastgeek opened this issue 6 years ago • 3 comments

  • Joi 10.6.x -> 14.0.x
  • bunyan 1.5.x -> 1.8.x this update should fix mac runtime errors Error: Cannot find module './build/Debug/DTraceProviderBindings'
  • async 1.5.x -> 2.6.x
  • swap out node-uuid for uuid 3.3.x

leftcoastgeek avatar Nov 18 '18 18:11 leftcoastgeek

@leftcoastgeek Can you include output from tests?

baseprime avatar Nov 29 '18 02:11 baseprime

joi update still breaks tests pretty hardcore. Will have to be resolved with code changes for sure

jcrugzz avatar Oct 12 '19 05:10 jcrugzz

async@3 also breaks things but async@2 is fine for now

jcrugzz avatar Oct 12 '19 05:10 jcrugzz