Merge tag '2.0.3' into pro-enterprise

This commit is contained in:
Faisal Salman
2025-03-21 17:43:42 +07:00
182 changed files with 12343 additions and 9296 deletions

View File

@@ -1,8 +1,8 @@
// Type definitions for Helpers submodule of UAParser.js v2.0.0
// Type definitions for Helpers submodule of UAParser.js v2.0.3
// Project: https://github.com/faisalman/ua-parser-js
// Definitions by: Faisal Salman <https://github.com/faisalman>
import { IResult } from "../main/ua-parser";
import type { IResult } from "../main/ua-parser";
declare function getDeviceVendor(model: string): string | undefined;
declare function isAppleSilicon(resultOrUA: IResult | string): boolean;

View File

@@ -1,5 +1,5 @@
///////////////////////////////////////////////
/* Helpers for UAParser.js v2.0.0
/* Helpers for UAParser.js v2.0.3
https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Enterprise License */
@@ -93,6 +93,9 @@ const isAIBot = (resultOrUA) => [
// Perplexity
'perplexitybot',
// Semrush
'semrushbot-ocob',
// Timpi
'timpibot',

View File

@@ -3,7 +3,7 @@
// Source: /src/helpers/ua-parser-helpers.js
///////////////////////////////////////////////
/* Helpers for UAParser.js v2.0.0
/* Helpers for UAParser.js v2.0.3
https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Enterprise License */
@@ -97,6 +97,9 @@ const isAIBot = (resultOrUA) => [
// Perplexity
'perplexitybot',
// Semrush
'semrushbot-ocob',
// Timpi
'timpibot',