fastify-typescript-generator
fastify-typescript-generator copied to clipboard
generates new fastify applications in everyone's favourite language typescript with various options to choose from based on your project needs
Bumps [snyk](https://github.com/snyk/snyk) from 1.534.0 to 1.996.0. Release notes Sourced from snyk's releases. v1.996.0 1.996.0 (2022-09-01) Bug Fixes bump golang plugin version (8893f81) Features add --var-file support (537372d) v1.995.0 1.995.0 (2022-08-31)...
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
**tools used** NPM 7.5.4 Node 16.9.1 Typescript 4.2.4 fastify-gen 0.3.0 Jest 26.6.3 **Issue description** Using the generated code out of the box during test execution, we encounter the following error:...
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11. Commits e573aee 6.1.11 edb8e9a fix: perf regression on hot string munging path a9d9b05 chore(test): Avoid spurious failures packing node_modules/.cache 24b8bda fix(test): use posix path...
can we add prehandler in our routes while implementing Auth if yes pls give a sample piece of code how it should be implemented,also server.decorate didnt worked thats why got...