@alitu/user-agents-v2-api 0.2.28 → 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.
|
@@ -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)",
|