Skip to content

Commit f675517

Browse files
committed
fix(subscriptions): fixed subscriptions url normalization
1 parent 72ce36c commit f675517

File tree

7 files changed

+684
-8
lines changed

7 files changed

+684
-8
lines changed

packages/graphql-playground-middleware-express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-express",
3-
"version": "1.5.0",
3+
"version": "1.5.1-beta.1",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -14,7 +14,7 @@
1414
"files": [
1515
"dist"
1616
],
17-
"playgroundVersion": "1.3.24",
17+
"playgroundVersion": "1.3.25",
1818
"scripts": {
1919
"build": "rimraf dist && tsc",
2020
"prepare": "npm run build"

packages/graphql-playground-middleware-lambda/examples/basic/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
"graphql": "^0.11.7",
99
"graphql-playground-middleware-lambda": "^1.3.1",
1010
"graphql-tools": "^2.11.0"
11+
},
12+
"devDependencies": {
13+
"serverless-offline": "^3.16.0"
1114
}
1215
}

packages/graphql-playground-middleware-lambda/examples/basic/serverless.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ functions:
2121
method: get
2222
cors: true
2323

24+
plugins:
25+
- serverless-offline

0 commit comments

Comments
 (0)