Skip to content

Commit

Permalink
Upgrade to typia@5 and nestia@2
Browse files Browse the repository at this point in the history
Advanced type system by `typia@5` update:

  - https://github.com/samchon/typia/releases/tag/v5.0.0
  • Loading branch information
samchon committed Sep 8, 2023
1 parent 183fb0b commit d86ceb6
Show file tree
Hide file tree
Showing 21 changed files with 392 additions and 840 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fake-toss-payments-server",
"version": "1.4.0",
"version": "2.0.0",
"description": "Fake toss-payments server for testing",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"homepage": "https://github.com/samchon/fake-toss-payments-server",
"devDependencies": {
"@nestia/e2e": "^0.3.6",
"@nestia/sdk": "^1.6.5",
"@nestia/sdk": "^2.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/atob": "^2.1.2",
"@types/btoa": "^1.2.3",
Expand All @@ -51,7 +51,7 @@
"@typescript-eslint/parser": "^5.26.0",
"cli": "^1.0.1",
"copyfiles": "^2.4.1",
"nestia": "^4.4.0",
"nestia": "^4.5.0",
"pm2": "^4.5.6",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
Expand All @@ -62,13 +62,13 @@
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"@nestia/core": "^1.6.5",
"@nestia/core": "^2.0.1",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"serialize-error": "^4.1.0",
"source-map-support": "^0.5.19",
"tstl": "^2.5.13",
"typia": "^4.2.3",
"typia": "^5.0.2",
"uuid": "^9.0.0"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toss-payments-server-api",
"version": "1.4.0",
"version": "2.0.0",
"description": "Toss Payments Server API",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -15,8 +15,8 @@
},
"homepage": "https://github.com/samchon/fake-toss-payments-server",
"dependencies": {
"@nestia/fetcher": "^1.6.5",
"typia": "^4.2.3"
"@nestia/fetcher": "^2.0.1",
"typia": "^5.0.2"
},
"keywords": [
"toss",
Expand Down
Loading

0 comments on commit d86ceb6

Please sign in to comment.