ecrs-auth-core 1.0.96 → 1.0.97

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.
@@ -166,7 +166,7 @@ let AuthService = class AuthService {
166
166
  console.log(`🔍 Checking module access for user ID ${userId} and module ID ${moduleId}...`);
167
167
  try {
168
168
  const result = await this.moduleAccessRepo.query(`SELECT 1
169
- FROM user_module_access
169
+ FROM tbl_c_user_module_access_new
170
170
  WHERE user_id = $1
171
171
  AND module_id = $2
172
172
  AND status = 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecrs-auth-core",
3
- "version": "1.0.96",
3
+ "version": "1.0.97",
4
4
  "description": "Centralized authentication and authorization module for ECRS apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",