@nest-boot/graphql-connection 7.7.0 → 7.7.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.
@@ -5,7 +5,7 @@ import type { FieldType, ReplacementCallbackFieldOptions as FilterReplacementCal
5
5
  export interface BaseFieldOptions {
6
6
  /**
7
7
  * Whether this field can be used in filter queries.
8
- * @default true
8
+ * @defaultValue true
9
9
  */
10
10
  filterable?: boolean;
11
11
  /**
package/package.json CHANGED
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "@nest-boot/graphql-connection",
3
- "version": "7.7.0",
3
+ "version": "7.7.2",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/nest-boot/nest-boot.git",
7
+ "directory": "packages/graphql-connection"
8
+ },
4
9
  "description": "",
5
10
  "author": {
6
11
  "name": "Xudong Huang",
@@ -35,7 +40,7 @@
35
40
  "@types/jest": "^29.5.14",
36
41
  "@types/lodash": "^4.17.20",
37
42
  "@types/node": "^22.18.6",
38
- "eslint": "^9.39.2",
43
+ "eslint": "^9.39.3",
39
44
  "express": "^5.1.0",
40
45
  "graphql": "^16.11.0",
41
46
  "ioredis": "^5.8.0",
@@ -44,10 +49,10 @@
44
49
  "rxjs": "^7.8.2",
45
50
  "ts-jest": "^29.4.4",
46
51
  "typescript": "^5.9.3",
47
- "@nest-boot/eslint-plugin": "^7.0.4",
48
- "@nest-boot/tsconfig": "^7.0.1",
49
- "@nest-boot/graphql": "^7.1.2",
50
- "@nest-boot/eslint-config": "^7.0.2"
52
+ "@nest-boot/eslint-config": "^7.0.3",
53
+ "@nest-boot/eslint-plugin": "^7.0.5",
54
+ "@nest-boot/graphql": "^7.1.3",
55
+ "@nest-boot/tsconfig": "^7.0.1"
51
56
  },
52
57
  "peerDependencies": {
53
58
  "@mikro-orm/core": "^6.0.0",