Skip to content

Version 15.0.2

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 28 Jun 01:08
· 18 commits to master since this release

Patch

  • Updated dev dependencies.
  • Corrected the TypeScript type for the Koa context ctx parameter for the Koa middleware created by the function graphqlUploadKoa, from import("koa").Context to import("koa").ParameterizedContext.