@nest-boot/graphql-connection 6.10.1 → 6.10.2
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/utils/infer-type.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.inferType =
|
|
3
|
+
exports.inferType = inferType;
|
|
4
4
|
function inferType(value) {
|
|
5
5
|
if (value instanceof Date) {
|
|
6
6
|
return "date";
|
|
@@ -11,5 +11,4 @@ function inferType(value) {
|
|
|
11
11
|
}
|
|
12
12
|
return "string";
|
|
13
13
|
}
|
|
14
|
-
exports.inferType = inferType;
|
|
15
14
|
//# sourceMappingURL=infer-type.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"infer-type.js","sourceRoot":"","sources":["../../src/utils/infer-type.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"infer-type.js","sourceRoot":"","sources":["../../src/utils/infer-type.ts"],"names":[],"mappings":";;AAAA,8BAcC;AAdD,SAAgB,SAAS,CACvB,KAAgD;IAEhD,IAAI,KAAK,YAAY,IAAI,EAAE,CAAC;QAC1B,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,MAAM,MAAM,GAAG,OAAO,KAAK,CAAC;IAE5B,IAAI,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;QAC/D,OAAO,MAAoD,CAAC;IAC9D,CAAC;IAED,OAAO,QAAQ,CAAC;AAClB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nest-boot/graphql-connection",
|
|
3
|
-
"version": "6.10.
|
|
3
|
+
"version": "6.10.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "d4rkcr0w <me@d4rkcr0w.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -14,39 +14,41 @@
|
|
|
14
14
|
"dist"
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"chevrotain": "^
|
|
17
|
+
"chevrotain": "^11.0.3",
|
|
18
18
|
"inflection": "^3.0.0",
|
|
19
19
|
"lodash": "^4.17.21"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@mikro-orm/core": "^6.
|
|
23
|
-
"@mikro-orm/knex": "^6.
|
|
24
|
-
"@
|
|
25
|
-
"@
|
|
26
|
-
"@
|
|
27
|
-
"@
|
|
22
|
+
"@mikro-orm/core": "^6.2.9",
|
|
23
|
+
"@mikro-orm/knex": "^6.2.9",
|
|
24
|
+
"@nest-boot/common": "^6.10.1",
|
|
25
|
+
"@nest-boot/database": "^6.11.0",
|
|
26
|
+
"@nest-boot/eslint-config": "^6.10.1",
|
|
27
|
+
"@nest-boot/eslint-plugin": "^6.10.1",
|
|
28
|
+
"@nest-boot/tsconfig": "^6.0.0",
|
|
29
|
+
"@nestjs/apollo": "^12.2.0",
|
|
30
|
+
"@nestjs/common": "^10.3.10",
|
|
31
|
+
"@nestjs/core": "^10.3.10",
|
|
32
|
+
"@nestjs/graphql": "^12.2.0",
|
|
28
33
|
"@types/express": "^4.17.17",
|
|
29
34
|
"@types/jest": "^29.5.12",
|
|
30
|
-
"@types/lodash": "^4.
|
|
31
|
-
"@types/node": "^20.
|
|
32
|
-
"eslint": "^8.
|
|
33
|
-
"express": "^4.
|
|
34
|
-
"graphql": "^16.
|
|
35
|
-
"ioredis": "^5.
|
|
35
|
+
"@types/lodash": "^4.17.6",
|
|
36
|
+
"@types/node": "^20.14.10",
|
|
37
|
+
"eslint": "^8.56.0",
|
|
38
|
+
"express": "^4.19.2",
|
|
39
|
+
"graphql": "^16.9.0",
|
|
40
|
+
"ioredis": "^5.4.1",
|
|
36
41
|
"jest": "^29.7.0",
|
|
37
|
-
"reflect-metadata": "^0.
|
|
42
|
+
"reflect-metadata": "^0.2.2",
|
|
38
43
|
"rxjs": "^7.8.1",
|
|
39
|
-
"ts-jest": "^29.
|
|
40
|
-
"typescript": "^5.
|
|
41
|
-
"@nest-boot/common": "6.10.0",
|
|
42
|
-
"@nest-boot/database": "6.10.0",
|
|
43
|
-
"@nest-boot/eslint-config": "6.10.0",
|
|
44
|
-
"@nest-boot/eslint-plugin": "6.10.0",
|
|
45
|
-
"@nest-boot/tsconfig": "6.10.0"
|
|
44
|
+
"ts-jest": "^29.2.2",
|
|
45
|
+
"typescript": "^5.5.3"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@mikro-orm/core": "^6.0.0",
|
|
49
49
|
"@mikro-orm/knex": "^6.0.0",
|
|
50
|
+
"@nest-boot/common": "^6.10.1",
|
|
51
|
+
"@nest-boot/database": "^6.11.0",
|
|
50
52
|
"@nestjs/apollo": "^12.0.0",
|
|
51
53
|
"@nestjs/common": "^10.0.0",
|
|
52
54
|
"@nestjs/core": "^10.0.0",
|
|
@@ -55,9 +57,7 @@
|
|
|
55
57
|
"graphql": "^16.0.0",
|
|
56
58
|
"ioredis": "^5.3.2",
|
|
57
59
|
"reflect-metadata": "^0.1.13",
|
|
58
|
-
"rxjs": "^7.0.0"
|
|
59
|
-
"@nest-boot/common": "6.10.0",
|
|
60
|
-
"@nest-boot/database": "6.10.0"
|
|
60
|
+
"rxjs": "^7.0.0"
|
|
61
61
|
},
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|