@alitu/user-agents-v2-api 0.2.95 → 0.2.96

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.
@@ -4647,10 +4647,11 @@
4647
4647
  },
4648
4648
  {
4649
4649
  "name": "Yoto",
4650
- "pattern": "^Yoto/",
4650
+ "pattern": "^Yoto/|^Yoto v2 FW;",
4651
4651
  "examples": [
4652
4652
  "Yoto/14665 CFNetwork/1.0 Darwin/18.5.0",
4653
- "Yoto/15035 CFNetwork/1335.0.3.4 Darwin/15.8.4"
4653
+ "Yoto/15035 CFNetwork/1335.0.3.4 Darwin/15.8.4",
4654
+ "Yoto v2 FW; version v2.23.2"
4654
4655
  ],
4655
4656
  "urls": [
4656
4657
  "https://us.yotoplay.com/"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.95",
3
+ "version": "0.2.96",
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": {