Skip to content

Commit

Permalink
Adapt @samchon/openapi update.
Browse files Browse the repository at this point in the history
Special update for a commercial project performing LLM function calling to the Restful API.
  • Loading branch information
samchon committed Dec 18, 2024
1 parent 1c9041a commit 1f743f5
Show file tree
Hide file tree
Showing 111 changed files with 9,797 additions and 21,303 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.1.0",
"tstl": "^3.0.0",
"typia": "^7.4.1"
"typia": "^7.5.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": "4.4.2",
"version": "4.5.0",
"description": "Nestia station",
"scripts": {
"build": "node deploy build",
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.3.0",
"typescript": "~5.7.2",
"typescript-transform-paths": "^3.4.7",
"typia": "^7.4.1",
"typia": "^7.5.0",
"uuid": "^10.0.0"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/core",
"version": "4.4.2-dev.20241217",
"version": "4.5.0-dev.20241218-2",
"description": "Super-fast validation decorators of NestJS",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@nestia/fetcher": "workspace:^",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"@samchon/openapi": "^2.2.1",
"@samchon/openapi": "^2.3.0",
"detect-ts-node": "^1.0.5",
"get-function-location": "^2.0.0",
"glob": "^7.2.0",
Expand All @@ -48,16 +48,16 @@
"reflect-metadata": ">=0.1.12",
"rxjs": ">=6.0.3",
"tgrid": "^1.1.0",
"typia": "^7.4.1",
"typia": "^7.5.0",
"ws": "^7.5.3"
},
"peerDependencies": {
"@nestia/fetcher": ">=4.4.2-dev.20241217",
"@nestia/fetcher": ">=4.5.0-dev.20241218-2",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"reflect-metadata": ">=0.1.12",
"rxjs": ">=6.0.3",
"typia": ">=7.4.1 <8.0.0"
"typia": ">=7.5.0 <8.0.0"
},
"devDependencies": {
"@nestjs/common": "^10.4.13",
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.3.0",
"typescript": "~5.7.2",
"typescript-transform-paths": "^3.4.7",
"typia": "^7.4.1"
"typia": "^7.5.0"
},
"files": [
"lib",
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"dependencies": {
"@mui/material": "^5.15.6",
"@nestia/migrate": "workspace:^",
"@samchon/openapi": "^2.2.1",
"@samchon/openapi": "^2.3.0",
"@stackblitz/sdk": "^1.11.0",
"js-yaml": "^4.1.0",
"prettier": "3.3.3",
"react-mui-fileuploader": "^0.5.2",
"typia": "^7.4.1"
"typia": "^7.5.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/fetcher",
"version": "4.4.2-dev.20241217",
"version": "4.5.0-dev.20241218-2",
"description": "Fetcher library of Nestia SDK",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -26,8 +26,8 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@samchon/openapi": "^2.2.1",
"typia": "^7.4.1"
"@samchon/openapi": "^2.3.0",
"typia": "^7.5.0"
},
"peerDependencies": {
"typescript": ">= 4.8.0"
Expand All @@ -38,7 +38,7 @@
"@typescript-eslint/parser": "^5.46.1",
"rimraf": "^3.0.2",
"typescript": "~5.7.2",
"typia": "^7.4.1"
"typia": "^7.5.0"
},
"files": [
"README.md",
Expand Down
Loading

0 comments on commit 1f743f5

Please sign in to comment.