ua-browser 1.4.1 → 1.4.2

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/dist/index.cjs CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  // package.json
6
6
  var package_default = {
7
- version: "1.4.1"};
7
+ version: "1.4.2"};
8
8
 
9
9
  // src/constants/os.ts
10
10
  var OS_DEFS = [
@@ -467,14 +467,19 @@ var BOT_DEFS = [
467
467
  { name: "OAI-SearchBot", detect: /OAI-SearchBot/, category: "ai-llm" },
468
468
  { name: "ChatGPT-User", detect: /ChatGPT-User/, category: "ai-llm" },
469
469
  { name: "ClaudeBot", detect: /ClaudeBot/, category: "ai-llm" },
470
+ { name: "Claude-User", detect: /Claude-User/, category: "ai-llm" },
471
+ { name: "Claude-SearchBot", detect: /Claude-SearchBot/, category: "ai-llm" },
470
472
  { name: "PerplexityBot", detect: /PerplexityBot/, category: "ai-llm" },
471
473
  { name: "CCBot", detect: /CCBot/, category: "ai-llm" },
472
- { name: "AdsBot", detect: /AdsBot-Google/, category: "ai-llm" },
474
+ { name: "AdsBot", detect: /AdsBot-Google/, category: "search-engine" },
473
475
  { name: "Google-Extended", detect: /Google-Extended/, category: "ai-llm" },
474
476
  { name: "Meta-ExternalAgent", detect: /meta-externalagent/i, category: "ai-llm" },
475
477
  { name: "Amazonbot", detect: /Amazonbot/, category: "ai-llm" },
476
478
  { name: "Diffbot", detect: /Diffbot/, category: "ai-llm" },
477
479
  { name: "cohere-ai", detect: /cohere-ai/, category: "ai-llm" },
480
+ { name: "MistralAI-User", detect: /MistralAI-User/, category: "ai-llm" },
481
+ { name: "DeepSeekBot", detect: /DeepSeekBot/, category: "ai-llm" },
482
+ { name: "XAI-Crawler", detect: /XAI-Crawler/, category: "ai-llm" },
478
483
  { name: "YouBot", detect: /YouBot/, category: "ai-llm" },
479
484
  // Monitoring / archiving
480
485
  { name: "UptimeRobot", detect: /UptimeRobot/, category: "monitoring" },