ecrs-auth-core 1.0.38 → 1.0.40

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,6 +117,7 @@ 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
120
121
  ],
121
122
  controllers: [auth_controller_1.AuthController],
122
123
  exports: [
@@ -125,6 +126,7 @@ let AuthCoreModule = AuthCoreModule_1 = class AuthCoreModule {
125
126
  'MODULE_CONFIG',
126
127
  // optional but handy:
127
128
  jwt_1.JwtModule,
129
+ jwt_1.JwtService,
128
130
  auth_service_1.AuthService,
129
131
  jwt_strategy_1.JwtStrategy,
130
132
  jwt_guard_1.JwtAuthGuard,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecrs-auth-core",
3
- "version": "1.0.38",
3
+ "version": "1.0.40",
4
4
  "description": "Centralized authentication and authorization module for ECRS apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",