opticore-webapp 1.0.80 → 1.0.82
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.
|
@@ -187,5 +187,5 @@
|
|
|
187
187
|
"REGISTER_DEPENDENCIES": "Register Dependencies",
|
|
188
188
|
"DEPENDENCIES_STORED": "Dependencies stored in container : {dependenciesList}",
|
|
189
189
|
"DEPENDENCIES_CONTAINER": "Dependencies container",
|
|
190
|
-
"NO_DEPENDENCIES_STORED": "
|
|
190
|
+
"NO_DEPENDENCIES_STORED": "No dependencies are recorded in the container."
|
|
191
191
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opticore-webapp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.82",
|
|
4
4
|
"description": "wep server",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"gradient-string": "^3.0.0",
|
|
35
35
|
"opticore-catch-exception-error": "^1.0.28",
|
|
36
36
|
"opticore-dependency-inject": "^1.0.9",
|
|
37
|
-
"opticore-env-access": "^1.0.
|
|
37
|
+
"opticore-env-access": "^1.0.21",
|
|
38
38
|
"opticore-express": "^1.0.9",
|
|
39
39
|
"opticore-http-response": "^1.0.10",
|
|
40
40
|
"opticore-loader-translation": "^1.0.8",
|
|
41
41
|
"opticore-logger": "^1.0.30",
|
|
42
|
-
"opticore-request-call-event": "^1.0.
|
|
42
|
+
"opticore-request-call-event": "^1.0.14",
|
|
43
43
|
"opticore-router": "^1.0.21",
|
|
44
44
|
"opticore-server-logger": "^1.0.13",
|
|
45
45
|
"opticore-translator": "^1.0.15",
|