@nest-boot/graphql 6.0.0-beta.4 → 6.10.0
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/LICENSE +21 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nest-boot/graphql",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.10.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "d4rkcr0w <me@d4rkcr0w.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -13,32 +13,21 @@
|
|
|
13
13
|
"files": [
|
|
14
14
|
"dist"
|
|
15
15
|
],
|
|
16
|
-
"scripts": {
|
|
17
|
-
"build": "tsc -p tsconfig.build.json",
|
|
18
|
-
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
|
19
|
-
"dev": "tsc -w -p tsconfig.build.json",
|
|
20
|
-
"lint": "eslint \"{src,test}/**/*.ts\" --fix"
|
|
21
|
-
},
|
|
22
16
|
"dependencies": {
|
|
23
17
|
"@apollo/server": "^4.10.0",
|
|
24
18
|
"graphql-query-complexity": "^0.12.0",
|
|
25
19
|
"lodash": "^4.17.21"
|
|
26
20
|
},
|
|
27
21
|
"devDependencies": {
|
|
28
|
-
"@mikro-orm/core": "^6.1.
|
|
29
|
-
"@
|
|
30
|
-
"@
|
|
31
|
-
"@
|
|
32
|
-
"@
|
|
33
|
-
"@nest-boot/tsconfig": "5.1.0",
|
|
34
|
-
"@nestjs/apollo": "^12.0.9",
|
|
35
|
-
"@nestjs/common": "^10.3.1",
|
|
36
|
-
"@nestjs/core": "^10.3.1",
|
|
37
|
-
"@nestjs/graphql": "^12.0.9",
|
|
22
|
+
"@mikro-orm/core": "^6.1.4",
|
|
23
|
+
"@nestjs/apollo": "^12.1.0",
|
|
24
|
+
"@nestjs/common": "^10.3.3",
|
|
25
|
+
"@nestjs/core": "^10.3.3",
|
|
26
|
+
"@nestjs/graphql": "^12.1.1",
|
|
38
27
|
"@types/express": "^4.17.17",
|
|
39
28
|
"@types/jest": "^29.5.12",
|
|
40
29
|
"@types/lodash": "^4.14.198",
|
|
41
|
-
"@types/node": "^20.11.
|
|
30
|
+
"@types/node": "^20.11.19",
|
|
42
31
|
"dataloader": "^2.2.2",
|
|
43
32
|
"eslint": "^8.49.0",
|
|
44
33
|
"express": "^4.18.2",
|
|
@@ -48,15 +37,18 @@
|
|
|
48
37
|
"reflect-metadata": "^0.1.13",
|
|
49
38
|
"rxjs": "^7.8.1",
|
|
50
39
|
"ts-jest": "^29.1.2",
|
|
51
|
-
"typescript": "^5.2.2"
|
|
40
|
+
"typescript": "^5.2.2",
|
|
41
|
+
"@nest-boot/common": "6.10.0",
|
|
42
|
+
"@nest-boot/eslint-plugin": "6.10.0",
|
|
43
|
+
"@nest-boot/database": "6.10.0",
|
|
44
|
+
"@nest-boot/eslint-config": "6.10.0",
|
|
45
|
+
"@nest-boot/tsconfig": "6.10.0"
|
|
52
46
|
},
|
|
53
47
|
"optionalDependencies": {
|
|
54
|
-
"@nest-boot/logger": "6.
|
|
48
|
+
"@nest-boot/logger": "6.10.0"
|
|
55
49
|
},
|
|
56
50
|
"peerDependencies": {
|
|
57
51
|
"@mikro-orm/core": "^6.0.0",
|
|
58
|
-
"@nest-boot/common": "6.0.0-beta.3",
|
|
59
|
-
"@nest-boot/database": "6.0.0-beta.4",
|
|
60
52
|
"@nestjs/apollo": "^12.0.0",
|
|
61
53
|
"@nestjs/common": "^10.0.0",
|
|
62
54
|
"@nestjs/core": "^10.0.0",
|
|
@@ -66,7 +58,9 @@
|
|
|
66
58
|
"graphql": "^16.0.0",
|
|
67
59
|
"ioredis": "^5.3.2",
|
|
68
60
|
"reflect-metadata": "^0.1.13",
|
|
69
|
-
"rxjs": "^7.0.0"
|
|
61
|
+
"rxjs": "^7.0.0",
|
|
62
|
+
"@nest-boot/common": "6.10.0",
|
|
63
|
+
"@nest-boot/database": "6.10.0"
|
|
70
64
|
},
|
|
71
65
|
"publishConfig": {
|
|
72
66
|
"access": "public"
|
|
@@ -79,5 +73,11 @@
|
|
|
79
73
|
},
|
|
80
74
|
"volta": {
|
|
81
75
|
"extends": "../../package.json"
|
|
76
|
+
},
|
|
77
|
+
"scripts": {
|
|
78
|
+
"build": "tsc -p tsconfig.build.json",
|
|
79
|
+
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
|
80
|
+
"dev": "tsc -w -p tsconfig.build.json",
|
|
81
|
+
"lint": "eslint \"{src,test}/**/*.ts\" --fix"
|
|
82
82
|
}
|
|
83
|
-
}
|
|
83
|
+
}
|