Skip to content
This repository was archived by the owner on Mar 15, 2023. It is now read-only.

Commit c605764

Browse files
authored
Final build (#671)
1 parent eeeec6d commit c605764

File tree

3 files changed

+44
-57
lines changed

3 files changed

+44
-57
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# bnet-auth-service (BAS)
22

3-
[![Build status](https://ci.appveyor.com/api/projects/status/5lunfkv0ot8rh3yt/branch/master?svg=true)](https://ci.appveyor.com/project/lwojcik/bnet-auth-service/branch/master)
4-
[![codecov](https://codecov.io/gh/sc2pte/bnet-auth-service/branch/master/graph/badge.svg?token=sFEmFjKiRo)](https://codecov.io/gh/sc2pte/bnet-auth-service)
5-
6-
**This is version 2 of the project and it's incompatible with previous version. If you're looking for the previous version, head to [v1 branch](https://github.com/sc2pte/bnet-auth-service/tree/v1).**
3+
> **As of 15 March 2023 this project is no longer updated or maintained.**
74
85
REST microservice retrieving and caching OAuth access tokens from [Blizzard Battle.net API](https://develop.battle.net/).
96

appveyor.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@ after_build:
4343
- if [[ "${APPVEYOR_REPO_BRANCH}" == "master" ]] && [[ -z "${APPVEYOR_PULL_REQUEST_NUMBER}" ]]; then docker push "${GHCR_REGISTRY}/${APPVEYOR_REPO_NAME}" --all-tags; fi
4444
# Logout
4545
- docker logout
46-
# Login to Docker Hub
47-
- echo "${DH_PASSWORD}" | docker login --username "${DH_USERNAME}" --password-stdin
48-
# Build images from development branches and PRs
49-
- if [[ "${APPVEYOR_REPO_BRANCH}" != "master" ]] || [[ ! -z "${APPVEYOR_PULL_REQUEST_NUMBER}" ]]; then docker build -t "${APPVEYOR_REPO_NAME}:${APPVEYOR_BUILD_VERSION}" .; fi
50-
# Build images from master branch
51-
- if [[ "${APPVEYOR_REPO_BRANCH}" == "master" ]] && [[ -z "${APPVEYOR_PULL_REQUEST_NUMBER}" ]]; then docker build -t "${APPVEYOR_REPO_NAME}:${APPVEYOR_BUILD_VERSION}" -t "${APPVEYOR_REPO_NAME}:${IMAGE_STABLE_TAG}" -t "${APPVEYOR_REPO_NAME}:latest" .; fi
52-
# Push all images
53-
- if [[ "${APPVEYOR_REPO_BRANCH}" == "master" ]] && [[ -z "${APPVEYOR_PULL_REQUEST_NUMBER}" ]]; then docker push "${APPVEYOR_REPO_NAME}" --all-tags; fi
54-
# Logout
55-
- docker logout
5646

5747
deploy:
5848
release: ${APPVEYOR_BUILD_VERSION}

package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -75,63 +75,63 @@
7575
"@types/eslint": "8.4.3"
7676
},
7777
"dependencies": {
78-
"@fastify/swagger": "^8.0.0",
79-
"@liaoliaots/nestjs-redis": "^9.0.2",
80-
"@nestjs/common": "^9.0.11",
81-
"@nestjs/config": "^2.2.0",
82-
"@nestjs/core": "^9.0.11",
83-
"@nestjs/jwt": "^10.0.0",
84-
"@nestjs/passport": "^9.0.0",
85-
"@nestjs/platform-fastify": "^9.0.11",
86-
"@nestjs/schedule": "^2.1.0",
87-
"@nestjs/swagger": "^6.1.2",
78+
"@fastify/swagger": "^8.3.1",
79+
"@liaoliaots/nestjs-redis": "^9.0.5",
80+
"@nestjs/common": "^9.3.10",
81+
"@nestjs/config": "^2.3.1",
82+
"@nestjs/core": "^9.3.10",
83+
"@nestjs/jwt": "^10.0.2",
84+
"@nestjs/passport": "^9.0.3",
85+
"@nestjs/platform-fastify": "^9.3.10",
86+
"@nestjs/schedule": "^2.2.0",
87+
"@nestjs/swagger": "^6.2.1",
8888
"@nestjs/throttler": "^4.0.0",
89-
"blizzapi": "^2.3.1",
89+
"blizzapi": "^2.5.0",
9090
"class-transformer": "^0.5.1",
9191
"class-validator": "^0.14.0",
92-
"ioredis": "^5.2.3",
93-
"joi": "^17.6.0",
94-
"luxon": "^3.0.3",
95-
"nestjs-pino": "^3.1.1",
96-
"nestjs-request-context": "^2.0.1",
92+
"ioredis": "^5.3.1",
93+
"joi": "^17.8.4",
94+
"luxon": "^3.3.0",
95+
"nestjs-pino": "^3.1.2",
96+
"nestjs-request-context": "^2.1.0",
9797
"passport": "^0.6.0",
98-
"passport-jwt": "^4.0.0",
98+
"passport-jwt": "^4.0.1",
9999
"reflect-metadata": "^0.1.13",
100-
"rimraf": "^4.0.4",
101-
"rxjs": "^7.5.6",
100+
"rimraf": "^4.4.0",
101+
"rxjs": "^7.8.0",
102102
"uuid": "^9.0.0"
103103
},
104104
"devDependencies": {
105-
"@nestjs/cli": "^9.1.3",
106-
"@nestjs/schematics": "^9.0.3",
107-
"@nestjs/testing": "^9.0.11",
105+
"@nestjs/cli": "^9.2.0",
106+
"@nestjs/schematics": "^9.0.4",
107+
"@nestjs/testing": "^9.3.10",
108108
"@types/cron": "^2.0.0",
109-
"@types/jest": "29.4.0",
110-
"@types/luxon": "^3.0.1",
109+
"@types/jest": "29.4.2",
110+
"@types/luxon": "^3.2.0",
111111
"@types/module-alias": "^2.0.1",
112-
"@types/node": "^18.7.18",
113-
"@types/passport-jwt": "^3.0.6",
112+
"@types/node": "^18.15.3",
113+
"@types/passport-jwt": "^3.0.8",
114114
"@types/supertest": "^2.0.12",
115-
"@types/uuid": "^9.0.0",
116-
"eslint": "^8.23.1",
117-
"eslint-config-lukemnet": "^1.0.1",
118-
"husky": "^8.0.1",
119-
"ioredis-mock": "^8.2.2",
120-
"jest": "^29.0.3",
121-
"jest-mock": "^29.0.3",
122-
"lint-staged": "^13.0.3",
115+
"@types/uuid": "^9.0.1",
116+
"eslint": "^8.36.0",
117+
"eslint-config-lukemnet": "^1.0.2",
118+
"husky": "^8.0.3",
119+
"ioredis-mock": "^8.2.6",
120+
"jest": "^29.5.0",
121+
"jest-mock": "^29.5.0",
122+
"lint-staged": "^13.2.0",
123123
"make-cert": "^1.2.1",
124124
"module-alias": "^2.2.2",
125-
"pino-pretty": "^9.1.0",
126-
"prettier": "^2.7.1",
125+
"pino-pretty": "^10.0.0",
126+
"prettier": "^2.8.4",
127127
"pretty-quick": "^3.1.3",
128-
"sort-package-json": "^2.0.0",
128+
"sort-package-json": "^2.4.1",
129129
"source-map-support": "^0.5.21",
130-
"supertest": "^6.2.4",
131-
"ts-jest": "^29.0.1",
132-
"ts-loader": "^9.3.1",
130+
"supertest": "^6.3.3",
131+
"ts-jest": "^29.0.5",
132+
"ts-loader": "^9.4.2",
133133
"ts-node": "^10.9.1",
134-
"tsconfig-paths": "^4.1.0",
135-
"typescript": "^4.8.3"
134+
"tsconfig-paths": "^4.1.2",
135+
"typescript": "^4.9.5"
136136
}
137-
}
137+
}

0 commit comments

Comments
 (0)