-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1123 from samchon/v4.0
Publish v4 update.
- Loading branch information
Showing
781 changed files
with
2,594 additions
and
2,592 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nestia/core", | ||
"version": "3.19.1", | ||
"version": "4.0.0", | ||
"description": "Super-fast validation decorators of NestJS", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
|
@@ -36,53 +36,51 @@ | |
}, | ||
"homepage": "https://nestia.io", | ||
"dependencies": { | ||
"@nestia/fetcher": "^3.19.1", | ||
"@nestia/fetcher": "../fetcher/nestia-fetcher-4.0.0.tgz", | ||
"@nestjs/common": ">=7.0.1", | ||
"@nestjs/core": ">=7.0.1", | ||
"@samchon/openapi": "^1.2.2", | ||
"@samchon/openapi": "^2.0.0", | ||
"detect-ts-node": "^1.0.5", | ||
"get-function-location": "^2.0.0", | ||
"glob": "^7.2.0", | ||
"multer": "1.4.5-lts.1", | ||
"path-parser": "^6.1.0", | ||
"raw-body": "^2.0.0", | ||
"reflect-metadata": ">=0.1.12", | ||
"rxjs": ">=6.0.3", | ||
"tgrid": "^1.0.0", | ||
"typia": "^6.12.0", | ||
"typia": "^7.0.0", | ||
"ws": "^7.5.3" | ||
}, | ||
"peerDependencies": { | ||
"@nestia/fetcher": ">=3.19.1", | ||
"@nestia/fetcher": ">=4.0.0", | ||
"@nestjs/common": ">=7.0.1", | ||
"@nestjs/core": ">=7.0.1", | ||
"reflect-metadata": ">=0.1.12", | ||
"rxjs": ">=6.0.3", | ||
"typia": ">=6.12.0 <7.0.0" | ||
"typia": ">=7.0.0 <8.0.0" | ||
}, | ||
"devDependencies": { | ||
"@fastify/multipart": "^8.1.0", | ||
"@nestjs/common": "^10.3.3", | ||
"@nestjs/core": "^10.3.3", | ||
"@types/express": "^4.17.15", | ||
"@types/glob": "^7.2.0", | ||
"@types/inquirer": "^9.0.3", | ||
"@types/multer": "^1.4.11", | ||
"@types/multer": "^1.4.12", | ||
"@types/ts-expose-internals": "npm:[email protected]", | ||
"@types/ws": "^8.5.10", | ||
"@typescript-eslint/eslint-plugin": "^5.46.1", | ||
"@typescript-eslint/parser": "^5.46.1", | ||
"commander": "^10.0.0", | ||
"comment-json": "^4.2.3", | ||
"eslint-plugin-deprecation": "^1.4.1", | ||
"fastify": "^4.25.2", | ||
"fastify": "^4.28.1", | ||
"git-last-commit": "^1.0.1", | ||
"inquirer": "^8.2.5", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^10.9.1", | ||
"ts-patch": "^3.2.1", | ||
"tstl": "^3.0.0", | ||
"typescript": "5.5.4" | ||
"typescript": "~5.6.3" | ||
}, | ||
"files": [ | ||
"README.md", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.