Move the constants (mostly) into common package

This commit is contained in:
2023-05-30 20:22:34 -04:00
parent 97becd8c53
commit d330dceebe
19 changed files with 1358 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/auth-common",
"version": "1.0.0",
"version": "1.0.5",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {
@@ -17,8 +17,10 @@
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@mifi/auth-db": "^1.0.10",
"@tsconfig/node16": "^1.0.4",
"@types/jest": "^29.5.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/koa": "^2.13.6",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
@@ -47,6 +49,7 @@
"packageManager": "yarn@3.5.1",
"dependencies": {
"@mifi/breakerbox-db": "^1.0.3",
"@mifi/services-common": "^1.0.9"
"@mifi/services-common": "^1.0.11",
"jsonwebtoken": "^9.0.0"
}
}