ecrs-auth-core 1.0.40 → 1.0.42

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.
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecrs-auth-core",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "description": "Centralized authentication and authorization module for ECRS apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",