@aurelia/http-server
Advanced tools
Comparing version 2.0.1-dev.202405031042 to 2.0.1-dev.202405110109
@@ -6,2 +6,9 @@ # Change Log | ||
<a name="2.0.0-beta.17"></a> | ||
# 2.0.0-beta.17 (2024-05-11) | ||
### Refactorings: | ||
* **kernel:** mark side effect free (#1964) ([22c8f71](https://github.com/aurelia/aurelia/commit/22c8f71)) | ||
<a name="2.0.0-beta.16"></a> | ||
@@ -8,0 +15,0 @@ # 2.0.0-beta.16 (2024-05-03) |
{ | ||
"name": "@aurelia/http-server", | ||
"version": "2.0.1-dev.202405031042", | ||
"version": "2.0.1-dev.202405110109", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -52,6 +52,6 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/kernel": "2.0.1-dev.202405031042", | ||
"@aurelia/metadata": "2.0.1-dev.202405031042", | ||
"@aurelia/platform": "2.0.1-dev.202405031042", | ||
"@aurelia/runtime": "2.0.1-dev.202405031042" | ||
"@aurelia/kernel": "2.0.1-dev.202405110109", | ||
"@aurelia/metadata": "2.0.1-dev.202405110109", | ||
"@aurelia/platform": "2.0.1-dev.202405110109", | ||
"@aurelia/runtime": "2.0.1-dev.202405110109" | ||
}, | ||
@@ -58,0 +58,0 @@ "devDependencies": { |
@@ -34,3 +34,2 @@ import { LogLevel as $LogLevel } from '@aurelia/kernel'; | ||
const cert = this.cert; | ||
// eslint-disable-next-line @typescript-eslint/strict-boolean-expressions | ||
if ((useHttp2 || useHttps) && !(key && cert)) { // boolean coercion is needed | ||
@@ -37,0 +36,0 @@ throw new Error(`key and cert are required for a HTTP/2 server`); |
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
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
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
495365
3874
+ Added@aurelia/expression-parser@2.0.1-dev.202405110109(transitive)
+ Added@aurelia/kernel@2.0.1-dev.202405110109(transitive)
+ Added@aurelia/metadata@2.0.1-dev.202405110109(transitive)
+ Added@aurelia/platform@2.0.1-dev.202405110109(transitive)
+ Added@aurelia/runtime@2.0.1-dev.202405110109(transitive)
- Removed@aurelia/expression-parser@2.0.1-dev.202405031042(transitive)
- Removed@aurelia/kernel@2.0.1-dev.202405031042(transitive)
- Removed@aurelia/metadata@2.0.1-dev.202405031042(transitive)
- Removed@aurelia/platform@2.0.1-dev.202405031042(transitive)
- Removed@aurelia/runtime@2.0.1-dev.202405031042(transitive)