Updates babel and corresponding dependencies to ^7.0.0
(Mostly automatic upgrade via npx upgrade-babel but required manual changes for test script (requiring polyfill))
Updates sqlite3 to ^5.0.0
Updates umzug to ^2.0.0
These changes should enable running the node-api in more recent versions of node (14+) and hopefully correspond to performance improvements.
I've tested this locally (manual inspection & running the test suite), but considering the significance of these changes, would definitely need to be verified on staging before going to prod.
Updates babel and corresponding dependencies to
^7.0.0
(Mostly automatic upgrade via npx upgrade-babel but required manual changes for test script (requiring polyfill))Updates sqlite3 to
^5.0.0
Updates umzug to^2.0.0
These changes should enable running the node-api in more recent versions of node (14+) and hopefully correspond to performance improvements.
I've tested this locally (manual inspection & running the test suite), but considering the significance of these changes, would definitely need to be verified on staging before going to prod.