@stepzen/graphiql-proxy
Advanced tools
Comparing version 0.37.0 to 0.38.0-beta.0
{ | ||
"name": "@stepzen/graphiql-proxy", | ||
"version": "0.37.0", | ||
"version": "0.38.0-beta.0", | ||
"author": "Darren Waddell <darren@stepzen.com>", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@stepzen/fetch": "0.37.0", | ||
"@stepzen/fetch": "0.38.0-beta.0", | ||
"chalk": "^4.1.2", | ||
@@ -59,3 +59,3 @@ "cross-spawn": "^7.0.3", | ||
}, | ||
"gitHead": "14145defe289377c8dd230bd2c0cced0d2d2737c" | ||
"gitHead": "fa7bce32059a88773667f444126c9a530de1fac8" | ||
} |
@@ -13,12 +13,7 @@ // Copyright IBM Corp. 2020, 2024 | ||
let headers = {} | ||
if (predicates.available && predicates.enabled) { | ||
try { | ||
headers = JSON.parse(JSON.stringify(predicates.headers)) | ||
} catch {} | ||
} else { | ||
headers = { | ||
Authorization: `Apikey ${adminkey}`, | ||
} | ||
const headers = { | ||
Authorization: `Apikey ${adminkey}`, | ||
...(req.body.headers || {}), | ||
} | ||
delete req.body.headers | ||
@@ -25,0 +20,0 @@ if (debugging.enabled) { |
{ | ||
"files": { | ||
"main.css": "/static/css/main.4fb42d49.css", | ||
"main.js": "/static/js/main.2b4d123a.js", | ||
"main.css": "/static/css/main.e50ebcb1.css", | ||
"main.js": "/static/js/main.10372e50.js", | ||
"static/js/503.c783958a.chunk.js": "/static/js/503.c783958a.chunk.js", | ||
@@ -29,4 +29,4 @@ "static/js/136.f5cbe563.chunk.js": "/static/js/136.f5cbe563.chunk.js", | ||
"index.html": "/index.html", | ||
"main.4fb42d49.css.map": "/static/css/main.4fb42d49.css.map", | ||
"main.2b4d123a.js.map": "/static/js/main.2b4d123a.js.map", | ||
"main.e50ebcb1.css.map": "/static/css/main.e50ebcb1.css.map", | ||
"main.10372e50.js.map": "/static/js/main.10372e50.js.map", | ||
"503.c783958a.chunk.js.map": "/static/js/503.c783958a.chunk.js.map", | ||
@@ -56,5 +56,5 @@ "136.f5cbe563.chunk.js.map": "/static/js/136.f5cbe563.chunk.js.map", | ||
"entrypoints": [ | ||
"static/css/main.4fb42d49.css", | ||
"static/js/main.2b4d123a.js" | ||
"static/css/main.e50ebcb1.css", | ||
"static/js/main.10372e50.js" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
10
4943208
4575
+ Added@stepzen/fetch@0.38.0-beta.0(transitive)
- Removed@stepzen/fetch@0.37.0(transitive)
Updated@stepzen/fetch@0.38.0-beta.0