@alitu/user-agents-v2-api 0.2.83 → 0.2.85

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.
@@ -1906,7 +1906,10 @@
1906
1906
  "name": "Godcaster",
1907
1907
  "pattern": "^Godcaster",
1908
1908
  "examples": [
1909
- "Godcaster app 1.0"
1909
+ "Godcaster app 1.0",
1910
+ "GodcasterApp/android/v1.13.0",
1911
+ "GodcasterApp/v1.18.0 (ios)",
1912
+ "GodcasterApp/v1.22 (android)"
1910
1913
  ],
1911
1914
  "urls": [
1912
1915
  "https://godcaster.fm/"
@@ -4626,6 +4629,17 @@
4626
4629
  "name": "Yapa",
4627
4630
  "pattern": "^yapa/"
4628
4631
  },
4632
+ {
4633
+ "name": "Yoto",
4634
+ "pattern": "^Yoto/",
4635
+ "examples": [
4636
+ "Yoto/14665 CFNetwork/1.0 Darwin/18.5.0",
4637
+ "Yoto/15035 CFNetwork/1335.0.3.4 Darwin/15.8.4"
4638
+ ],
4639
+ "urls": [
4640
+ "https://us.yotoplay.com/"
4641
+ ]
4642
+ },
4629
4643
  {
4630
4644
  "name": "YouTube Music",
4631
4645
  "pattern": "^com\\.google\\.android\\.apps\\.youtube\\.music/|^YouTubeMusic/\\d|^com\\.google\\.ios\\.youtubemusic/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.83",
3
+ "version": "0.2.85",
4
4
  "description": "API for identifying User-Agent strings using OPAWG's user-agents-v2 lists.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {