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

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.
@@ -2228,6 +2228,16 @@
2228
2228
  "https://jamit.app/"
2229
2229
  ]
2230
2230
  },
2231
+ {
2232
+ "name": "JamxFeeds",
2233
+ "pattern": "^JamxFeeds/",
2234
+ "examples": [
2235
+ "JamxFeeds/1.0.3"
2236
+ ],
2237
+ "urls": [
2238
+ "https://play.google.com/store/apps/details?id=ai.jamx.feeds"
2239
+ ]
2240
+ },
2231
2241
  {
2232
2242
  "name": "Jimcast",
2233
2243
  "pattern": "^Jimcast/",
@@ -3056,6 +3066,18 @@
3056
3066
  "Swoot Agent 1.0"
3057
3067
  ]
3058
3068
  },
3069
+ {
3070
+ "name": "Podhome",
3071
+ "pattern": "^Podhome App",
3072
+ "description": "Podhome app on iOS, Android and Web.",
3073
+ "urls": [
3074
+ "https://www.podhome.fm/"
3075
+ ],
3076
+ "examples": [
3077
+ "Podhome App/1.0 CFNetwork/1121.2.2 Darwin/19.2.0",
3078
+ "Podhome App/1.0 (Linux; Android 10; SM-G960F Build/QP1A.190711.020) ExoPlayerLib/2.10.4"
3079
+ ]
3080
+ },
3059
3081
  {
3060
3082
  "name": "Podimo",
3061
3083
  "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.12",
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": {