Skip to content

Commit

Permalink
Upgrade typia and @samchon/openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Nov 11, 2024
1 parent d5379f4 commit f9fd2cc
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"reflect-metadata": "^0.2.2",
"tgrid": "^1.0.3",
"tstl": "^3.0.0",
"typia": "^6.11.0"
"typia": "^6.12.0"
},
"devDependencies": {
"@types/autocannon": "^7.9.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@nestia/station",
"version": "3.18.0",
"version": "3.19.0-dev.20241111",
"description": "Nestia station",
"scripts": {
"build": "node build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ts-patch": "^3.2.1",
"typescript": "5.5.4",
"typescript-transform-paths": "^3.4.7",
"typia": "^6.11.0",
"typia": "^6.12.0",
"uuid": "^10.0.0"
},
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/core",
"version": "3.18.0",
"version": "3.19.0-dev.20241111",
"description": "Super-fast validation decorators of NestJS",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/fetcher": "^3.18.0",
"@nestia/fetcher": "^3.19.0-dev.20241111",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"@samchon/openapi": "^1.1.0",
"@samchon/openapi": "^1.2.2",
"detect-ts-node": "^1.0.5",
"get-function-location": "^2.0.0",
"glob": "^7.2.0",
Expand All @@ -49,16 +49,16 @@
"reflect-metadata": ">=0.1.12",
"rxjs": ">=6.0.3",
"tgrid": "^1.0.0",
"typia": "^6.11.0",
"typia": "^6.12.0",
"ws": "^7.5.3"
},
"peerDependencies": {
"@nestia/fetcher": ">=3.18.0",
"@nestia/fetcher": ">=3.19.0-dev.20241111",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"reflect-metadata": ">=0.1.12",
"rxjs": ">=6.0.3",
"typia": ">=6.11.0 <7.0.0"
"typia": ">=6.12.0 <7.0.0"
},
"devDependencies": {
"@fastify/multipart": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ts-patch": "^3.2.1",
"typescript": "^5.5.3",
"typescript-transform-paths": "^3.4.7",
"typia": "^6.11.0"
"typia": "^6.12.0"
},
"files": [
"lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"js-yaml": "^4.1.0",
"prettier": "^3.3.3",
"react-mui-fileuploader": "^0.5.2",
"typia": "^6.11.3"
"typia": "^6.12.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/fetcher",
"version": "3.18.0",
"version": "3.19.0-dev.20241111",
"description": "Fetcher library of Nestia SDK",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@samchon/openapi": "^1.1.0"
"@samchon/openapi": "^1.2.2"
},
"peerDependencies": {
"typescript": ">= 4.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
"typescript-transform-paths": "^3.5.2"
},
"dependencies": {
"@samchon/openapi": "^1.1.2",
"@samchon/openapi": "^1.2.2",
"commander": "10.0.0",
"inquirer": "8.2.5",
"prettier": "^3.2.5",
"tstl": "^3.0.0",
"typescript": "^5.6.3",
"typia": "^6.11.3"
"typia": "^6.12.0"
},
"files": [
"lib",
Expand Down
16 changes: 8 additions & 8 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/sdk",
"version": "3.18.0",
"version": "3.19.0-dev.20241111",
"description": "Nestia SDK and Swagger generator",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/core": "^3.18.0",
"@nestia/fetcher": "^3.18.0",
"@samchon/openapi": "^1.1.0",
"@nestia/core": "^3.19.0-dev.20241111",
"@nestia/fetcher": "^3.19.0-dev.20241111",
"@samchon/openapi": "^1.2.2",
"cli": "^1.0.1",
"get-function-location": "^2.0.0",
"glob": "^7.2.0",
Expand All @@ -44,16 +44,16 @@
"tsconfck": "^2.1.2",
"tsconfig-paths": "^4.1.1",
"tstl": "^3.0.0",
"typia": "^6.11.0"
"typia": "^6.12.0"
},
"peerDependencies": {
"@nestia/core": ">=3.18.0",
"@nestia/fetcher": ">=3.18.0",
"@nestia/core": ">=3.19.0-dev.20241111",
"@nestia/fetcher": ">=3.19.0-dev.20241111",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"reflect-metadata": ">=0.1.12",
"ts-node": ">=10.6.0",
"typia": ">=6.11.0 <7.0.0"
"typia": ">=6.12.0 <7.0.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
},
"dependencies": {
"@nestia/fetcher": "^3.17.0",
"typia": "^6.11.0"
"typia": "^6.12.0"
}
}
2 changes: 1 addition & 1 deletion test/features/distribute-assert/packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
},
"dependencies": {
"@nestia/fetcher": "^3.17.0",
"typia": "^6.11.0"
"typia": "^6.12.0"
}
}
2 changes: 1 addition & 1 deletion test/features/distribute-json/packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
},
"dependencies": {
"@nestia/fetcher": "^3.17.0",
"typia": "^6.11.0"
"typia": "^6.12.0"
}
}
2 changes: 1 addition & 1 deletion test/features/distribute/packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
},
"dependencies": {
"@nestia/fetcher": "^3.17.0",
"typia": "^6.11.0"
"typia": "^6.12.0"
}
}
12 changes: 6 additions & 6 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@samchon/nestia-test",
"version": "3.18.0",
"version": "3.19.0-dev.20241111",
"description": "Test program of Nestia",
"main": "index.js",
"scripts": {
Expand All @@ -26,9 +26,9 @@
},
"homepage": "https://nestia.io",
"devDependencies": {
"@nestia/sdk": "^3.18.0",
"@nestia/sdk": "^3.19.0-dev.20241111",
"@nestjs/swagger": "^8.0.5",
"@samchon/openapi": "^1.1.2",
"@samchon/openapi": "^1.2.2",
"@types/express": "^4.17.17",
"@types/node": "20.11.16",
"@types/uuid": "^9.0.8",
Expand All @@ -40,16 +40,16 @@
},
"dependencies": {
"@fastify/multipart": "^8.1.0",
"@nestia/core": "^3.18.0",
"@nestia/core": "^3.19.0-dev.20241111",
"@nestia/e2e": "^0.7.0",
"@nestia/fetcher": "^3.18.0",
"@nestia/fetcher": "^3.19.0-dev.20241111",
"@nestjs/common": "^10.4.7",
"@nestjs/core": "^10.4.7",
"@nestjs/platform-express": "^10.4.7",
"@nestjs/platform-fastify": "^10.4.7",
"tgrid": "^1.0.3",
"tstl": "^3.0.0",
"typia": "6.11.3",
"typia": "6.12.0",
"uuid": "^9.0.1"
}
}

0 comments on commit f9fd2cc

Please sign in to comment.