This commit is contained in:
2023-06-01 00:08:28 -04:00
parent a0e30f95c3
commit 710b8a8e8a
6 changed files with 164 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/auth-gatekeeper",
"version": "1.0.3",
"version": "1.0.12",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {
@@ -47,8 +47,8 @@
},
"packageManager": "yarn@3.5.1",
"dependencies": {
"@mifi/auth-common": "^1.0.5",
"@mifi/services-common": "^1.0.11",
"@mifi/auth-common": "^1.0.15",
"@mifi/services-common": "^1.0.16",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.0"
}