opticore-webapp 1.0.69 → 1.0.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,8 +4,8 @@
4
4
  "webServerUsingNodeVersion": "The Web server is using Node.js version {nodeVersion}",
5
5
  "startTime": "Startup time : {startTime}",
6
6
  "serverRunningAt": "Server is running at : {server}",
7
- "serverRunningTitle": "Server running",
8
- "opticoreServerTypeName": "OptiCore server",
7
+ "serverRunningTitle": "SERVER RUNNING",
8
+ "opticoreServerTypeName": "OPTICORE SERVER",
9
9
  "runningModeDev": "development",
10
10
  "runningModeProd": "production",
11
11
  "totalMemoryAllocated": "Resident Set Size - total memory allocated for the process execution",
@@ -182,17 +182,10 @@
182
182
  "localLangMissing": "Local language configuration is missing : DEFAULT_LOCAL_LANG",
183
183
  "CHANGE_DETECTION": "Change detected : {fileName} -- {eventType}",
184
184
  "RELOAD_ROUTES": "Reloading application routes",
185
- "HMR_DISABLED": "HMR disabled",
186
- "HMR_WATCH_PATTERNS_MISSING": "HMR_WATCH_PATTERNS missing from .env",
187
- "HMR_WATCH_PATTERNS_EMPTY": "HMR_WATCH_PATTERNS is empty",
188
- "HMR_IGNORE_PATTERNS_DEFAULT": "Default HMR exclusions",
189
- "HMR_CONFIG_LOADED": "HMR configuration loaded",
190
- "HMR_CONFIG_DETAILS": "Monitoring: {watchCount} patterns | Ignored: {ignoreCount} | Debounce: {debounce}ms | Max Restarts: {maxRestarts} | Auto Restart: {autoRestart}",
191
- "HMR_CONFIG_ERROR": "HMR configuration error",
192
- "HMR_NOT_STARTED": "HMR not started",
193
- "HMR_AUTO_RESTART_DISABLED": "HMR automatic restart disabled",
194
- "HMR_RESTART_LIMIT_EXCEEDED": "HMR revision limit reached",
195
- "HMR_RESTART_LIMIT_MESSAGE": "Maximum scheduled revisions per minute reached. Next revision to be executed in {nextReset} seconds",
196
- "HMR_WATCHING_DETAILS": "Monitoring {watchCount} models, excluding {ignoreCount} models",
197
- "FILE_CHANGE_DETECTED": "Change detected"
185
+ "FILE_CHANGE_DETECTED": "Change detected",
186
+ "NO_REGISTER_DEPENDENCIES": "No dependencies is stored in registry",
187
+ "REGISTER_DEPENDENCIES": "Register Dependencies",
188
+ "DEPENDENCIES_STORED": "Dependencies stored in container : {dependenciesList}",
189
+ "DEPENDENCIES_CONTAINER": "Dependencies container",
190
+ "NO_DEPENDENCIES_STORED": "Aucune dépendance enregistrée dans le conteneur."
198
191
  }
@@ -4,8 +4,8 @@
4
4
  "webServerUsingNodeVersion": "Le serveur Web utilise la version Node.js {nodeVersion}",
5
5
  "startTime": "Temps de démarrage : {startTime}",
6
6
  "serverRunningAt": "Le serveur est en cours d'exécution sur : {server}",
7
- "serverRunningTitle": "Serveur est en cours d'exécution",
8
- "opticoreServerTypeName": "Serveur OptiCore",
7
+ "serverRunningTitle": "SERVEUR EST EN COURS D'EXECUTION",
8
+ "opticoreServerTypeName": "SERVEUR OPTICORE",
9
9
  "runningModeDev": "développement",
10
10
  "runningModeProd": "production",
11
11
  "totalMemoryAllocated": "Taille de l'ensemble résident - mémoire totale allouée à l'exécution du processus",
@@ -119,7 +119,6 @@
119
119
  "HOT_RELOAD_FAILED": "Le rechargement à chaud a échoué après {duration} ms : {errorMessage}",
120
120
  "RELOAD_FAILED": "Échec du rechargement à chaud",
121
121
  "SERVER_CLOSED": "Serveur éteint",
122
-
123
122
  "CLOSED": "Fermé",
124
123
  "SETTING_UP": "Configuration en cours",
125
124
  "SETTING_UP_ERROR": "Configuration de la gestion des erreurs",
@@ -170,5 +169,10 @@
170
169
  "STARTUP_ERROR": "Erreur de Démarrage",
171
170
  "ERROR_HANDLING_CONFIGURED": "La gestion des erreurs a été configurée",
172
171
  "ERROR_EMITTED": "Erreur Émise",
173
- "CONFIG_RELOADED": "Configuration Rechargée"
172
+ "CONFIG_RELOADED": "Configuration Rechargée",
173
+ "NO_REGISTER_DEPENDENCIES": "No dependencies is stored in registry",
174
+ "REGISTER_DEPENDENCIES": "Register Dependencies",
175
+ "DEPENDENCIES_STORED": "Dependencies stored in container : {dependenciesList}",
176
+ "DEPENDENCIES_CONTAINER": "Dependencies container",
177
+ "NO_DEPENDENCIES_STORED": "Aucune dépendance enregistrée dans le conteneur."
174
178
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticore-webapp",
3
- "version": "1.0.69",
3
+ "version": "1.0.71",
4
4
  "description": "wep server",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -33,15 +33,15 @@
33
33
  "cors": "^2.8.5",
34
34
  "dotenv": "^16.5.0",
35
35
  "gradient-string": "^3.0.0",
36
- "opticore-catch-exception-error": "^1.0.26",
37
- "opticore-dependency-inject": "^1.0.2",
38
- "opticore-env-access": "^1.0.12",
36
+ "opticore-catch-exception-error": "^1.0.27",
37
+ "opticore-dependency-inject": "^1.0.6",
38
+ "opticore-env-access": "^1.0.14",
39
39
  "opticore-express": "^1.0.7",
40
40
  "opticore-http-response": "^1.0.9",
41
41
  "opticore-loader-translation": "^1.0.3",
42
- "opticore-logger": "^1.0.22",
42
+ "opticore-logger": "^1.0.23",
43
43
  "opticore-request-call-event": "^1.0.8",
44
- "opticore-router": "^1.0.19",
44
+ "opticore-router": "^1.0.20",
45
45
  "opticore-server-logger": "^1.0.7",
46
46
  "opticore-translator": "^1.0.11",
47
47
  "opticore-validator": "^1.0.3"