graphql-config-extension-graphcool
Advanced tools
Comparing version 0.0.0-alpha.6 to 0.0.0-alpha.7
@@ -121,10 +121,6 @@ "use strict"; | ||
: undefined; | ||
return _a = { | ||
acc: acc | ||
}, | ||
_a[stageName] = { | ||
url: url, | ||
headers: headers, | ||
}, | ||
_a; | ||
return __assign({}, acc, (_a = {}, _a[stageName] = { | ||
url: url, | ||
headers: headers, | ||
}, _a)); | ||
} | ||
@@ -131,0 +127,0 @@ return acc; |
{ | ||
"name": "graphql-config-extension-graphcool", | ||
"version": "0.0.0-alpha.6", | ||
"version": "0.0.0-alpha.7", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
17151
234