opticore-catch-exception-error 1.0.23 → 1.0.25

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "errorHostUrl": "The host and port are not define, please define them in .env",
2
+ "errorHostUrl": "The host is not define, please define them in .env",
3
3
  "listening": "listening",
4
4
  "webServer": "Web server",
5
5
  "webHost": "host",
@@ -1,5 +1,5 @@
1
1
  {
2
- "errorHostUrl": "L'hôte et le port ne sont pas définis, veuillez les définir dans .env",
2
+ "errorHostUrl": "L'hôte n'est pas définis, veuillez le définir dans .env",
3
3
  "listening": "écoute",
4
4
  "webServer": "Serveur Web",
5
5
  "webHost": "hôte",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticore-catch-exception-error",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "description": "opticore catch exception error",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",