@alitu/user-agents-v2-api 0.2.10 → 0.2.11

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.
@@ -3056,6 +3056,18 @@
3056
3056
  "Swoot Agent 1.0"
3057
3057
  ]
3058
3058
  },
3059
+ {
3060
+ "name": "Podhome",
3061
+ "pattern": "^Podhome App",
3062
+ "description": "Podhome app on iOS, Android and Web.",
3063
+ "urls": [
3064
+ "https://www.podhome.fm/"
3065
+ ],
3066
+ "examples": [
3067
+ "Podhome App/1.0 CFNetwork/1121.2.2 Darwin/19.2.0",
3068
+ "Podhome App/1.0 (Linux; Android 10; SM-G960F Build/QP1A.190711.020) ExoPlayerLib/2.10.4"
3069
+ ]
3070
+ },
3059
3071
  {
3060
3072
  "name": "Podimo",
3061
3073
  "pattern": "^Podimo/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
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": {