-
Notifications
You must be signed in to change notification settings - Fork 110
Updates to latest eslint, mocha and leveldb #188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
macdonst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me but I didn't run the code in an existing Architect app. It would be nice to get an RC out so we can try it.
Props on getting rid of leveldown. I noticed it added 20mb to the node_modules of an app I'm working on and it is not longer supported so it's great to see that it's gone.
|
published. try out w |
|
built test rig to check out the RC and all seems legit https://github.com/architect/dynalite-test |
filmaj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this out using package.json overrides in my beefy arc app, worked well locally, using complex DDB queries and additional GSIs.



Updates to latest eslint, mocha and leveldb; this should probably be a semver MAJOR bump and think we'll also want to do an RC or two to make sure it doesn't regress