nestjs-backend-common 0.0.4 → 0.0.6
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 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nestjs-backend-common",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"main": "dist/src/index",
|
|
5
5
|
"types": "dist/src/index",
|
|
6
6
|
"repository": {
|
|
@@ -22,11 +22,14 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/kasir-barati/nestjs-backend-common#readme",
|
|
24
24
|
"description": "All the utility functions and common modules I usually use in my NestJS applications will be published and maintained here.",
|
|
25
|
-
"
|
|
26
|
-
"@nestjs/common": "^11.0.20",
|
|
25
|
+
"peerDependencies": {
|
|
27
26
|
"@nestjs/core": "^11.0.20",
|
|
28
|
-
"@nestjs/
|
|
27
|
+
"@nestjs/common": "^11.0.20",
|
|
29
28
|
"nestjs-cls": "^5.4.3",
|
|
29
|
+
"reflect-metadata": "^0.2.2"
|
|
30
|
+
},
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"@nestjs/graphql": "^13.1.0",
|
|
30
33
|
"rxjs": "^7.8.2"
|
|
31
34
|
},
|
|
32
35
|
"devDependencies": {
|