architect / dynalite

An implementation of Amazon's DynamoDB built on LevelDB
Apache License 2.0
1.04k stars 107 forks source link

upgrade leveldown to v6 because build fails on apple M1 #154

Closed il3ven closed 1 year ago

il3ven commented 2 years ago

While installing dynalite on an Apple M1 machine I get build error in the package leveldown. dynalite is currently using leveldown@^5.6.0 and upgrading to leveldown@^6.0.3 should prevent the build error.

leveldown@6.0.3 has added support for Mac M1. I don't know if the breaking change in v6 affects dynalite or not and I don't have enough experience to find out. Hence, I couldn't open a PR myself. 😞

For breaking changes in leveldown@^6.0.0 you can refer this.

reconbot commented 1 year ago

Looks like we've upgraded

"leveldown": "^6.1.1"