@alitu/user-agents-v2-api 0.2.84 → 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.
@@ -4629,6 +4629,17 @@
4629
4629
  "name": "Yapa",
4630
4630
  "pattern": "^yapa/"
4631
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
+ },
4632
4643
  {
4633
4644
  "name": "YouTube Music",
4634
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.84",
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": {