@nauth-toolkit/nestjs 0.1.75 → 0.1.78
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/dist/auth.module.js +1 -1
- package/package.json +2 -2
package/dist/auth.module.js
CHANGED
|
@@ -1195,7 +1195,7 @@ let AuthModule = AuthModule_1 = class AuthModule {
|
|
|
1195
1195
|
const result = core_2.authConfigSchema.safeParse(config);
|
|
1196
1196
|
if (!result.success) {
|
|
1197
1197
|
// Format Zod errors into readable messages
|
|
1198
|
-
const errors = result.error.
|
|
1198
|
+
const errors = result.error.issues
|
|
1199
1199
|
.map((err) => {
|
|
1200
1200
|
const path = err.path.length > 0 ? err.path.join('.') : 'root';
|
|
1201
1201
|
return ` - ${path}: ${err.message}`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nauth-toolkit/nestjs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.78",
|
|
4
4
|
"description": "NestJS adapter for nauth-toolkit - Platform-specific integrations",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"typeorm": "^0.3.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@nauth-toolkit/core": "0.1.
|
|
42
|
+
"@nauth-toolkit/core": "0.1.78"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@nestjs/common": "^11.1.8",
|