@alitu/user-agents-v2-api 0.2.27 → 0.2.29

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.
@@ -1036,6 +1036,13 @@
1036
1036
  "https://poduptime.com/"
1037
1037
  ]
1038
1038
  },
1039
+ {
1040
+ "name": "Podtail RSS Crawler",
1041
+ "pattern": "/podtail\\.com",
1042
+ "examples": [
1043
+ "Mozilla/5.0 (compatible; Podtail/2.0; +https://podtail.com/)"
1044
+ ]
1045
+ },
1039
1046
  {
1040
1047
  "name": "Podverse Feed Parser",
1041
1048
  "pattern": "^Podverse/Feed Parser",
@@ -298,6 +298,18 @@
298
298
  ],
299
299
  "category": "bot"
300
300
  },
301
+ {
302
+ "name": "Java Platform Default",
303
+ "description": "Java platform-provided client default used in the desktop/server runtime",
304
+ "pattern": "^Java/\\d",
305
+ "examples": [
306
+ "Java/17",
307
+ "Java/21.0.5",
308
+ "Java/11.0.13",
309
+ "Java/17.0.1"
310
+ ],
311
+ "category": "bot"
312
+ },
301
313
  {
302
314
  "name": "Just Audio",
303
315
  "description": "just_audio is a feature-rich audio player for Android, iOS, macOS, web, Linux and Windows (Flutter/Dart)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.27",
3
+ "version": "0.2.29",
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": {