Release 2.7.5
Publish Docker Image / build-and-push (./build/Dockerfile, git.lzstealth.com/lzstealth/pulse-signage-web, web) (push) Successful in 1m18s
Publish Docker Image / build-and-push (./build/Dockerfile.player, git.lzstealth.com/lzstealth/pulse-signage-player, player) (push) Successful in 32s

This commit is contained in:
2026-08-15 13:06:46 +01:00
parent 1f1ad5d61f
commit aafe112c36
11 changed files with 687 additions and 1021 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "pulse-signage-web",
"version": "2.7.4",
"version": "2.7.5",
"private": false,
"description": "Pulse Signage web and bridge application bundle",
"main": "src/common.js",
@@ -9,14 +9,14 @@
"start:web": "node -r dotenv/config src/web.js"
},
"dependencies": {
"@sparticuz/chromium": "^137.0.0",
"@sparticuz/chromium": "^149.0.0",
"dotenv": "^17.4.2",
"express": "^4.21.2",
"express": "^5.2.1",
"handlebars": "^4.7.8",
"multer": "^2.2.0",
"mysql2": "^3.14.3",
"puppeteer-core": "^24.16.0",
"mysql2": "^3.23.3",
"puppeteer-core": "^25.7.0",
"sharp": "^0.35.3",
"ws": "^8.21.0"
"ws": "^8.21.3"
}
}