@nestia/sdk 7.3.1 → 7.3.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.
@@ -40,9 +40,7 @@ export interface INestiaConfig {
40
40
  * Recommend to use `"packages/api"` value.
41
41
  */
42
42
  distribute?: string;
43
- /**
44
- * @default false
45
- */
43
+ /** @default false */
46
44
  keyword?: boolean;
47
45
  /**
48
46
  * Allow simulation mode.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestia/sdk",
3
- "version": "7.3.1",
3
+ "version": "7.3.2",
4
4
  "description": "Nestia SDK and Swagger generator",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "homepage": "https://nestia.io",
34
34
  "dependencies": {
35
- "@nestia/core": "^7.3.1",
36
- "@nestia/fetcher": "^7.3.1",
35
+ "@nestia/core": "^7.3.2",
36
+ "@nestia/fetcher": "^7.3.2",
37
37
  "@samchon/openapi": "^4.5.0",
38
38
  "cli": "^1.0.1",
39
39
  "get-function-location": "^2.0.0",
@@ -44,10 +44,10 @@
44
44
  "tsconfck": "^2.1.2",
45
45
  "tsconfig-paths": "^4.1.1",
46
46
  "tstl": "^3.0.0",
47
- "typia": "^9.5.0"
47
+ "typia": "^9.6.1"
48
48
  },
49
49
  "peerDependencies": {
50
- "@nestia/core": ">=7.3.1"
50
+ "@nestia/core": ">=7.3.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@nestjs/common": "^11.0.13",
@@ -64,7 +64,7 @@
64
64
  "rimraf": "^6.0.1",
65
65
  "tgrid": "^1.1.0",
66
66
  "ts-patch": "^3.3.0",
67
- "typescript": "~5.8.3",
67
+ "typescript": "~5.9.2",
68
68
  "typescript-transform-paths": "^3.4.4"
69
69
  },
70
70
  "files": [
@@ -49,9 +49,7 @@ export interface INestiaConfig {
49
49
  */
50
50
  distribute?: string;
51
51
 
52
- /**
53
- * @default false
54
- */
52
+ /** @default false */
55
53
  keyword?: boolean;
56
54
 
57
55
  /**