Fix little import errors. Cleanup. Version bump.

This commit is contained in:
2023-05-23 14:53:05 -04:00
parent 37122626ff
commit f19288833a
6 changed files with 33 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/auth-db",
"version": "1.0.0",
"version": "1.0.1",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {
@@ -18,6 +18,7 @@
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@tsconfig/node16": "^1.0.3",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",