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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  // package.json
2
2
  var package_default = {
3
- version: "1.4.1"};
3
+ version: "1.4.2"};
4
4
 
5
5
  // src/constants/os.ts
6
6
  var OS_DEFS = [
@@ -463,14 +463,19 @@ var BOT_DEFS = [
463
463
  { name: "OAI-SearchBot", detect: /OAI-SearchBot/, category: "ai-llm" },
464
464
  { name: "ChatGPT-User", detect: /ChatGPT-User/, category: "ai-llm" },
465
465
  { name: "ClaudeBot", detect: /ClaudeBot/, category: "ai-llm" },
466
+ { name: "Claude-User", detect: /Claude-User/, category: "ai-llm" },
467
+ { name: "Claude-SearchBot", detect: /Claude-SearchBot/, category: "ai-llm" },
466
468
  { name: "PerplexityBot", detect: /PerplexityBot/, category: "ai-llm" },
467
469
  { name: "CCBot", detect: /CCBot/, category: "ai-llm" },
468
- { name: "AdsBot", detect: /AdsBot-Google/, category: "ai-llm" },
470
+ { name: "AdsBot", detect: /AdsBot-Google/, category: "search-engine" },
469
471
  { name: "Google-Extended", detect: /Google-Extended/, category: "ai-llm" },
470
472
  { name: "Meta-ExternalAgent", detect: /meta-externalagent/i, category: "ai-llm" },
471
473
  { name: "Amazonbot", detect: /Amazonbot/, category: "ai-llm" },
472
474
  { name: "Diffbot", detect: /Diffbot/, category: "ai-llm" },
473
475
  { name: "cohere-ai", detect: /cohere-ai/, category: "ai-llm" },
476
+ { name: "MistralAI-User", detect: /MistralAI-User/, category: "ai-llm" },
477
+ { name: "DeepSeekBot", detect: /DeepSeekBot/, category: "ai-llm" },
478
+ { name: "XAI-Crawler", detect: /XAI-Crawler/, category: "ai-llm" },
474
479
  { name: "YouBot", detect: /YouBot/, category: "ai-llm" },
475
480
  // Monitoring / archiving
476
481
  { name: "UptimeRobot", detect: /UptimeRobot/, category: "monitoring" },