@deepkit/api-console-api
Advanced tools
Comparing version
@@ -6,2 +6,16 @@ # Change Log | ||
## [1.0.1-alpha.158](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.157...v1.0.1-alpha.158) (2025-02-15) | ||
**Note:** Version bump only for package @deepkit/api-console-api | ||
## [1.0.1-alpha.157](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.156...v1.0.1-alpha.157) (2025-02-15) | ||
### Bug Fixes | ||
- tsconfig and tsc build ([ac71e83](https://github.com/deepkit/deepkit-framework/commit/ac71e838d542a3cab0e9b1cfc20b27637f1c01df)) | ||
### Features | ||
- update to angular 19 and typescript 5.7.3, new @deepkit/angular-ssr package ([#627](https://github.com/deepkit/deepkit-framework/issues/627)) ([52333a7](https://github.com/deepkit/deepkit-framework/commit/52333a71f98c7e25a74f048dd57f1efba61098f5)) | ||
## [1.0.1-alpha.156](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.155...v1.0.1-alpha.156) (2025-01-30) | ||
@@ -8,0 +22,0 @@ |
@@ -48,3 +48,3 @@ import { Excluded, ReflectionClass, Type, TypeMethod, TypeParameter } from '@deepkit/type'; | ||
category: string; | ||
bodySchemas?: any; | ||
bodySchemas?: any | undefined; | ||
deserializedBodyType?: ReflectionClass<any> & Excluded; | ||
@@ -59,3 +59,3 @@ deserializedQueryType?: ReflectionClass<any> & Excluded; | ||
responses: ApiRouteResponse[]; | ||
constructor(path: string, httpMethods: string[], controller: string, action: string, description: string, groups: string[], category: string, bodySchemas?: any); | ||
constructor(path: string, httpMethods: string[], controller: string, action: string, description: string, groups: string[], category: string, bodySchemas?: any | undefined); | ||
/** @reflection never */ | ||
@@ -62,0 +62,0 @@ getBodyType(): ReflectionClass<any> | undefined; |
@@ -48,3 +48,3 @@ import { Excluded, ReflectionClass, Type, TypeMethod, TypeParameter } from '@deepkit/type'; | ||
category: string; | ||
bodySchemas?: any; | ||
bodySchemas?: any | undefined; | ||
deserializedBodyType?: ReflectionClass<any> & Excluded; | ||
@@ -59,3 +59,3 @@ deserializedQueryType?: ReflectionClass<any> & Excluded; | ||
responses: ApiRouteResponse[]; | ||
constructor(path: string, httpMethods: string[], controller: string, action: string, description: string, groups: string[], category: string, bodySchemas?: any); | ||
constructor(path: string, httpMethods: string[], controller: string, action: string, description: string, groups: string[], category: string, bodySchemas?: any | undefined); | ||
/** @reflection never */ | ||
@@ -62,0 +62,0 @@ getBodyType(): ReflectionClass<any> | undefined; |
{ | ||
"name": "@deepkit/api-console-api", | ||
"version": "1.0.1-alpha.156", | ||
"version": "1.0.1-alpha.158", | ||
"type": "commonjs", | ||
@@ -34,8 +34,8 @@ "main": "./dist/cjs/index.js", | ||
"devDependencies": { | ||
"@deepkit/bson": "^1.0.1-alpha.156", | ||
"@deepkit/core": "^1.0.1-alpha.156", | ||
"@deepkit/injector": "^1.0.1-alpha.156", | ||
"@deepkit/logger": "^1.0.1-alpha.156", | ||
"@deepkit/rpc": "^1.0.1-alpha.156", | ||
"@deepkit/type": "^1.0.1-alpha.156" | ||
"@deepkit/bson": "^1.0.1-alpha.158", | ||
"@deepkit/core": "^1.0.1-alpha.158", | ||
"@deepkit/injector": "^1.0.1-alpha.158", | ||
"@deepkit/logger": "^1.0.1-alpha.158", | ||
"@deepkit/rpc": "^1.0.1-alpha.158", | ||
"@deepkit/type": "^1.0.1-alpha.158" | ||
}, | ||
@@ -55,3 +55,3 @@ "jest": { | ||
}, | ||
"gitHead": "b4b8a28943478dddf70830f3f8cff8e818a1abe8" | ||
"gitHead": "331127891a3f95cddc6720d64ac0703f90de3d47" | ||
} |
@@ -9,2 +9,14 @@ { | ||
{ | ||
"path": "../bson/tsconfig.esm.json" | ||
}, | ||
{ | ||
"path": "../core/tsconfig.esm.json" | ||
}, | ||
{ | ||
"path": "../injector/tsconfig.esm.json" | ||
}, | ||
{ | ||
"path": "../logger/tsconfig.esm.json" | ||
}, | ||
{ | ||
"path": "../rpc/tsconfig.esm.json" | ||
@@ -16,2 +28,2 @@ }, | ||
] | ||
} | ||
} |
@@ -12,3 +12,3 @@ { | ||
"preserveSymlinks": true, | ||
"target": "es2018", | ||
"target": "es2020", | ||
"module": "CommonJS", | ||
@@ -20,3 +20,5 @@ "esModuleInterop": true, | ||
"composite": true, | ||
"types": [] | ||
"types": [ | ||
"node" | ||
] | ||
}, | ||
@@ -30,2 +32,14 @@ "reflection": true, | ||
{ | ||
"path": "../bson/tsconfig.json" | ||
}, | ||
{ | ||
"path": "../core/tsconfig.json" | ||
}, | ||
{ | ||
"path": "../injector/tsconfig.json" | ||
}, | ||
{ | ||
"path": "../logger/tsconfig.json" | ||
}, | ||
{ | ||
"path": "../rpc/tsconfig.json" | ||
@@ -32,0 +46,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
209082
19.24%725
3.57%