Comparing version 0.5.2 to 0.5.3
@@ -109,3 +109,3 @@ "use strict"; | ||
res.setHeader("x-inngest-sdk", this.sdkHeader.join("")); | ||
const hostname = req.hostname || req.headers["host"]; | ||
const hostname = req.get('host') || req.headers["host"]; | ||
const protocol = (hostname === null || hostname === void 0 ? void 0 : hostname.includes("://")) ? "" : `${req.protocol}://`; | ||
@@ -112,0 +112,0 @@ let reqUrl; |
{ | ||
"name": "inngest", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Official SDK for Inngest.com", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.5.2"; | ||
export declare const version = "0.5.3"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = "0.5.2"; | ||
exports.version = "0.5.3"; | ||
//# sourceMappingURL=version.js.map |
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
236332