We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ffc75 commit 979b215Copy full SHA for 979b215
packages/graphql-playground-middleware-express/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql-playground-middleware-express",
3
- "version": "1.4.3",
+ "version": "1.4.4",
4
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",
5
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
6
"contributors": [
@@ -14,7 +14,7 @@
14
"files": [
15
"dist"
16
],
17
- "playgroundVersion": "1.3.20",
+ "playgroundVersion": "1.3.21",
18
"scripts": {
19
"build": "rimraf dist && tsc",
20
"prepare": "npm run build"
0 commit comments