@haskou/ddd-kernel 1.0.0 → 1.0.1
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/package.json +7 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haskou/ddd-kernel",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Framework-agnostic DDD kernel for TypeScript applications and microservices.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -254,6 +254,10 @@
|
|
|
254
254
|
"microservices"
|
|
255
255
|
],
|
|
256
256
|
"license": "MIT",
|
|
257
|
+
"dependencies": {
|
|
258
|
+
"fs-extra": "^11.3.5",
|
|
259
|
+
"node-dependency-injection": "3.2.6"
|
|
260
|
+
},
|
|
257
261
|
"devDependencies": {
|
|
258
262
|
"@haskou/eslint-config": "^0.1.2",
|
|
259
263
|
"@types/amqplib": "^0.10.8",
|
|
@@ -268,10 +272,8 @@
|
|
|
268
272
|
"cors": "^2.8.6",
|
|
269
273
|
"eslint": "^10.5.0",
|
|
270
274
|
"express": "5.2.1",
|
|
271
|
-
"fs-extra": "^11.3.5",
|
|
272
275
|
"mongodb": "^7.3.0",
|
|
273
276
|
"node-cron": "^4.5.0",
|
|
274
|
-
"node-dependency-injection": "3.2.6",
|
|
275
277
|
"prettier": "^3.8.4",
|
|
276
278
|
"reflect-metadata": "^0.2.2",
|
|
277
279
|
"routing-controllers": "^0.11.3",
|
|
@@ -283,12 +285,12 @@
|
|
|
283
285
|
},
|
|
284
286
|
"peerDependencies": {
|
|
285
287
|
"amqplib": "^2.0.1",
|
|
288
|
+
"class-transformer": "^0.5.1",
|
|
289
|
+
"class-validator": "^0.14.4",
|
|
286
290
|
"cors": "^2.8.6",
|
|
287
291
|
"express": "5.2.1",
|
|
288
|
-
"fs-extra": "11.3.4",
|
|
289
292
|
"mongodb": "^7.3.0",
|
|
290
293
|
"node-cron": "^4.5.0",
|
|
291
|
-
"node-dependency-injection": "3.2.6",
|
|
292
294
|
"reflect-metadata": "^0.2.2",
|
|
293
295
|
"routing-controllers": "^0.11.3",
|
|
294
296
|
"winston": "3.19.0",
|
|
@@ -310,18 +312,12 @@
|
|
|
310
312
|
"express": {
|
|
311
313
|
"optional": true
|
|
312
314
|
},
|
|
313
|
-
"fs-extra": {
|
|
314
|
-
"optional": true
|
|
315
|
-
},
|
|
316
315
|
"mongodb": {
|
|
317
316
|
"optional": true
|
|
318
317
|
},
|
|
319
318
|
"node-cron": {
|
|
320
319
|
"optional": true
|
|
321
320
|
},
|
|
322
|
-
"node-dependency-injection": {
|
|
323
|
-
"optional": true
|
|
324
|
-
},
|
|
325
321
|
"reflect-metadata": {
|
|
326
322
|
"optional": true
|
|
327
323
|
},
|