opticore-webapp 1.0.53 → 1.0.54

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.
@@ -83,7 +83,7 @@
83
83
  "webHost": "host",
84
84
  "badHost": "bad host",
85
85
  "hostNotFound": "not found",
86
- "errorHostUrl": "The host and port are not define, please define them in .env",
86
+ "errorHostUrl": "The host is not define, please define them in .env",
87
87
  "badPort": "bad port",
88
88
  "errorPort": "The port is not correct. Please define a right port with number port.",
89
89
  "errorHost": "The host can't be empty or blank. Please define a string host in .env",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticore-webapp",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "description": "wep server",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",