Skip to content

Commit

Permalink
Merge pull request #152 from samchon/features/swagger
Browse files Browse the repository at this point in the history
Upgrade dependencies to enhance swagger documents.
  • Loading branch information
samchon authored Sep 10, 2023
2 parents 14394d1 + d1008fe commit 6b59724
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 38 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fake-toss-payments-server",
"version": "2.0.0",
"version": "2.0.1",
"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": "^2.0.1",
"@nestia/sdk": "^2.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/atob": "^2.1.2",
"@types/btoa": "^1.2.3",
Expand All @@ -62,13 +62,13 @@
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"@nestia/core": "^2.0.1",
"@nestia/core": "^2.0.2",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"serialize-error": "^4.1.0",
"source-map-support": "^0.5.19",
"tstl": "^2.5.13",
"typia": "^5.0.2",
"typia": "^5.0.3",
"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": "2.0.0",
"version": "2.0.1",
"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": "^2.0.1",
"typia": "^5.0.2"
"@nestia/fetcher": "^2.0.2",
"typia": "^5.0.3"
},
"keywords": [
"toss",
Expand Down
Loading

0 comments on commit 6b59724

Please sign in to comment.