graphql-config-extension-graphcool
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -115,2 +115,5 @@ "use strict"; | ||
entries = cache.getEntriesByService(serviceName); | ||
if (envVars && envVars.GRAPHCOOL_STAGE) { | ||
entries = entries.filter(function (entry) { return entry.stage === envVars.GRAPHCOOL_STAGE; }); | ||
} | ||
return [2 /*return*/, entries.reduce(function (acc, entry) { | ||
@@ -117,0 +120,0 @@ var cluster = env.clusterByName(entry.cluster); |
{ | ||
"name": "graphql-config-extension-graphcool", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "dist/index.js", | ||
@@ -11,3 +11,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"graphcool-yml": "^0.0.19", | ||
"graphcool-yml": "^0.0.21", | ||
"graphql-config": "^1.1.0" | ||
@@ -14,0 +14,0 @@ }, |
Sorry, the diff of this file is not supported yet
23122
304
+ Addedgraphcool-yml@0.0.21(transitive)
- Removedgraphcool-yml@0.0.19(transitive)
Updatedgraphcool-yml@^0.0.21