opticore-webapp 1.0.79 → 1.0.81
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
CHANGED
|
@@ -45,6 +45,7 @@ var import_opticore_env_access2 = require("opticore-env-access");
|
|
|
45
45
|
var import_opticore_http_response4 = require("opticore-http-response");
|
|
46
46
|
var import_opticore_translator3 = require("opticore-translator");
|
|
47
47
|
var import_opticore_request_call_event = require("opticore-request-call-event");
|
|
48
|
+
var import_opticore_watcher = require("opticore-watcher");
|
|
48
49
|
|
|
49
50
|
// src/core/handlers/eventProcess.handler.ts
|
|
50
51
|
var import_node_process = __toESM(require("process"), 1);
|
|
@@ -461,7 +462,6 @@ var getEnvFileLoadingService = (filePath, localLanguage) => {
|
|
|
461
462
|
};
|
|
462
463
|
|
|
463
464
|
// src/core/webServer.core.ts
|
|
464
|
-
var import_opticore_watcher = require("opticore-watcher");
|
|
465
465
|
var WebServerCore = class {
|
|
466
466
|
serverUtility;
|
|
467
467
|
expressApp = (0, import_opticore_express2.express)();
|
package/dist/index.js
CHANGED
|
@@ -8,6 +8,7 @@ import { getEnvironmentValue as getEnvironmentValue2 } from "opticore-env-access
|
|
|
8
8
|
import { HttpStatusCode as HttpStatusCode3 } from "opticore-http-response";
|
|
9
9
|
import { TranslationLoader as TranslationLoader3 } from "opticore-translator";
|
|
10
10
|
import { requestCallsEvent } from "opticore-request-call-event";
|
|
11
|
+
import { HotReloadWatcher } from "opticore-watcher";
|
|
11
12
|
|
|
12
13
|
// src/core/handlers/eventProcess.handler.ts
|
|
13
14
|
import process from "process";
|
|
@@ -427,7 +428,6 @@ var getEnvFileLoadingService = (filePath, localLanguage) => {
|
|
|
427
428
|
};
|
|
428
429
|
|
|
429
430
|
// src/core/webServer.core.ts
|
|
430
|
-
import { HotReloadWatcher } from "opticore-watcher";
|
|
431
431
|
var WebServerCore = class {
|
|
432
432
|
serverUtility;
|
|
433
433
|
expressApp = express2();
|
|
@@ -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,59 +1,62 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
2
|
+
"name": "opticore-webapp",
|
|
3
|
+
"version": "1.0.81",
|
|
4
|
+
"description": "wep server",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.mjs",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"type": "module",
|
|
9
|
+
"scripts": {
|
|
10
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
11
|
+
"build": "tsup"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/guyzoum77/opticore-webApp.git"
|
|
19
|
+
},
|
|
20
|
+
"keywords": [
|
|
21
|
+
"opticore",
|
|
22
|
+
"opticore-webApp"
|
|
23
|
+
],
|
|
24
|
+
"author": "Guy-serge Kouacou",
|
|
25
|
+
"license": "MIT",
|
|
26
|
+
"bugs": {
|
|
27
|
+
"url": "https://github.com/guyzoum77/opticore-webApp/issues"
|
|
28
|
+
},
|
|
29
|
+
"homepage": "https://github.com/guyzoum77/opticore-webApp#readme",
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"ansi-colors": "^4.1.3",
|
|
32
|
+
"chalk": "^5.6.2",
|
|
33
|
+
"cors": "^2.8.6",
|
|
34
|
+
"gradient-string": "^3.0.0",
|
|
35
|
+
"opticore-catch-exception-error": "^1.0.28",
|
|
36
|
+
"opticore-dependency-inject": "^1.0.9",
|
|
37
|
+
"opticore-env-access": "^1.0.21",
|
|
38
|
+
"opticore-express": "^1.0.9",
|
|
39
|
+
"opticore-http-response": "^1.0.10",
|
|
40
|
+
"opticore-loader-translation": "^1.0.8",
|
|
41
|
+
"opticore-logger": "^1.0.30",
|
|
42
|
+
"opticore-request-call-event": "^1.0.13",
|
|
43
|
+
"opticore-router": "^1.0.21",
|
|
44
|
+
"opticore-server-logger": "^1.0.13",
|
|
45
|
+
"opticore-translator": "^1.0.15",
|
|
46
|
+
"opticore-validator": "^1.0.4",
|
|
47
|
+
"opticore-watcher": "^1.0.30"
|
|
48
|
+
},
|
|
49
|
+
"overrides": {
|
|
50
|
+
"js-yaml": "^4.2.0",
|
|
51
|
+
"esbuild": "^0.28.1"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@types/cors": "^2.8.19",
|
|
55
|
+
"@types/gradient-string": "^1.1.6",
|
|
56
|
+
"@types/node": "^24.12.4",
|
|
57
|
+
"reflect-metadata": "^0.2.2",
|
|
58
|
+
"tslib": "^2.8.1",
|
|
59
|
+
"tsup": "^8.5.1",
|
|
60
|
+
"typescript": "^6.0.3"
|
|
61
|
+
}
|
|
59
62
|
}
|