@squzy/vanilla
Advanced tools
Comparing version 0.1.18-alpha.0 to 0.1.19-alpha.0
@@ -30,3 +30,2 @@ "use strict"; | ||
method, | ||
url: input, | ||
headers: new Headers({ | ||
@@ -52,3 +51,3 @@ [app.getTracingHeaderKey()]: trx.getId(), | ||
}); | ||
return fetch(rqOpts, init) | ||
return fetch(input, init) | ||
.then((res) => { | ||
@@ -55,0 +54,0 @@ trx.end(core_1.Status.TRANSACTION_SUCCESSFUL); |
{ | ||
"name": "@squzy/vanilla", | ||
"version": "0.1.18-alpha.0", | ||
"version": "0.1.19-alpha.0", | ||
"description": "Monitoring package for vanilla", | ||
@@ -31,6 +31,6 @@ "author": "Iurii Panarin <tduble94@gmail.com>", | ||
"dependencies": { | ||
"@squzy/core": "^0.1.18-alpha.0", | ||
"@squzy/core": "^0.1.19-alpha.0", | ||
"uri-parse-lib": "^2.3.0" | ||
}, | ||
"gitHead": "3fa0095cdd3398a4c075089c153890b3535f1017" | ||
"gitHead": "cb1446b137a13400eb19d4dc051147f623dbdd3c" | ||
} |
Sorry, the diff of this file is not supported yet
7950
78
+ Added@squzy/core@0.1.19-alpha.0(transitive)
- Removed@squzy/core@0.1.18-alpha.0(transitive)
Updated@squzy/core@^0.1.19-alpha.0