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 7ec437d commit 2cb9fe6Copy full SHA for 2cb9fe6
packages/graphql-playground-middleware-express/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql-playground-middleware-express",
3
- "version": "1.3.10-beta.3",
+ "version": "1.3.10",
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.10-beta.1",
+ "playgroundVersion": "1.3.10",
18
"scripts": {
19
"build": "tsc",
20
"prepublishOnly": "npm run build"
0 commit comments