Skip to content

Commit

Permalink
chore(profiles): automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes authored and github-actions[bot] committed Oct 22, 2024
1 parent 98fe61b commit 0bbd60e
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 0 deletions.
14 changes: 14 additions & 0 deletions real-user-agents/data/browsersById.json
Original file line number Diff line number Diff line change
Expand Up @@ -4196,5 +4196,19 @@
"deviceCategory": "desktop",
"releaseDate": "unknown",
"description": ""
},
"chrome-130-0": {
"id": "chrome-130-0",
"name": "Chrome",
"marketshare": 0,
"version": {
"major": "130",
"minor": "0",
"build": "0",
"patch": "0"
},
"deviceCategory": "desktop",
"releaseDate": "unknown",
"description": ""
}
}
18 changes: 18 additions & 0 deletions real-user-agents/data/chromiumBuildVersions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
[
"132.0.6791.1",
"132.0.6791.0",
"131.0.6778.10",
"130.0.6723.79",
"130.0.6723.78",
"130.0.6723.77",
"130.0.6723.74",
"130.0.6723.75",
"130.0.6723.76",
"130.0.6723.70",
"130.0.6723.71",
"130.0.6723.72",
"130.0.6723.73",
"130.0.6723.69",
"132.0.6790.2",
"132.0.6790.1",
"132.0.6790.0",
"132.0.6789.2",
"132.0.6789.1",
"132.0.6789.0",
"131.0.6778.9",
Expand Down
35 changes: 35 additions & 0 deletions real-user-agents/data/external-raw/browserstack/userAgents.json
Original file line number Diff line number Diff line change
Expand Up @@ -19418,5 +19418,40 @@
"id": "Firefox-131.0--OS X-Sequoia",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:131.0) Gecko/20100101 Firefox/131.0",
"osId": "mac-os-15"
},
{
"id": "Chrome-130.0--OS X-Ventura",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",
"osId": "mac-os-13"
},
{
"id": "Chrome-130.0--Windows-11",
"string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",
"osId": "windows-11"
},
{
"id": "Chrome-130.0--OS X-Big Sur",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",
"osId": "mac-os-11"
},
{
"id": "Chrome-130.0--Windows-10",
"string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",
"osId": "windows-10"
},
{
"id": "Chrome-130.0--OS X-Monterey",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",
"osId": "mac-os-12"
},
{
"id": "Chrome-130.0--OS X-Sonoma",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",
"osId": "mac-os-14"
},
{
"id": "Chrome-130.0--OS X-Sequoia",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",
"osId": "mac-os-15"
}
]
Loading

0 comments on commit 0bbd60e

Please sign in to comment.