Move shit out to the common package to reduce duplicate bullshit

This commit is contained in:
2023-05-30 20:23:57 -04:00
parent 95ed9bf158
commit 447e5768a4
28 changed files with 1113 additions and 1575 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/auth-service",
"version": "1.0.12",
"version": "1.0.13",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {
@@ -21,23 +21,18 @@
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@simplewebauthn/typescript-types": "^7.x.x",
"@tsconfig/node16": "^1.0.4",
"@types/jest": "^29.5.1",
"@types/jsonwebtoken": "^9.0.1",
"@types/koa": "^2.13.5",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-cookie": "^1.0.0",
"@types/koa-passport": "^4.0.3",
"@types/koa-router": "^7.4.4",
"@types/koa-session": "^5.10.6",
"@types/luxon": "^3.2.0",
"@types/node": "^18.14.0",
"@types/passport": "^1.0.12",
"@types/passport-facebook": "^2.1.11",
"@types/passport-fido2-webauthn": "^0.1.0",
"@types/passport-google-oauth": "^1.0.42",
"@types/passport-jwt": "^3.0.8",
"@types/passport-local": "^1.0.35",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"babel-jest": "^29.5.0",
@@ -54,30 +49,27 @@
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^7.1.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"ts-node": "^10.x.x",
"typescript": "^4.x.x"
},
"dependencies": {
"@mifi/auth-db": "^1.x.x",
"@mifi/services-common": "^1.x.x",
"@simplewebauthn/server": "^7.2.0",
"dotenv": "^16.0.3",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.0",
"koa": "^2.14.1",
"koa-bodyparser": "^4.3.0",
"koa-cookie": "^1.0.0",
"koa-passport": "^6.0.0",
"koa-router": "^12.0.0",
"koa-session": "^6.4.0",
"@mifi/auth-common": "^1.0.5",
"@mifi/auth-db": "^1.0.11",
"@mifi/auth-gatekeeper": "^1.0.3",
"@mifi/services-common": "^1.0.11",
"@simplewebauthn/server": "^7.x.x",
"base64url": "^3.x.x",
"dotenv": "^16.x.x",
"http-status-codes": "^2.x.x",
"jsonwebtoken": "^9.x.x",
"koa": "^2.x.x",
"koa-bodyparser": "^4.x.x",
"koa-compose": "^4.1.0",
"koa-cookie": "^1.x.x",
"koa-router": "^12.x.x",
"koa-session": "^6.x.x",
"luxon": "^3.3.0",
"passport": "^0.6.0",
"passport-facebook": "^3.0.0",
"passport-fido2-webauthn": "^0.1.0",
"passport-google-oauth": "^2.0.0",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0"
"uuid": "^9.x.x"
},
"description": "",
"repository": {