@hqoss/http-client
Advanced tools
Comparing version 0.1.3-0 to 0.1.4-0
export { bufferResponseTransformer } from "./httpClient/bufferResponseTransformer"; | ||
export { jsonResponseTransformer } from "./httpClient/jsonResponseTransformer"; | ||
export { Header } from "./httpClient/header"; | ||
export { TransformedResponse } from "./httpClient/types"; | ||
export { HttpClient } from "./httpClient/httpClient"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,3 +8,3 @@ "use strict"; | ||
Object.defineProperty(exports, "jsonResponseTransformer", { enumerable: true, get: function () { return jsonResponseTransformer_1.jsonResponseTransformer; } }); | ||
// Expose useful Header enum... | ||
// Expose useful types... | ||
var header_1 = require("./httpClient/header"); | ||
@@ -11,0 +11,0 @@ Object.defineProperty(exports, "Header", { enumerable: true, get: function () { return header_1.Header; } }); |
@@ -5,6 +5,7 @@ // Expose useful transformers... | ||
// Expose useful Header enum... | ||
// Expose useful types... | ||
export { Header } from "./httpClient/header"; | ||
export { TransformedResponse } from "./httpClient/types"; | ||
// Expose the client... | ||
export { HttpClient } from "./httpClient/httpClient"; |
{ | ||
"name": "@hqoss/http-client", | ||
"version": "0.1.3-0", | ||
"version": "0.1.4-0", | ||
"description": "A light-weight, performant, composable blueprint for writing consistent and re-usable Node.js HTTP clients", | ||
@@ -5,0 +5,0 @@ "main": "./dist/lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152052
659