@hyperwatch/hyperwatch 3.9.2 → 3.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperwatch/hyperwatch",
3
- "version": "3.9.2",
3
+ "version": "3.9.3",
4
4
  "description": "Open Source HTTP Traffic Manager",
5
5
  "license": "Apache-2.0",
6
6
  "author": "François Hodierne <francois@hodierne.net>",
@@ -178,6 +178,14 @@ function augment(log) {
178
178
  return hostname && hostname.endsWith('.007ac9.net')
179
179
  ? log.set('identity', 'Seekport')
180
180
  : log;
181
+ case 'Neevabot':
182
+ return hostname && hostname.endsWith('.neevabot.com')
183
+ ? log.set('identity', 'Neevabot')
184
+ : log;
185
+ case 'DataForSeoBot':
186
+ return hostname && hostname.endsWith('.dataforseo.com')
187
+ ? log.set('identity', 'DataForSeo')
188
+ : log;
181
189
 
182
190
  // Per hostname + CIDR
183
191
  case 'Twitterbot':