This commit is contained in:
2023-06-01 00:08:59 -04:00
parent d330dceebe
commit 5af53b3c04
4 changed files with 148 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/auth-common",
"version": "1.0.5",
"version": "1.0.15",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {
@@ -48,8 +48,8 @@
},
"packageManager": "yarn@3.5.1",
"dependencies": {
"@mifi/breakerbox-db": "^1.0.3",
"@mifi/services-common": "^1.0.11",
"@mifi/breakerbox-db": "^1.0.13",
"@mifi/services-common": "^1.0.16",
"jsonwebtoken": "^9.0.0"
}
}