Adding user module and removing msgraph module

This commit is contained in:
2025-02-20 18:27:46 -06:00
parent 30b500bd7f
commit 361ed27db4
19 changed files with 239 additions and 697 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@noahspan/noahspan-modules",
"version": "0.6.2",
"version": "0.9.2",
"description": "",
"author": "",
"license": "UNLICENSED",
@@ -24,23 +24,18 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@azure/app-configuration": "^1.6.0",
"@azure/data-tables": "^13.2.2",
"@azure/identity": "^4.2.0",
"@azure/msal-node": "^2.9.2",
"@dapr/dapr": "^3.4.1",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.0",
"axios": "^1.7.2",
"express-jwt": "^8.5.1",
"jwks-rsa": "^3.1.0",
"passport": "^0.7.0",
"passport-azure-ad": "^4.3.5",
"passport-jwt": "^4.0.1",
"reflect-metadata": "^0.2.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {