@allegiant/core
Advanced tools
Comparing version 0.0.9 to 0.1.0
@@ -285,6 +285,6 @@ /* | ||
conn.fin = true; | ||
conn.writeHead(conn.statusCode, conn.getStatusMessage(conn.statusCode)) | ||
conn.writeHead(conn.status, conn.getStatusMessage(conn.status)) | ||
.end(conn.content.length > 0 ? conn.content : null); | ||
} else { | ||
if (this.debug) console.log("WARNING: CONNECTION ALREADY ENDED: ", conn.uri); // eslint-disable-line | ||
} else if (this.debug) { | ||
console.log("WARNING: CONNECTION ALREADY ENDED: ", conn.uri); // eslint-disable-line | ||
} | ||
@@ -291,0 +291,0 @@ |
{ | ||
"name": "@allegiant/core", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"description": "Small modular, effective app framework", | ||
@@ -36,3 +36,3 @@ "author": "echopoint <echopoint@tutanota.com>", | ||
"@allegiant/httpduplex": "^0.3.6", | ||
"@allegiant/static": "0.0.7" | ||
"@allegiant/static": "0.0.8" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
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
27983
+ Added@allegiant/static@0.0.8(transitive)
- Removed@allegiant/static@0.0.7(transitive)
Updated@allegiant/static@0.0.8