@next-nest-auth/nestauth 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-nest-auth/nestauth",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"type": "commonjs",
|
|
33
33
|
"description": "NestAuth is an authentication solution for NestJS applications, designed to handle user login, session management, and token-based authentication (JWT). It integrates seamlessly with Next.js and other frontends to provide a unified authentication system, supporting features like refresh tokens, secure cookie handling, and multi-provider authentication.",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@nestjs/common": "^11.1.
|
|
35
|
+
"@nestjs/common": "^11.1.11",
|
|
36
36
|
"@nestjs/config": "^4.0.2",
|
|
37
|
-
"@nestjs/jwt": "^11.0.
|
|
37
|
+
"@nestjs/jwt": "^11.0.2",
|
|
38
38
|
"@nestjs/passport": "^11.0.5",
|
|
39
|
-
"bcryptjs": "^3.0.
|
|
40
|
-
"jsonwebtoken": "^9.0.
|
|
41
|
-
"macaddress": "^0.5.
|
|
39
|
+
"bcryptjs": "^3.0.3",
|
|
40
|
+
"jsonwebtoken": "^9.0.3",
|
|
41
|
+
"macaddress": "^0.5.4",
|
|
42
42
|
"passport": "^0.7.0",
|
|
43
43
|
"passport-custom": "^1.1.1",
|
|
44
44
|
"passport-facebook": "^3.0.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@nestjs/schematics": "^11.0.9",
|
|
51
|
-
"@nestjs/testing": "^11.1.
|
|
51
|
+
"@nestjs/testing": "^11.1.11",
|
|
52
52
|
"@types/bcryptjs": "^3.0.0",
|
|
53
53
|
"@types/passport-facebook": "^3.0.4",
|
|
54
54
|
"@types/passport-google-oauth20": "^2.0.17",
|