@misterhuydo/sentinel 1.5.20 → 1.5.21
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.
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.5.
|
|
1
|
+
__version__ = "1.5.21"
|
|
@@ -163,7 +163,8 @@ _LOG_LINE_RE = re.compile(r'^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d+ \w')
|
|
|
163
163
|
# Excludes transient/external errors that Dev Claude cannot fix.
|
|
164
164
|
_SKIP_PATTERNS = re.compile(
|
|
165
165
|
r'SSH|Connection|Timeout|Rate.limit|npm show|git pull|git push'
|
|
166
|
-
r'|slack_bolt|urllib|requests\.|socket\.'
|
|
166
|
+
r'|slack_bolt|urllib|requests\.|socket\.'
|
|
167
|
+
r'|Patch soak|Patch tests failed|Cascade|Maven auth|Nexus',
|
|
167
168
|
re.IGNORECASE,
|
|
168
169
|
)
|
|
169
170
|
|