@nest-boot/graphql-connection 6.10.1 → 6.10.3

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.inferType = void 0;
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":";;;AAAA,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;AAdD,8BAcC"}
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.1",
3
+ "version": "6.10.3",
4
4
  "description": "",
5
5
  "author": "d4rkcr0w <me@d4rkcr0w.com>",
6
6
  "homepage": "",
@@ -14,35 +14,35 @@
14
14
  "dist"
15
15
  ],
16
16
  "dependencies": {
17
- "chevrotain": "^10.5.0",
17
+ "chevrotain": "10.5.0",
18
18
  "inflection": "^3.0.0",
19
19
  "lodash": "^4.17.21"
20
20
  },
21
21
  "devDependencies": {
22
- "@mikro-orm/core": "^6.1.4",
23
- "@mikro-orm/knex": "^6.1.4",
24
- "@nestjs/apollo": "^12.1.0",
25
- "@nestjs/common": "^10.3.3",
26
- "@nestjs/core": "^10.3.3",
27
- "@nestjs/graphql": "^12.1.1",
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.14.198",
31
- "@types/node": "^20.11.19",
32
- "eslint": "^8.49.0",
33
- "express": "^4.18.2",
34
- "graphql": "^16.8.1",
35
- "ioredis": "^5.3.2",
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.1.13",
42
+ "reflect-metadata": "^0.2.2",
38
43
  "rxjs": "^7.8.1",
39
- "ts-jest": "^29.1.2",
40
- "typescript": "^5.2.2",
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",
@@ -56,8 +56,8 @@
56
56
  "ioredis": "^5.3.2",
57
57
  "reflect-metadata": "^0.1.13",
58
58
  "rxjs": "^7.0.0",
59
- "@nest-boot/common": "6.10.0",
60
- "@nest-boot/database": "6.10.0"
59
+ "@nest-boot/common": "^6.10.16.10.1",
60
+ "@nest-boot/database": "^6.11.16.11.0"
61
61
  },
62
62
  "publishConfig": {
63
63
  "access": "public"