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
|
dfdf5ec22a
|
Update dependencies.
|
2022-07-23 19:00:07 +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 |
|
Jayden Seric
|
bff2ccf700
|
Switch to a manual graphql-upload setup.
This allows the current graphql-upload version to be used instead of the outdated version shipped with Apollo Server, which doesn’t support recent Node.js versions. See https://github.com/apollographql/apollo-server/issues/3508#issuecomment-662371289 .
|
2020-07-23 00:18:52 +10:00 |
|
Jayden Seric
|
c8ccfd2f49
|
Remove the promises-all dependency in favor of Promise.allSettled.
|
2020-05-25 17:05:15 +10:00 |
|
Jayden Seric
|
50fa2ce360
|
Reorganize the schema files.
|
2020-05-25 16:33:20 +10:00 |
|