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
@@ -1,6 +1,6 @@
{
"name": "@getontime/cli",
"version": "3.15.2",
"version": "4.0.0-alpha.0",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime-ui",
"version": "3.15.2",
"version": "4.0.0-alpha.0",
"private": true,
"type": "module",
"dependencies": {
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "ontime-electron",
"version": "3.15.2",
"version": "4.0.0-alpha.0",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",
@@ -12,8 +12,8 @@
"license": "AGPL-3.0-only",
"main": "src/main.js",
"devDependencies": {
"electron": "36.3.1",
"electron-builder": "26.0.12",
"electron": "37.2.1",
"electron-builder": "26.0.18",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"prettier": "catalog:",
@@ -30,7 +30,7 @@
"cleanup": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"build": {
"productName": "ontime",
"productName": "ontime-prerelease",
"appId": "no.lightdev.ontime",
"asar": true,
"dmg": {
+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