@digital-alchemy/core 24.10.4 → 24.10.5
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/helpers/config-environment-loader.helper.js +13 -5
- package/dist/helpers/config-environment-loader.helper.js.map +1 -1
- package/dist/helpers/config.helper.d.ts +21 -1
- package/dist/helpers/config.helper.js.map +1 -1
- package/dist/helpers/cron.helper.d.ts +4 -2
- package/dist/helpers/cron.helper.js +5 -0
- package/dist/helpers/cron.helper.js.map +1 -1
- package/dist/helpers/module.helper.js +13 -10
- package/dist/helpers/module.helper.js.map +1 -1
- package/dist/helpers/wiring.helper.d.ts +6 -11
- package/dist/helpers/wiring.helper.js +5 -1
- package/dist/helpers/wiring.helper.js.map +1 -1
- package/dist/services/configuration.extension.d.ts +1 -1
- package/dist/services/configuration.extension.js +92 -57
- package/dist/services/configuration.extension.js.map +1 -1
- package/dist/services/internal.extension.d.ts +6 -1
- package/dist/services/internal.extension.js +6 -1
- package/dist/services/internal.extension.js.map +1 -1
- package/dist/services/logger.extension.js +5 -5
- package/dist/services/logger.extension.js.map +1 -1
- package/dist/services/scheduler.extension.js +12 -12
- package/dist/services/scheduler.extension.js.map +1 -1
- package/dist/services/wiring.extension.d.ts +2 -4
- package/dist/services/wiring.extension.js +16 -13
- package/dist/services/wiring.extension.js.map +1 -1
- package/dist/testing/test-module.d.ts +13 -5
- package/dist/testing/test-module.js +5 -2
- package/dist/testing/test-module.js.map +1 -1
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "git+https://github.com/Digital-Alchemy-TS/core"
|
|
7
7
|
},
|
|
8
|
-
"version": "24.10.
|
|
8
|
+
"version": "24.10.5",
|
|
9
9
|
"author": {
|
|
10
10
|
"url": "https://github.com/zoe-codez",
|
|
11
11
|
"name": "Zoe Codez"
|
|
@@ -47,20 +47,20 @@
|
|
|
47
47
|
"node": ">=20"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"chalk": "^5",
|
|
51
|
-
"dayjs": "^1",
|
|
52
|
-
"dotenv": "^16",
|
|
53
|
-
"ini": "^
|
|
54
|
-
"js-yaml": "^4",
|
|
55
|
-
"minimist": "^1",
|
|
56
|
-
"node-cron": "^3",
|
|
57
|
-
"uuid": "^
|
|
50
|
+
"chalk": "^5.3.0",
|
|
51
|
+
"dayjs": "^1.11.13",
|
|
52
|
+
"dotenv": "^16.4.5",
|
|
53
|
+
"ini": "^5.0.0",
|
|
54
|
+
"js-yaml": "^4.1.0",
|
|
55
|
+
"minimist": "^1.2.8",
|
|
56
|
+
"node-cron": "^3.0.3",
|
|
57
|
+
"uuid": "^10.0.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@cspell/eslint-plugin": "^8.
|
|
61
|
-
"@eslint/compat": "^1.
|
|
60
|
+
"@cspell/eslint-plugin": "^8.15.4",
|
|
61
|
+
"@eslint/compat": "^1.2.1",
|
|
62
62
|
"@eslint/eslintrc": "^3.1.0",
|
|
63
|
-
"@eslint/js": "^9.
|
|
63
|
+
"@eslint/js": "^9.13.0",
|
|
64
64
|
"@faker-js/faker": "^9.0.3",
|
|
65
65
|
"@jest/globals": "^29.7.0",
|
|
66
66
|
"@types/dotenv": "^8.2.0",
|
|
@@ -68,27 +68,27 @@
|
|
|
68
68
|
"@types/jest": "^29.5.13",
|
|
69
69
|
"@types/js-yaml": "^4.0.9",
|
|
70
70
|
"@types/minimist": "^1.2.5",
|
|
71
|
-
"@types/node": "^22.7.
|
|
71
|
+
"@types/node": "^22.7.7",
|
|
72
72
|
"@types/node-cron": "^3.0.11",
|
|
73
73
|
"@types/sinonjs__fake-timers": "^8.1.5",
|
|
74
74
|
"@types/uuid": "^10.0.0",
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
76
|
-
"@typescript-eslint/parser": "8.
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "8.10.0",
|
|
76
|
+
"@typescript-eslint/parser": "8.10.0",
|
|
77
77
|
"chalk": "^5.3.0",
|
|
78
78
|
"dayjs": "^1.11.13",
|
|
79
79
|
"dotenv": "^16.4.5",
|
|
80
|
-
"eslint": "9.
|
|
80
|
+
"eslint": "9.13.0",
|
|
81
81
|
"eslint-config-prettier": "9.1.0",
|
|
82
|
-
"eslint-plugin-import": "^2.
|
|
82
|
+
"eslint-plugin-import": "^2.31.0",
|
|
83
83
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
84
|
-
"eslint-plugin-no-unsanitized": "^4.1.
|
|
84
|
+
"eslint-plugin-no-unsanitized": "^4.1.2",
|
|
85
85
|
"eslint-plugin-prettier": "^5.2.1",
|
|
86
86
|
"eslint-plugin-security": "^3.0.1",
|
|
87
87
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
88
|
-
"eslint-plugin-sonarjs": "^2.0.
|
|
88
|
+
"eslint-plugin-sonarjs": "^2.0.4",
|
|
89
89
|
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
90
|
-
"eslint-plugin-unicorn": "^
|
|
91
|
-
"globals": "^15.
|
|
90
|
+
"eslint-plugin-unicorn": "^56.0.0",
|
|
91
|
+
"globals": "^15.11.0",
|
|
92
92
|
"ini": "^5.0.0",
|
|
93
93
|
"jest": "^29.7.0",
|
|
94
94
|
"jest-environment-node": "^29.7.0",
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
"node-cron": "^3.0.3",
|
|
98
98
|
"prettier": "^3.3.3",
|
|
99
99
|
"ts-jest": "^29.2.5",
|
|
100
|
-
"tslib": "^2.
|
|
100
|
+
"tslib": "^2.8.0",
|
|
101
101
|
"tsx": "^4.19.1",
|
|
102
102
|
"type-fest": "^4.26.1",
|
|
103
|
-
"typescript": "^5.6.
|
|
103
|
+
"typescript": "^5.6.3",
|
|
104
104
|
"uuid": "^10.0.0"
|
|
105
105
|
},
|
|
106
106
|
"jest": {
|