opticore-webapp-core 1.0.7 → 1.0.8
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.
- package/dist/index.cjs +232 -187
- package/dist/index.d.cts +38 -22
- package/dist/index.d.ts +38 -22
- package/dist/index.js +242 -197
- package/dist/utils/translations/message.translation.en.json +1 -1
- package/package.json +3 -3
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"mongoDBConnectionChecker": "MongoDB Connection Checker",
|
|
15
15
|
"mongoConnection": "connection",
|
|
16
16
|
"mongoDBAuthentication": "authentication",
|
|
17
|
-
"mongoDBConnection": "MongoDB connection",
|
|
17
|
+
"mongoDBConnection": "MongoDB connection : {err}",
|
|
18
18
|
"mongoDBAuthenticationFailed": "failed",
|
|
19
19
|
"mongoDBUnableParsingUrl": "unable to parse",
|
|
20
20
|
"mongoDBConnectionUrl": "url",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opticore-webapp-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "opticore Web Application core module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"dotenv": "^16.4.7",
|
|
31
31
|
"mongodb": "^6.6.1",
|
|
32
32
|
"mysql": "^2.18.1",
|
|
33
|
-
"opticore-catch-exception-error": "^1.0.
|
|
33
|
+
"opticore-catch-exception-error": "^1.0.13",
|
|
34
34
|
"opticore-env-access": "^1.0.2",
|
|
35
35
|
"opticore-express": "^1.0.3",
|
|
36
36
|
"opticore-http-response": "^1.0.3",
|
|
37
37
|
"opticore-logger": "^1.0.13",
|
|
38
|
-
"opticore-translator": "^1.0.
|
|
38
|
+
"opticore-translator": "^1.0.7",
|
|
39
39
|
"pg": "^8.11.5"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|