Comparing version 6.1.0 to 7.0.0
import * as http from 'http'; | ||
// We can't use the DT @hapi/hapi typings, so declare something that matches what we use | ||
// We can't rely on the @hapi/hapi typings, so declare something that matches what we use | ||
@@ -5,0 +5,0 @@ interface HapiServerInterface { |
{ | ||
"name": "exiting", | ||
"version": "6.1.0", | ||
"version": "7.0.0", | ||
"description": "Gracefully stop hapi.js servers", | ||
@@ -14,17 +14,18 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@hapi/code": "^8.0.1", | ||
"@hapi/hapi": "^20.2.1", | ||
"@hapi/lab": "^24.5.1", | ||
"@types/hapi__hapi": "^20.0.10", | ||
"typescript": "^4.5.5" | ||
"@hapi/code": "^9.0.3", | ||
"@hapi/hapi": "^21.3.6", | ||
"@hapi/lab": "^25.2.0", | ||
"@types/node": "^18.19.24", | ||
"joi": "^17.12.2", | ||
"typescript": "~5.4.2" | ||
}, | ||
"dependencies": { | ||
"@hapi/bounce": "^2.0.0", | ||
"@hapi/hoek": "^9.0.2" | ||
"@hapi/bounce": "^3.0.1", | ||
"@hapi/hoek": "^11.0.4" | ||
}, | ||
"peerDependencies": { | ||
"@hapi/hapi": ">=17.9.0" | ||
"@hapi/hapi": ">=21.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=12.13.0" | ||
"node": ">=18.12.0" | ||
}, | ||
@@ -31,0 +32,0 @@ "repository": { |
@@ -5,3 +5,3 @@ # Exiting | ||
[![Build Status](https://travis-ci.org/kanongil/exiting.svg?branch=master)](https://travis-ci.org/kanongil/exiting) | ||
[![Node.js CI](https://github.com/kanongil/exiting/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/kanongil/exiting/actions/workflows/ci.yaml) | ||
@@ -8,0 +8,0 @@ ## Details |
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
17321
6
- Removed@hapi/boom@9.1.4(transitive)
- Removed@hapi/bounce@2.0.0(transitive)
- Removed@hapi/hoek@9.3.0(transitive)
Updated@hapi/bounce@^3.0.1
Updated@hapi/hoek@^11.0.4