Skip to content

Commit

Permalink
chore: 문서 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Feb 17, 2022
1 parent 6923ae5 commit aff0937
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ API 서버와 같은 DB를 공유하며, 웹 콘솔의 요청에 따라 운영

## 업데이트 로그

### 2022.2.17 v1.9.4
- 체크인 컨텍스트를 SSE로 내려줄 수 있음.
- 시간 트리거(1초마다)되어 커넥션에 브로드캐스트함.

### 2022.2.16 v1.9.3
- 취약 의존성 업데이트.

Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@
"url": "https://github.com/inu-appcenter/cafeteria-console-server/issues"
},
"homepage": "https://github.com/inu-appcenter/cafeteria-console-server#readme",
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"@types/jsonwebtoken": "^8.5.5",
"@types/node": "^14.17.11",
"@types/stack-trace": "^0.0.29",
"@types/validator": "^13.6.3",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
},
"dependencies": {
"@inu-cafeteria/backend-core": "^0.9.4",
"aws-sdk": "^2.973.0",
Expand All @@ -57,6 +42,21 @@
"serialize-error": "^8.1.0",
"zod": "^3.7.3"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"@types/jsonwebtoken": "^8.5.5",
"@types/node": "^14.17.11",
"@types/stack-trace": "^0.0.29",
"@types/validator": "^13.6.3",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
},
"jest": {
"transform": {
"^.+\\.ts$": "ts-jest"
Expand Down

0 comments on commit aff0937

Please sign in to comment.