Skip to content

Commit 3aff45f

Browse files
committed
new alpha
1 parent ead66e4 commit 3aff45f

File tree

3 files changed

+241
-11
lines changed

3 files changed

+241
-11
lines changed

packages/graphql-playground-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/graphcool/graphql-playground",
55
"repository": "graphcool/graphql-playground",
66
"description": "Playground app",
7-
"version": "1.3.5",
7+
"version": "1.3.7-alpha.2",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",

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

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"name": "graphql-playground-middleware-express",
33
"version": "1.3.7-alpha.2",
4-
"homepage":
5-
"https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",
6-
"description":
7-
"GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
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).",
86
"contributors": [
97
"Tim Suchanek <[email protected]>",
108
"Johannes Schickling <[email protected]>",
@@ -13,12 +11,19 @@
1311
"repository": "http://github.com/graphcool/graphql-playground.git",
1412
"license": "SEE LICENSE IN LICENSE",
1513
"main": "dist/index.js",
16-
"files": ["dist"],
14+
"files": [
15+
"dist"
16+
],
1717
"scripts": {
1818
"build": "tsc",
1919
"prepublishOnly": "npm run build"
2020
},
21-
"keywords": ["graphql", "graphiql", "playground", "graphcool"],
21+
"keywords": [
22+
"graphql",
23+
"graphiql",
24+
"playground",
25+
"graphcool"
26+
],
2227
"peerDependencies": {
2328
"express": "^4.16.2"
2429
},
@@ -27,7 +32,7 @@
2732
"typescript": "^2.6.1"
2833
},
2934
"dependencies": {
30-
"graphql-playground-html": "^1.3.6",
35+
"graphql-playground-html": "^1.3.7-alpha.2",
3136
"graphql-playground-middleware": "^1.2.1-beta.6"
3237
},
3338
"typings": "dist/index.d.ts",

packages/graphql-playground-middleware-express/yarn.lock

Lines changed: 228 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,27 @@
22
# yarn lockfile v1
33

44

5+
"@types/graphql@^0.11.6":
6+
version "0.11.7"
7+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.11.7.tgz#da39a2f7c74e793e32e2bb7b3b68da1691532dd5"
8+
9+
"@types/lodash@^4.14.85":
10+
version "4.14.88"
11+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.88.tgz#97eaf2dc668f33ed8e511a5b627035f4ea20b0f5"
12+
513
"@types/node@^8.0.47":
614
version "8.0.49"
715
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.49.tgz#417f86ab4829c629fe561779ee48751e0fe2a11b"
816

17+
ajv@^5.5.1:
18+
version "5.5.1"
19+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.1.tgz#b38bb8876d9e86bee994956a04e721e88b248eb2"
20+
dependencies:
21+
co "^4.6.0"
22+
fast-deep-equal "^1.0.0"
23+
fast-json-stable-stringify "^2.0.0"
24+
json-schema-traverse "^0.3.0"
25+
926
argparse@^1.0.7:
1027
version "1.0.9"
1128
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86"
@@ -16,13 +33,29 @@ balanced-match@^1.0.0:
1633
version "1.0.0"
1734
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
1835

36+
[email protected], base64url@^2.0.0:
37+
version "2.0.0"
38+
resolved "https://registry.yarnpkg.com/base64url/-/base64url-2.0.0.tgz#eac16e03ea1438eff9423d69baa36262ed1f70bb"
39+
40+
bluebird@^3.5.1:
41+
version "3.5.1"
42+
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9"
43+
1944
brace-expansion@^1.1.7:
2045
version "1.1.8"
2146
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292"
2247
dependencies:
2348
balanced-match "^1.0.0"
2449
concat-map "0.0.1"
2550

51+
52+
version "1.0.1"
53+
resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819"
54+
55+
co@^4.6.0:
56+
version "4.6.0"
57+
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
58+
2659
2760
version "0.0.1"
2861
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
@@ -34,6 +67,23 @@ [email protected]:
3467
node-fetch "1.7.3"
3568
whatwg-fetch "2.0.3"
3669

70+
debug@^3.1.0:
71+
version "3.1.0"
72+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
73+
dependencies:
74+
ms "2.0.0"
75+
76+
dotenv@^4.0.0:
77+
version "4.0.0"
78+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-4.0.0.tgz#864ef1379aced55ce6f95debecdce179f7a0cd1d"
79+
80+
81+
version "1.0.9"
82+
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.9.tgz#4bc926274ec3b5abb5016e7e1d60921ac262b2a1"
83+
dependencies:
84+
base64url "^2.0.0"
85+
safe-buffer "^5.0.1"
86+
3787
encoding@^0.1.11:
3888
version "0.1.12"
3989
resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb"
@@ -44,12 +94,28 @@ esprima@^4.0.0:
4494
version "4.0.0"
4595
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
4696

97+
fast-deep-equal@^1.0.0:
98+
version "1.0.0"
99+
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz#96256a3bc975595eb36d82e9929d060d893439ff"
100+
101+
fast-json-stable-stringify@^2.0.0:
102+
version "2.0.0"
103+
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
104+
47105
find-up@^2.1.0:
48106
version "2.1.0"
49107
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
50108
dependencies:
51109
locate-path "^2.0.0"
52110

111+
fs-extra@^4.0.3:
112+
version "4.0.3"
113+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
114+
dependencies:
115+
graceful-fs "^4.1.2"
116+
jsonfile "^4.0.0"
117+
universalify "^0.1.0"
118+
53119
fs.realpath@^1.0.0:
54120
version "1.0.0"
55121
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -65,6 +131,38 @@ glob@^7.0.5:
65131
once "^1.3.0"
66132
path-is-absolute "^1.0.0"
67133

134+
graceful-fs@^4.1.2, graceful-fs@^4.1.6:
135+
version "4.1.11"
136+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
137+
138+
graphcool-json-schema@^1.0.1-alpha.2:
139+
version "1.0.1-alpha.2"
140+
resolved "https://registry.yarnpkg.com/graphcool-json-schema/-/graphcool-json-schema-1.0.1-alpha.2.tgz#14dd7c880d9df9045b8e658896948522c89f4f49"
141+
142+
graphcool-yml@^0.0.0-alpha.3:
143+
version "0.0.0-alpha.3"
144+
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.0.0-alpha.3.tgz#0086e450dedb6d0b6137ebcb09bca60485a55ce5"
145+
dependencies:
146+
ajv "^5.5.1"
147+
bluebird "^3.5.1"
148+
debug "^3.1.0"
149+
dotenv "^4.0.0"
150+
fs-extra "^4.0.3"
151+
graphcool-json-schema "^1.0.1-alpha.2"
152+
js-yaml "^3.10.0"
153+
jsonwebtoken "^8.1.0"
154+
lodash "^4.17.4"
155+
replaceall "^0.1.6"
156+
scuid "^1.0.2"
157+
yaml-ast-parser "^0.0.40"
158+
159+
graphql-config-extension-graphcool@^0.0.1:
160+
version "0.0.1"
161+
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.0.1.tgz#fcb393a26a0fc5888db4430eceee3854a83d2c86"
162+
dependencies:
163+
graphcool-yml "^0.0.0-alpha.3"
164+
graphql-config "^1.1.0"
165+
68166
graphql-config@^1.0.9:
69167
version "1.0.9"
70168
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.0.9.tgz#8fa416a7c2bdb8f62f441324775dd3ff8a266652"
@@ -75,11 +173,32 @@ graphql-config@^1.0.9:
75173
minimatch "^3.0.4"
76174
rimraf "^2.6.2"
77175

78-
graphql-playground-html@^1.3.6:
79-
version "1.3.6"
80-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.3.6.tgz#3db97d5d7e7123cf62a86820b0be5d4b4092af4a"
176+
graphql-config@^1.1.0:
177+
version "1.1.0"
178+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.0.tgz#0d1089db1da7695f556ed9204099fea8a238af88"
179+
dependencies:
180+
graphql "^0.11.7"
181+
graphql-import "^0.1.5"
182+
graphql-request "^1.4.0"
183+
js-yaml "^3.10.0"
184+
minimatch "^3.0.4"
185+
rimraf "^2.6.2"
186+
187+
graphql-import@^0.1.5:
188+
version "0.1.5"
189+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.5.tgz#f1f6ae6e015adcea15c3e8bbe72247d3795113ea"
190+
dependencies:
191+
"@types/graphql" "^0.11.6"
192+
"@types/lodash" "^4.14.85"
193+
graphql "^0.11.7"
194+
lodash "^4.17.4"
195+
196+
graphql-playground-html@^1.3.7-alpha.2:
197+
version "1.3.7-alpha.2"
198+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.3.7-alpha.2.tgz#135bc5424b7284637e5bac6bec38a891ea5dc5e2"
81199
dependencies:
82200
graphql-config "^1.0.9"
201+
graphql-config-extension-graphcool "^0.0.1"
83202

84203
graphql-playground-middleware@^1.2.1-beta.6:
85204
version "1.2.1-beta.6"
@@ -129,19 +248,101 @@ js-yaml@^3.10.0:
129248
argparse "^1.0.7"
130249
esprima "^4.0.0"
131250

251+
json-schema-traverse@^0.3.0:
252+
version "0.3.1"
253+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340"
254+
255+
jsonfile@^4.0.0:
256+
version "4.0.0"
257+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
258+
optionalDependencies:
259+
graceful-fs "^4.1.6"
260+
261+
jsonwebtoken@^8.1.0:
262+
version "8.1.0"
263+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.1.0.tgz#c6397cd2e5fd583d65c007a83dc7bb78e6982b83"
264+
dependencies:
265+
jws "^3.1.4"
266+
lodash.includes "^4.3.0"
267+
lodash.isboolean "^3.0.3"
268+
lodash.isinteger "^4.0.4"
269+
lodash.isnumber "^3.0.3"
270+
lodash.isplainobject "^4.0.6"
271+
lodash.isstring "^4.0.1"
272+
lodash.once "^4.0.0"
273+
ms "^2.0.0"
274+
xtend "^4.0.1"
275+
276+
jwa@^1.1.4:
277+
version "1.1.5"
278+
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.1.5.tgz#a0552ce0220742cd52e153774a32905c30e756e5"
279+
dependencies:
280+
base64url "2.0.0"
281+
buffer-equal-constant-time "1.0.1"
282+
ecdsa-sig-formatter "1.0.9"
283+
safe-buffer "^5.0.1"
284+
285+
jws@^3.1.4:
286+
version "3.1.4"
287+
resolved "https://registry.yarnpkg.com/jws/-/jws-3.1.4.tgz#f9e8b9338e8a847277d6444b1464f61880e050a2"
288+
dependencies:
289+
base64url "^2.0.0"
290+
jwa "^1.1.4"
291+
safe-buffer "^5.0.1"
292+
132293
locate-path@^2.0.0:
133294
version "2.0.0"
134295
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
135296
dependencies:
136297
p-locate "^2.0.0"
137298
path-exists "^3.0.0"
138299

300+
lodash.includes@^4.3.0:
301+
version "4.3.0"
302+
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
303+
304+
lodash.isboolean@^3.0.3:
305+
version "3.0.3"
306+
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
307+
308+
lodash.isinteger@^4.0.4:
309+
version "4.0.4"
310+
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
311+
312+
lodash.isnumber@^3.0.3:
313+
version "3.0.3"
314+
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
315+
316+
lodash.isplainobject@^4.0.6:
317+
version "4.0.6"
318+
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
319+
320+
lodash.isstring@^4.0.1:
321+
version "4.0.1"
322+
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
323+
324+
lodash.once@^4.0.0:
325+
version "4.1.1"
326+
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
327+
328+
lodash@^4.17.4:
329+
version "4.17.4"
330+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
331+
139332
minimatch@^3.0.4:
140333
version "3.0.4"
141334
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
142335
dependencies:
143336
brace-expansion "^1.1.7"
144337

338+
339+
version "2.0.0"
340+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
341+
342+
ms@^2.0.0:
343+
version "2.1.1"
344+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
345+
145346
146347
version "1.7.3"
147348
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
@@ -173,12 +374,24 @@ path-is-absolute@^1.0.0:
173374
version "1.0.1"
174375
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
175376

377+
replaceall@^0.1.6:
378+
version "0.1.6"
379+
resolved "https://registry.yarnpkg.com/replaceall/-/replaceall-0.1.6.tgz#81d81ac7aeb72d7f5c4942adf2697a3220688d8e"
380+
176381
rimraf@^2.6.2:
177382
version "2.6.2"
178383
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
179384
dependencies:
180385
glob "^7.0.5"
181386

387+
safe-buffer@^5.0.1:
388+
version "5.1.1"
389+
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"
390+
391+
scuid@^1.0.2:
392+
version "1.0.2"
393+
resolved "https://registry.yarnpkg.com/scuid/-/scuid-1.0.2.tgz#3e62465671a0b87435e3a377957a20e45aac5b40"
394+
182395
sprintf-js@~1.0.2:
183396
version "1.0.3"
184397
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -187,10 +400,22 @@ typescript@^2.6.1:
187400
version "2.6.1"
188401
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.1.tgz#ef39cdea27abac0b500242d6726ab90e0c846631"
189402

403+
universalify@^0.1.0:
404+
version "0.1.1"
405+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.1.tgz#fa71badd4437af4c148841e3b3b165f9e9e590b7"
406+
190407
191408
version "2.0.3"
192409
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
193410

194411
wrappy@1:
195412
version "1.0.2"
196413
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
414+
415+
xtend@^4.0.1:
416+
version "4.0.1"
417+
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
418+
419+
yaml-ast-parser@^0.0.40:
420+
version "0.0.40"
421+
resolved "https://registry.yarnpkg.com/yaml-ast-parser/-/yaml-ast-parser-0.0.40.tgz#08536d4e73d322b1c9ce207ab8dd70e04d20ae6e"

0 commit comments

Comments
 (0)