10 Commits

Author SHA1 Message Date
Jayden Seric
719e53db57 Update the API dependencies. 2023-01-14 08:20:08 +11:00
Jayden Seric
a02165ae77 Migrate from the Node.js builtin module node:fs to node:fs/promises. 2022-09-01 20:47:44 +10:00
Jayden Seric
8f7dc4d74c Use the node: URL scheme for Node.js builtin module imports. 2022-09-01 20:45:27 +10:00
Jayden Seric
86e5609e60 Update supported Node.js versions and dependencies, implement TypeScript JSDoc types. 2022-05-24 00:06:08 +10:00
Jayden Seric
4a6bb2c992 Simplify ESLint dev dependencies and config, drop JSX syntax, use .mjs files. 2022-05-20 11:00:12 +10:00
Jayden Seric
783873a6be Configure Prettier option singleQuote to the default, false. 2021-12-06 23:35:31 +11:00
Jayden Seric
826f838df5 Update the example API. 2021-12-06 23:18:50 +11:00
Jayden Seric
8a46155f91 Simplify the example by removing the DB.
This avoids trying to figure out how to fix concurrent writes conflicting with `lowdb` v2, see: https://github.com/typicode/lowdb/issues/478 .
2021-06-11 17:24:42 +10:00
Jayden Seric
3db018dcc4 Modernize the API. 2021-06-11 15:23:05 +10:00
Jayden Seric
3fff0d9230 Convert the API from CJS to ESM. 2021-05-13 20:18:46 +10:00