Skip to content

Commit

Permalink
Automatic update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaibault committed Aug 20, 2024
1 parent dd9ad88 commit a06e0bf
Show file tree
Hide file tree
Showing 3 changed files with 446 additions and 164 deletions.
4 changes: 3 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,7 @@ for (const name of CLOSE_EVENT_NAMES)
process.on(name, () => {
console.info(`\nGot "${name}" signal: stopping server.`)

instance.close(():void => console.info('Server stopped.'))
instance.close(() => {
console.info('Server stopped.')
})
})
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
"update:documentation": "documentation-website"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@types/polyfill-library": "^3.108.4",
"documentation-website": "^1.0.328",
"documentation-website": "^1.0.330",
"rimraf": "^6.0.1",
"typescript": "^5.5.3",
"webpack": "^5.92.1"
"typescript": "^5.5.4",
"webpack": "^5.93.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"clientnode": "^3.0.1161",
"@babel/runtime": "^7.25.0",
"clientnode": "^3.0.1172",
"polyfill-library": "^4.8.0"
},
"engines": {
Expand Down
Loading

0 comments on commit a06e0bf

Please sign in to comment.