@nest-boot/graphql-connection 6.10.3 → 7.0.0-beta.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/dist/connection-query-builder.js +5 -6
- package/dist/connection-query-builder.js.map +1 -1
- package/dist/connection.builder.js +1 -3
- package/dist/connection.builder.js.map +1 -1
- package/dist/cursor.js +1 -0
- package/dist/cursor.js.map +1 -1
- package/dist/interfaces/order-field.type.d.ts +1 -3
- package/dist/search-syntax.parser.js.map +1 -1
- package/dist/search-syntax.visitor.js +1 -0
- package/dist/search-syntax.visitor.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +27 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nest-boot/graphql-connection",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0-beta.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "d4rkcr0w <me@d4rkcr0w.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -15,49 +15,45 @@
|
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"chevrotain": "10.5.0",
|
|
18
|
-
"inflection": "^3.0.
|
|
18
|
+
"inflection": "^3.0.2",
|
|
19
19
|
"lodash": "^4.17.21"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@mikro-orm/core": "^6.
|
|
23
|
-
"@mikro-orm/knex": "^6.
|
|
24
|
-
"@nest-boot/
|
|
25
|
-
"@nest-boot/
|
|
26
|
-
"@nest-boot/eslint-config": "^6.10.1",
|
|
27
|
-
"@nest-boot/eslint-plugin": "^6.10.1",
|
|
22
|
+
"@mikro-orm/core": "^6.4.16",
|
|
23
|
+
"@mikro-orm/knex": "^6.4.16",
|
|
24
|
+
"@nest-boot/eslint-config": "^7.0.0-beta.0",
|
|
25
|
+
"@nest-boot/eslint-plugin": "^7.0.0-beta.0",
|
|
28
26
|
"@nest-boot/tsconfig": "^6.0.0",
|
|
29
|
-
"@nestjs/apollo": "^
|
|
30
|
-
"@nestjs/common": "^
|
|
31
|
-
"@nestjs/core": "^
|
|
32
|
-
"@nestjs/graphql": "^
|
|
33
|
-
"@types/express": "^
|
|
34
|
-
"@types/jest": "^29.5.
|
|
35
|
-
"@types/lodash": "^4.17.
|
|
36
|
-
"@types/node": "^
|
|
37
|
-
"eslint": "^
|
|
38
|
-
"express": "^
|
|
39
|
-
"graphql": "^16.
|
|
40
|
-
"ioredis": "^5.
|
|
27
|
+
"@nestjs/apollo": "^13.1.0",
|
|
28
|
+
"@nestjs/common": "^11.1.3",
|
|
29
|
+
"@nestjs/core": "^11.1.3",
|
|
30
|
+
"@nestjs/graphql": "^13.1.0",
|
|
31
|
+
"@types/express": "^5.0.2",
|
|
32
|
+
"@types/jest": "^29.5.14",
|
|
33
|
+
"@types/lodash": "^4.17.17",
|
|
34
|
+
"@types/node": "^22.15.30",
|
|
35
|
+
"eslint": "^9.28.0",
|
|
36
|
+
"express": "^5.1.0",
|
|
37
|
+
"graphql": "^16.11.0",
|
|
38
|
+
"ioredis": "^5.6.1",
|
|
41
39
|
"jest": "^29.7.0",
|
|
42
40
|
"reflect-metadata": "^0.2.2",
|
|
43
|
-
"rxjs": "^7.8.
|
|
44
|
-
"ts-jest": "^29.
|
|
45
|
-
"typescript": "^5.
|
|
41
|
+
"rxjs": "^7.8.2",
|
|
42
|
+
"ts-jest": "^29.3.4",
|
|
43
|
+
"typescript": "^5.8.3"
|
|
46
44
|
},
|
|
47
45
|
"peerDependencies": {
|
|
48
46
|
"@mikro-orm/core": "^6.0.0",
|
|
49
47
|
"@mikro-orm/knex": "^6.0.0",
|
|
50
48
|
"@nestjs/apollo": "^12.0.0",
|
|
51
|
-
"@nestjs/common": "^
|
|
52
|
-
"@nestjs/core": "^
|
|
53
|
-
"@nestjs/graphql": "^
|
|
54
|
-
"express": "^
|
|
49
|
+
"@nestjs/common": "^11.0.0",
|
|
50
|
+
"@nestjs/core": "^11.0.0",
|
|
51
|
+
"@nestjs/graphql": "^13.0.0",
|
|
52
|
+
"express": "^5.0.0",
|
|
55
53
|
"graphql": "^16.0.0",
|
|
56
54
|
"ioredis": "^5.3.2",
|
|
57
|
-
"reflect-metadata": "^0.
|
|
58
|
-
"rxjs": "^7.0.0"
|
|
59
|
-
"@nest-boot/common": "^6.10.16.10.1",
|
|
60
|
-
"@nest-boot/database": "^6.11.16.11.0"
|
|
55
|
+
"reflect-metadata": "^0.2.2",
|
|
56
|
+
"rxjs": "^7.0.0"
|
|
61
57
|
},
|
|
62
58
|
"publishConfig": {
|
|
63
59
|
"access": "public"
|