opticore-webapp 1.0.78 → 1.0.80

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();
package/package.json CHANGED
@@ -1,59 +1,62 @@
1
1
  {
2
- "name": "opticore-webapp",
3
- "version": "1.0.78",
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
- "dotenv": "^17.4.2",
35
- "gradient-string": "^3.0.0",
36
- "opticore-catch-exception-error": "^1.0.28",
37
- "opticore-dependency-inject": "^1.0.7",
38
- "opticore-env-access": "^1.0.15",
39
- "opticore-express": "^1.0.7",
40
- "opticore-http-response": "^1.0.9",
41
- "opticore-loader-translation": "^1.0.4",
42
- "opticore-logger": "^1.0.29",
43
- "opticore-request-call-event": "^1.0.11",
44
- "opticore-router": "^1.0.20",
45
- "opticore-server-logger": "^1.0.8",
46
- "opticore-translator": "^1.0.13",
47
- "opticore-validator": "^1.0.3",
48
- "opticore-watcher": "^1.0.30"
49
- },
50
- "devDependencies": {
51
- "@types/cors": "^2.8.19",
52
- "@types/gradient-string": "^1.1.6",
53
- "@types/node": "^24.12.4",
54
- "reflect-metadata": "^0.2.2",
55
- "tslib": "^2.8.1",
56
- "tsup": "^8.4.0",
57
- "typescript": "^5.4.5"
58
- }
2
+ "name": "opticore-webapp",
3
+ "version": "1.0.80",
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.20",
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.12",
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
  }