Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fromthemills committed Aug 8, 2022
1 parent 6901f30 commit 3bd47c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashdot/graphql-server",
"version": "0.3.3",
"version": "0.3.4",
"description": "A high performance graphql handler using the power of JIT.",
"license": "MIT",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/createGraphqlRequestHandler.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint-disable-next-line import/extensions
import { processFileUploads } from 'graphql-upload'
import { processRequest as processFileUploads } from 'graphql-upload'
import {
badRequestJson,
badRequest,
Expand Down

0 comments on commit 3bd47c9

Please sign in to comment.