- Fix package versioning

This commit is contained in:
2023-05-23 22:05:27 -04:00
parent 9393a8441a
commit 6951cd3218
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/auth-db",
"version": "1.0.2",
"version": "1.0.3",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {
@@ -38,7 +38,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@mifi/services-common": "1.0.0",
"@mifi/services-common": "1.x.x",
"dotenv": "^16.0.3",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.9.2"