opticore-webapp 1.0.65 → 1.0.67

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.
@@ -100,5 +100,36 @@
100
100
  "serverRunning mode": "serverRunning mode",
101
101
  "server": "server",
102
102
  "registerDependencies": "Register Dependencies",
103
- "tailingServerLog": "Tailing Web Server log file"
103
+ "tailingServerLog": "OptiCore Web Server log file",
104
+ "STARTUP_ERROR": "STARTUP_ERROR",
105
+ "HOT_RELOAD_READY": "Server HTTP started - Hot reload ready",
106
+ "HOT_RELOAD": "HOT_RELOAD",
107
+ "SETTING_UP_ERROR": "Setting up error handling...",
108
+ "SETTING_UP": "Setting up",
109
+ "TRANSFORM_ERROR_DETECTED": "Transform Error detected - SERVER BLOCKED",
110
+ "ERROR_EMITTED": "ERROR_EMITTED",
111
+ "ERROR_HANDLING_CONFIGURED": "Error handling configured",
112
+ "ERROR_HANDLING": "Error handling",
113
+ "RECEIVED_SIGHUP": "Received SIGHUP - hot reloading code only...",
114
+ "SIGHUP": "Received SIGHUP",
115
+ "RECEIVED_SIGINT": "Received SIGINT, shutting down",
116
+ "SIGINT": "SIGINT",
117
+ "IPC": "IPC",
118
+ "IPC_NOT_AVAILABLE": "IPC not available",
119
+ "IPC_READY_HOT_RELOAD": "IPC ready for hot reload",
120
+ "BLOCKED_STATE": "BLOCKED STATE - Rejecting hot reload request",
121
+ "BLOCKED": "BLOCKED",
122
+ "HOT_RELOAD_ATTEMPTED": "Hot reload {hotReloadAttempts} - Starting...",
123
+ "RELOAD_STARTING": "Hot reload",
124
+ "CLEARED_MODULES": "Cleared {clearedModules} application modules",
125
+ "APP_MODULES_CLEARED": "APP_MODULES_CLEARED",
126
+ "CONFIG_RELOADED": "Configurations reloaded",
127
+ "RELOAD_DEPENDENCIES": "Dependencies reloaded",
128
+ "DEPENDENCIES": "Dependencies",
129
+ "HOT_RELOAD_SUCCESS": "Hot reload successful in {duration}ms",
130
+ "RELOAD_SUCCESS": "Hot reload",
131
+ "HOT_RELOAD_FAILED": "Hot reload failed after {duration}ms : {errorMessage}",
132
+ "RELOAD_FAILED": "Hot reload failed",
133
+ "SERVER_CLOSED": "Server closed",
134
+ "CLOSED": "Eteint"
104
135
  }
@@ -99,5 +99,30 @@
99
99
  "ENOENT:NoSuchFileOrDir": "ENOENT:NoSuchFileOrDir",
100
100
  "serverRunning mode": "serverRunning mode",
101
101
  "server": "serveur",
102
- "tailingServerLog": "Fichier journal Queue du serveur Web"
102
+ "tailingServerLog": "Fichier journal Queue du serveur Web",
103
+ "STARTUP_ERROR": "STARTUP_ERROR",
104
+ "HOT_RELOAD_READY": "Serveur HTTP démarré - Rechargement à chaud prêt",
105
+ "HOT_RELOAD": "RECHARGEMENT_A_CHAUD",
106
+ "SETTING_UP_ERROR": "Configuration de la gestion des erreurs...",
107
+ "SETTING_UP": "Configuration",
108
+ "TRANSFORM_ERROR_DETECTED": "Erreur de transformation détectée - SERVEUR BLOQUÉ",
109
+ "ERROR_EMITTED": "ERREUR_ÉMISE",
110
+ "ERROR_HANDLING": "Gestion des erreurs",
111
+ "ERROR_HANDLING_CONFIGURED": "Error handling configured",
112
+ "RECEIVED_SIGHUP": "Signal SIGHUP reçu - code de rechargement à chaud uniquement...",
113
+ "RECEIVED_SIGINT": "Réception de renseignements, arrêt en cours",
114
+ "SIGINT": "SIGINT",
115
+ "IPC": "IPC",
116
+ "IPC_NOT_AVAILABLE": "IPC n'est pas disponible",
117
+ "IPC_READY_HOT_RELOAD": "IPC prêt pour le rechargement à chaud",
118
+ "CLEARED_MODULES": "Modules d'application {clearedModules} effacés",
119
+ "APP_MODULES_CLEARED": "MODULES_APPLICATIONS_EFFAÇES",
120
+ "CONFIG_RELOADED": "CONFIGURATION_RECHARGÉE",
121
+ "RELOAD_DEPENDENCIES": "CONFIGURATION RECHARGÉE",
122
+ "DEPENDENCIES": "Dépendances",
123
+ "HOT_RELOAD_SUCCESS": "Rechargement à chaud réussi en {duration} ms",
124
+ "RELOAD_SUCCESS": "Rechargement à chaud",
125
+ "HOT_RELOAD_FAILED": "Le rechargement à chaud a échoué après {duration} ms : {errorMessage}",
126
+ "RELOAD_FAILED": "Échec du rechargement à chaud",
127
+ "SERVER_CLOSED": "Serveur éteint"
103
128
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticore-webapp",
3
- "version": "1.0.65",
3
+ "version": "1.0.67",
4
4
  "description": "wep server",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -33,16 +33,16 @@
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.25",
36
+ "opticore-catch-exception-error": "^1.0.26",
37
37
  "opticore-dependency-inject": "^1.0.2",
38
38
  "opticore-env-access": "^1.0.7",
39
- "opticore-express": "^1.0.3",
40
- "opticore-http-response": "^1.0.3",
41
- "opticore-loader-translation": "^1.0.1",
42
- "opticore-logger": "^1.0.19",
39
+ "opticore-express": "^1.0.7",
40
+ "opticore-http-response": "^1.0.9",
41
+ "opticore-loader-translation": "^1.0.2",
42
+ "opticore-logger": "^1.0.22",
43
43
  "opticore-request-call-event": "^1.0.6",
44
- "opticore-router": "^1.0.16",
45
- "opticore-server-logger": "^1.0.2",
44
+ "opticore-router": "^1.0.18",
45
+ "opticore-server-logger": "^1.0.7",
46
46
  "opticore-translator": "^1.0.10",
47
47
  "opticore-validator": "^1.0.3"
48
48
  },