pumuki 6.3.335 → 6.3.336

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.
@@ -648,7 +648,7 @@ const collectIosTestFileContents = (
648
648
  };
649
649
 
650
650
  const isXCTestSource = (content: string): boolean => {
651
- return /\bimport\s+XCTest\b/.test(content) || /\bXCTestCase\b/.test(content);
651
+ return /\bclass\s+\w+\s*:\s*XCTestCase\b/.test(content);
652
652
  };
653
653
 
654
654
  const hasMakeSUTPattern = (content: string): boolean => /\bmakeSUT\s*\(/.test(content);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pumuki",
3
- "version": "6.3.335",
3
+ "version": "6.3.336",
4
4
  "description": "Enterprise-grade AST Intelligence System with multi-platform support (iOS, Android, Backend, Frontend) and Feature-First + DDD + Clean Architecture enforcement. Includes dynamic violations API for intelligent querying.",
5
5
  "main": "index.js",
6
6
  "bin": {