fix(versioning): revert unauthorized package.json bump, preserving docker cache
continuous-integration/webhook Deploy concluído (VPS4)

This commit is contained in:
VPS 4 Deploy Agent
2026-06-03 20:22:38 +02:00
parent 55eed94445
commit c2c2652209
3 changed files with 4 additions and 4 deletions
@@ -1 +1 @@
1.0.8
2.1.69
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "dental-image-server",
"version": "2.1.5",
"version": "2.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dental-image-server",
"version": "2.1.5",
"version": "2.1.4",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.1055.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dental-image-server",
"version": "2.1.5",
"version": "2.1.4",
"description": "Servidor Socket.IO para receber e processar imagens dentais com interface web",
"main": "server.js",
"scripts": {