@sisques-labs/nestjs-kit 0.7.0 → 0.7.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/dist/shared/transport/graphql/dtos/requests/base-find-by-criteria/base-find-by-criteria.input.js +6 -2
- package/dist/shared/transport/graphql/dtos/requests/base-find-by-criteria/base-find-by-criteria.input.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +10 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sisques-labs/nestjs-kit",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "NestJS Kit with DDD/CQRS base classes, value objects, repository abstractions, and GraphQL utilities",
|
|
5
5
|
"author": "JSisques",
|
|
6
6
|
"private": false,
|
|
@@ -28,45 +28,29 @@
|
|
|
28
28
|
],
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@apollo/server": ">=4.0.0",
|
|
31
|
-
"@kafkajs/confluent-schema-registry": ">=3.0.0",
|
|
32
|
-
"@nestjs/axios": ">=3.0.0",
|
|
33
31
|
"@nestjs/apollo": ">=12.0.0",
|
|
34
32
|
"@nestjs/common": ">=10.0.0",
|
|
35
33
|
"@nestjs/config": ">=3.0.0",
|
|
36
34
|
"@nestjs/core": ">=10.0.0",
|
|
37
|
-
"@nestjs/cqrs": ">=10.0.0",
|
|
38
35
|
"@nestjs/graphql": ">=12.0.0",
|
|
39
36
|
"@nestjs/typeorm": ">=10.0.0",
|
|
40
|
-
"class-transformer": ">=0.5.0",
|
|
41
|
-
"class-validator": ">=0.14.0",
|
|
42
37
|
"graphql": ">=16.0.0",
|
|
43
38
|
"graphql-query-complexity": ">=0.12.0",
|
|
44
39
|
"mongodb": ">=6.0.0",
|
|
45
40
|
"reflect-metadata": ">=0.2.0",
|
|
46
41
|
"rxjs": ">=7.0.0",
|
|
47
|
-
"typeorm": ">=0.3.0"
|
|
48
|
-
"winston": ">=3.0.0",
|
|
49
|
-
"winston-daily-rotate-file": ">=5.0.0"
|
|
42
|
+
"typeorm": ">=0.3.0"
|
|
50
43
|
},
|
|
51
44
|
"peerDependenciesMeta": {
|
|
52
45
|
"@apollo/server": {
|
|
53
46
|
"optional": true
|
|
54
47
|
},
|
|
55
|
-
"@kafkajs/confluent-schema-registry": {
|
|
56
|
-
"optional": true
|
|
57
|
-
},
|
|
58
|
-
"@nestjs/axios": {
|
|
59
|
-
"optional": true
|
|
60
|
-
},
|
|
61
48
|
"@nestjs/apollo": {
|
|
62
49
|
"optional": true
|
|
63
50
|
},
|
|
64
51
|
"@nestjs/config": {
|
|
65
52
|
"optional": true
|
|
66
53
|
},
|
|
67
|
-
"@nestjs/cqrs": {
|
|
68
|
-
"optional": true
|
|
69
|
-
},
|
|
70
54
|
"@nestjs/graphql": {
|
|
71
55
|
"optional": true
|
|
72
56
|
},
|
|
@@ -76,12 +60,6 @@
|
|
|
76
60
|
"graphql": {
|
|
77
61
|
"optional": true
|
|
78
62
|
},
|
|
79
|
-
"class-transformer": {
|
|
80
|
-
"optional": true
|
|
81
|
-
},
|
|
82
|
-
"class-validator": {
|
|
83
|
-
"optional": true
|
|
84
|
-
},
|
|
85
63
|
"graphql-query-complexity": {
|
|
86
64
|
"optional": true
|
|
87
65
|
},
|
|
@@ -90,16 +68,17 @@
|
|
|
90
68
|
},
|
|
91
69
|
"typeorm": {
|
|
92
70
|
"optional": true
|
|
93
|
-
},
|
|
94
|
-
"winston": {
|
|
95
|
-
"optional": true
|
|
96
|
-
},
|
|
97
|
-
"winston-daily-rotate-file": {
|
|
98
|
-
"optional": true
|
|
99
71
|
}
|
|
100
72
|
},
|
|
101
73
|
"dependencies": {
|
|
102
|
-
"dotenv": "^16.0.0"
|
|
74
|
+
"dotenv": "^16.0.0",
|
|
75
|
+
"@kafkajs/confluent-schema-registry": "^3.9.0",
|
|
76
|
+
"@nestjs/axios": "^3.1.3",
|
|
77
|
+
"@nestjs/cqrs": "^10.0.0",
|
|
78
|
+
"class-transformer": "^0.5.1",
|
|
79
|
+
"class-validator": "^0.15.1",
|
|
80
|
+
"winston": "^3.19.0",
|
|
81
|
+
"winston-daily-rotate-file": "^5.0.0"
|
|
103
82
|
},
|
|
104
83
|
"devDependencies": {
|
|
105
84
|
"@apollo/server": "^4.0.0",
|