ecrs-auth-core 1.0.41 → 1.0.43
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 +0 -3
- package/package.json +1 -1
package/dist/auth.module.js
CHANGED
|
@@ -117,16 +117,13 @@ let AuthCoreModule = AuthCoreModule_1 = class AuthCoreModule {
|
|
|
117
117
|
feature_guard_1.FeatureGuard,
|
|
118
118
|
route_guard_1.RouteGuard,
|
|
119
119
|
permission_guard_1.PermissionGuard,
|
|
120
|
-
jwt_1.JwtService
|
|
121
120
|
],
|
|
122
121
|
controllers: [auth_controller_1.AuthController],
|
|
123
122
|
exports: [
|
|
124
123
|
// ⬇️ export these so Superadmin can resolve guard deps
|
|
125
124
|
exports.AUTH_CORE_OPTIONS,
|
|
126
125
|
'MODULE_CONFIG',
|
|
127
|
-
// optional but handy:
|
|
128
126
|
jwt_1.JwtModule,
|
|
129
|
-
jwt_1.JwtService,
|
|
130
127
|
auth_service_1.AuthService,
|
|
131
128
|
jwt_strategy_1.JwtStrategy,
|
|
132
129
|
jwt_guard_1.JwtAuthGuard,
|