pumuki 6.3.367 → 6.3.368
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.
|
@@ -99,6 +99,15 @@ const NON_CODE_RULE_PATTERNS: ReadonlyArray<RegExp> = [
|
|
|
99
99
|
/\boffline[-\s]first\b/,
|
|
100
100
|
/\bretry[-\s]logic\b/,
|
|
101
101
|
/\bsecure[-\s]enclave\b/,
|
|
102
|
+
/\basyncsequence\b/,
|
|
103
|
+
/\basyncstream\b/,
|
|
104
|
+
/\bcopy[-\s]on[-\s]write\b/,
|
|
105
|
+
/\bequatable[-\s]hashable\b/,
|
|
106
|
+
/\bnil[-\s]coalescing\b/,
|
|
107
|
+
/\bnumberformatter\b/,
|
|
108
|
+
/\boperators[-\s]map[-\s]filter[-\s]flatmap\b/,
|
|
109
|
+
/\boptional[-\s]chaining\b/,
|
|
110
|
+
/\bresult[-\s]builders?\b/,
|
|
102
111
|
];
|
|
103
112
|
|
|
104
113
|
const CODE_RULE_WITH_DIRECT_DETECTOR_PATTERNS: ReadonlyArray<RegExp> = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pumuki",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.368",
|
|
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": {
|