Working!
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-01 00:10:54 -04:00
parent 447e5768a4
commit ecb9a95397
4 changed files with 166 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/auth-service",
"version": "1.0.13",
"version": "1.0.17",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {
@@ -53,10 +53,10 @@
"typescript": "^4.x.x"
},
"dependencies": {
"@mifi/auth-common": "^1.0.5",
"@mifi/auth-db": "^1.0.11",
"@mifi/auth-gatekeeper": "^1.0.3",
"@mifi/services-common": "^1.0.11",
"@mifi/auth-common": "^1.0.15",
"@mifi/auth-db": "^1.0.20",
"@mifi/auth-gatekeeper": "^1.0.12",
"@mifi/services-common": "^1.0.16",
"@simplewebauthn/server": "^7.x.x",
"base64url": "^3.x.x",
"dotenv": "^16.x.x",