@nest-boot/graphql 6.0.0-beta.4 → 6.10.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/LICENSE +21 -0
- package/dist/decorators/complexity.decorator.js +2 -3
- package/dist/decorators/complexity.decorator.js.map +1 -1
- package/dist/graphql.exception-filter.js +1 -1
- package/dist/graphql.exception-filter.js.map +1 -1
- package/dist/plugins/complexity.plugin.js +1 -1
- package/dist/plugins/complexity.plugin.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nest-boot/graphql",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.10.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "d4rkcr0w <me@d4rkcr0w.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -13,50 +13,44 @@
|
|
|
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
|
-
"@apollo/server": "^4.10.
|
|
24
|
-
"graphql-query-complexity": "^0.
|
|
17
|
+
"@apollo/server": "^4.10.4",
|
|
18
|
+
"graphql-query-complexity": "^1.0.0",
|
|
25
19
|
"lodash": "^4.17.21"
|
|
26
20
|
},
|
|
27
21
|
"devDependencies": {
|
|
28
|
-
"@mikro-orm/core": "^6.
|
|
29
|
-
"@nest-boot/common": "6.
|
|
30
|
-
"@nest-boot/database": "6.
|
|
31
|
-
"@nest-boot/eslint-config": "6.
|
|
32
|
-
"@nest-boot/eslint-plugin": "6.
|
|
33
|
-
"@nest-boot/tsconfig": "
|
|
34
|
-
"@nestjs/apollo": "^12.0
|
|
35
|
-
"@nestjs/common": "^10.3.
|
|
36
|
-
"@nestjs/core": "^10.3.
|
|
37
|
-
"@nestjs/graphql": "^12.0
|
|
22
|
+
"@mikro-orm/core": "^6.2.9",
|
|
23
|
+
"@nest-boot/common": "^6.10.1",
|
|
24
|
+
"@nest-boot/database": "^6.11.0",
|
|
25
|
+
"@nest-boot/eslint-config": "^6.10.1",
|
|
26
|
+
"@nest-boot/eslint-plugin": "^6.10.1",
|
|
27
|
+
"@nest-boot/tsconfig": "^6.0.0",
|
|
28
|
+
"@nestjs/apollo": "^12.2.0",
|
|
29
|
+
"@nestjs/common": "^10.3.10",
|
|
30
|
+
"@nestjs/core": "^10.3.10",
|
|
31
|
+
"@nestjs/graphql": "^12.2.0",
|
|
38
32
|
"@types/express": "^4.17.17",
|
|
39
33
|
"@types/jest": "^29.5.12",
|
|
40
|
-
"@types/lodash": "^4.
|
|
41
|
-
"@types/node": "^20.
|
|
34
|
+
"@types/lodash": "^4.17.6",
|
|
35
|
+
"@types/node": "^20.14.10",
|
|
42
36
|
"dataloader": "^2.2.2",
|
|
43
|
-
"eslint": "^8.
|
|
44
|
-
"express": "^4.
|
|
45
|
-
"graphql": "^16.
|
|
46
|
-
"ioredis": "^5.
|
|
37
|
+
"eslint": "^8.56.0",
|
|
38
|
+
"express": "^4.19.2",
|
|
39
|
+
"graphql": "^16.9.0",
|
|
40
|
+
"ioredis": "^5.4.1",
|
|
47
41
|
"jest": "^29.7.0",
|
|
48
|
-
"reflect-metadata": "^0.
|
|
42
|
+
"reflect-metadata": "^0.2.2",
|
|
49
43
|
"rxjs": "^7.8.1",
|
|
50
|
-
"ts-jest": "^29.
|
|
51
|
-
"typescript": "^5.
|
|
44
|
+
"ts-jest": "^29.2.2",
|
|
45
|
+
"typescript": "^5.5.3"
|
|
52
46
|
},
|
|
53
47
|
"optionalDependencies": {
|
|
54
|
-
"@nest-boot/logger": "6.
|
|
48
|
+
"@nest-boot/logger": "^6.10.1"
|
|
55
49
|
},
|
|
56
50
|
"peerDependencies": {
|
|
57
51
|
"@mikro-orm/core": "^6.0.0",
|
|
58
|
-
"@nest-boot/common": "6.
|
|
59
|
-
"@nest-boot/database": "6.
|
|
52
|
+
"@nest-boot/common": "^6.10.1",
|
|
53
|
+
"@nest-boot/database": "^6.11.0",
|
|
60
54
|
"@nestjs/apollo": "^12.0.0",
|
|
61
55
|
"@nestjs/common": "^10.0.0",
|
|
62
56
|
"@nestjs/core": "^10.0.0",
|
|
@@ -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
|
+
}
|