Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…s-server into features/hostnames
  • Loading branch information
samchon committed Dec 6, 2023
2 parents 06bd79e + 840bbf6 commit faca296
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/fake-iamport-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"package:api": "npm run build:swagger && npm run build:api && cd packages/api && npm publish",
"package:latest": "npm run build && npm run test && npm publish",
"package:next": "npm run package:latest -- --tag next",
"prepare": "ts-patch install",
"prepare": "ts-patch install && typia patch",
"-------------------------------------------------": "",
"start": "pm2 start lib/executable/server.js -i 1 --name fake-iamport-server --wait-ready --listen-timeout 120000 --kill-timeout 15000",
"start:reload": "pm2 reload fake-iamport-server",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@typescript-eslint/parser": "^5.26.0",
"cli": "^1.0.1",
"copyfiles": "^2.4.1",
"nestia": "^5.0.1",
"nestia": "^5.1.2",
"pm2": "^4.5.6",
"rimraf": "^3.0.2",
"sloc": "^0.2.1",
Expand All @@ -58,7 +58,7 @@
},
"dependencies": {
"@nestia/core": "^2.4.2",
"@nestia/e2e": "^0.3.6",
"@nestia/e2e": "^0.4.0",
"@nestia/fetcher": "^2.4.2",
"@nestjs/common": "^10.2.8",
"@nestjs/core": "^10.2.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/fake-toss-payments-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"package:api": "npm run build:swagger && npm run build:api && cd packages/api && npm publish",
"package:latest": "npm run build && npm run test && npm publish",
"package:next": "npm run package:latest -- --tag next",
"prepare": "ts-patch install",
"prepare": "ts-patch install && typia patch",
"-------------------------------------------------": "",
"start": "pm2 start lib/executable/server.js -i 1 --name fake-toss-payments-server --wait-ready --listen-timeout 120000 --kill-timeout 15000",
"start:reload": "pm2 reload fake-toss-payments-server",
Expand All @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/samchon/fake-toss-payments-server",
"devDependencies": {
"@nestia/e2e": "^0.3.6",
"@nestia/e2e": "^0.4.0",
"@nestia/sdk": "^2.4.2",
"@types/atob": "^2.1.2",
"@types/btoa": "^1.2.3",
Expand All @@ -49,7 +49,7 @@
"@typescript-eslint/parser": "^5.26.0",
"cli": "^1.0.1",
"copyfiles": "^2.4.1",
"nestia": "^5.0.1",
"nestia": "^5.1.2",
"pm2": "^4.5.6",
"rimraf": "^3.0.2",
"sloc": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/iamport-server-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:sdk": "rimraf ../fake-iamport-server/src/api/functional && cd ../fake-iamport-server && npx nestia sdk && cd ../iamport-server-api",
"compile": "rimraf lib && tsc",
"deploy": "npm run build && npm publish",
"prepare": "ts-patch install"
"prepare": "ts-patch install && typia patch"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/iamport-server-api/swagger.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/payment-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:sdk": "rimraf ../payment-backend/src/api/functional && cd ../payment-backend && npx nestia sdk && cd ../payment-api",
"compile": "rimraf lib && tsc",
"deploy": "npm run build && npm publish",
"prepare": "ts-patch install"
"prepare": "ts-patch install && typia patch"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/payment-api/swagger.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/payment-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dev": "npm run build:test -- --watch",
"eslint": "eslint src && eslint test",
"eslint:fix": "eslint src --fix && eslint test --fix",
"prepare": "ts-patch install && npm run build:prisma",
"prepare": "ts-patch install && typia patch && npm run build:prisma",
"------------------------WEBPACK------------------------": "",
"webpack": "rimraf dist && npm run build:prisma && webpack",
"webpack:start": "cd dist && node server",
Expand Down
2 changes: 1 addition & 1 deletion packages/toss-payments-server-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:sdk": "rimraf ../fake-toss-payments-server/src/api/functional && cd ../fake-toss-payments-server && npx nestia sdk && cd ../toss-payments-server-api",
"compile": "rimraf lib && tsc",
"deploy": "npm run build && npm publish",
"prepare": "ts-patch install"
"prepare": "ts-patch install && typia patch"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/toss-payments-server-api/swagger.json

Large diffs are not rendered by default.

0 comments on commit faca296

Please sign in to comment.