graphql-playground-html
Advanced tools
Comparing version 1.3.13 to 1.4.0
@@ -68,3 +68,3 @@ "use strict"; | ||
config = graphql_config_1.resolveEnvsInValues(config, env); | ||
return [4 /*yield*/, graphql_config_extension_graphcool_1.patchEndpointsToConfig(config, process.cwd(), env)]; | ||
return [4 /*yield*/, graphql_config_extension_graphcool_1.patchEndpointsToConfigData(config, process.cwd(), env)]; | ||
case 1: | ||
@@ -71,0 +71,0 @@ config = _a.sent(); |
{ | ||
"name": "graphql-playground-html", | ||
"version": "1.3.13", | ||
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html", | ||
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).", | ||
"version": "1.4.0", | ||
"homepage": | ||
"https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html", | ||
"description": | ||
"GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).", | ||
"contributors": [ | ||
@@ -14,15 +16,8 @@ "Tim Suchanek <tim@graph.cool>", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"files": ["dist"], | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "rimraf dist && tsc", | ||
"prepare": "npm run build" | ||
}, | ||
"keywords": [ | ||
"graphql", | ||
"graphiql", | ||
"playground", | ||
"graphcool" | ||
], | ||
"keywords": ["graphql", "graphiql", "playground", "graphcool"], | ||
"devDependencies": { | ||
@@ -39,4 +34,4 @@ "@types/node": "^8.5.2", | ||
"graphql-config": "^1.1.1", | ||
"graphql-config-extension-graphcool": "^0.2.0" | ||
"graphql-config-extension-graphcool": "^1.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
28003
+ Addedgraphcool-json-schema@1.2.1(transitive)
+ Addedgraphcool-yml@0.4.15(transitive)
+ Addedgraphql-config@2.2.1(transitive)
+ Addedgraphql-config-extension-graphcool@1.0.11(transitive)
+ Addedgraphql-import@0.7.1(transitive)
+ Addedresolve-from@4.0.0(transitive)
- Removedgraphcool-json-schema@1.2.0(transitive)
- Removedgraphcool-yml@0.1.10(transitive)
- Removedgraphql-config-extension-graphcool@0.2.0(transitive)