Skip to content

Commit

Permalink
Merge pull request #1143 from samchon/features/openapi
Browse files Browse the repository at this point in the history
Upgrade `@samchon/openapi` dependency.
  • Loading branch information
samchon authored Jul 3, 2024
2 parents 154e155 + e065138 commit 1844333
Show file tree
Hide file tree
Showing 12 changed files with 756 additions and 490 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"suppress-warnings": "^1.0.2",
"tstl": "^3.0.0",
"uuid": "^9.0.1",
"typia": "../typia-6.3.3.tgz"
"typia": "../typia-6.4.0.tgz"
}
}
109 changes: 0 additions & 109 deletions deploy/package.json

This file was deleted.

2 changes: 1 addition & 1 deletion errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"typescript": "^5.3.2"
},
"dependencies": {
"typia": "../typia-6.3.3.tgz"
"typia": "../typia-6.4.0.tgz"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typia",
"version": "6.3.3",
"version": "6.4.0",
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"homepage": "https://typia.io",
"dependencies": {
"@samchon/openapi": "^0.2.2",
"@samchon/openapi": "^0.3.0",
"commander": "^10.0.0",
"comment-json": "^4.2.3",
"inquirer": "^8.2.5",
Expand All @@ -83,7 +83,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/inquirer": "^8.2.5",
"@types/node": "^18.15.12",
"@types/ts-expose-internals": "npm:ts-expose-internals@5.4.2",
"@types/ts-expose-internals": "npm:ts-expose-internals@5.5.3",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"chalk": "^4.0.0",
Expand All @@ -92,7 +92,7 @@
"rollup": "^4.18.0",
"suppress-warnings": "^1.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"stackblitz": {
"startCommand": "npm install && npm run test"
Expand All @@ -105,4 +105,4 @@
"src"
],
"private": true
}
}
6 changes: 3 additions & 3 deletions packages/typescript-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-json",
"version": "6.3.3",
"version": "6.4.0",
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -63,12 +63,12 @@
},
"homepage": "https://typia.io",
"dependencies": {
"typia": "6.3.3"
"typia": "6.4.0"
},
"peerDependencies": {
"typescript": ">=4.8.0 <5.6.0"
},
"stackblitzs": {
"stackblitz": {
"startCommand": "npm install && npm run test"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"typia": "../typia-6.3.3.tgz"
"typia": "../typia-6.4.0.tgz"
}
}
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"suppress-warnings": "^1.0.2",
"tstl": "^3.0.0",
"uuid": "^9.0.1",
"typia": "../typia-6.3.3.tgz"
"typia": "../typia-6.4.0.tgz"
}
}
Loading

0 comments on commit 1844333

Please sign in to comment.