create release 4.0.0-alpha.0

This commit is contained in:
Carlos Valente
2025-07-11 13:48:55 +02:00
parent e1e8410ba4
commit 50b603f668
7 changed files with 161 additions and 190 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "ontime-server",
"type": "module",
"main": "src/index.ts",
"version": "3.15.2",
"version": "4.0.0-alpha.0",
"exports": "./src/index.js",
"dependencies": {
"@googleapis/sheets": "^5.0.5",
+1 -1
View File
@@ -253,7 +253,7 @@ export const startIntegrations = async () => {
* @param {number} exitCode
* @return {Promise<void>}
*/
const shutdown = async (exitCode = 0) => {
export const shutdown = async (exitCode = 0) => {
consoleHighlight(`Ontime shutting down with code ${exitCode}`);
// clear the restore file if it was a normal exit