Skip to content

Commit

Permalink
chore: update to 2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yubinTW committed Aug 15, 2024
1 parent a555fc2 commit 28eb364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fastify-keycloak-adapter",
"author": "Yubin, Hsu",
"version": "2.1.11",
"version": "2.1.12",
"main": "dist/keycloak",
"keywords": [
"fastify",
Expand All @@ -26,7 +26,6 @@
"scripts": {
"build": "tsc",
"test": "vitest run --coverage",
"test:ui": "vitest --ui",
"fix-prettier": "prettier --write \"{src,test}/**/*.{ts,json}\"",
"check-lint": "eslint --color package.json \"{src,test}/**/*.ts\"",
"fix-lint": "eslint --fix \"{src,test}/**/*.ts\""
Expand Down

0 comments on commit 28eb364

Please sign in to comment.