arckode-framework 1.4.2 → 1.4.3

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.
@@ -290,7 +290,7 @@ export async function checkModuleQuality(
290
290
 
291
291
  // Patrones que indican verificación de ownership (en ventana antes o después de findById)
292
292
  const ownershipPatterns = [
293
- 'assertOwnership', 'assertPerteneceAlLocal', 'userId', 'ownerId',
293
+ 'assertOwnership', 'assertPerteneceAlLocal', 'verificarOwnership', 'userId', 'ownerId',
294
294
  'authUserId', 'currentUser', 'ForbiddenError', 'No es tu', 'No tenés',
295
295
  'No pertenece', 'acceso a este',
296
296
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arckode-framework",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "AI-first TypeScript/Bun framework. Modular, SOLID, zero magic. The AI reads the composition root and knows everything.",
5
5
  "type": "module",
6
6
  "main": "./kernel/framework.ts",