Skip to content

Commit

Permalink
bump: 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Feb 24, 2023
1 parent a6bc2dc commit f595309
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import * as util from 'util';
import stream from 'stream';
import * as util from 'util'
import stream from 'stream'
import fp from 'fastify-plugin'
import processRequest, {
ProcessRequestOptions,
} from 'graphql-upload/processRequest.js'

const finishedStream = util.promisify(stream.finished);
const finishedStream = util.promisify(stream.finished)

import type { FastifyPluginCallback } from 'fastify'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mercurius-upload",
"version": "6.0.0",
"version": "6.0.1",
"description": "Fastify plugin to support GraphQL uploads using graphql-upload",
"keywords": [
"fastify",
Expand Down

0 comments on commit f595309

Please sign in to comment.