@alitu/user-agents-v2-api 0.2.90 → 0.2.92

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.
@@ -2635,6 +2635,14 @@
2635
2635
  "Laughable/2.1.6.1 CFNetwork/808.1.4 Darwin/16.1.0"
2636
2636
  ]
2637
2637
  },
2638
+ {
2639
+ "name": "Le Monde",
2640
+ "pattern": "^AEC/",
2641
+ "examples": [
2642
+ "AEC/9.16 (free; fr; ABTest 123) iOS/26.0 (phone; iPhone18,1)",
2643
+ "AEC/9.15.2 (free; fr; ABTest 427) Android/14/34 (phone; Pixel 7a)"
2644
+ ]
2645
+ },
2638
2646
  {
2639
2647
  "name": "LeParisien",
2640
2648
  "pattern": "^leparisien/",
@@ -1031,6 +1031,13 @@
1031
1031
  "podcast-archiver/v1.7.1 (https://github.com/janw/podcast-archiver)"
1032
1032
  ]
1033
1033
  },
1034
+ {
1035
+ "name": "Podcast Go Audio Downloader",
1036
+ "pattern": "^podcast-go-audio-downloader/",
1037
+ "examples": [
1038
+ "podcast-go-audio-downloader/2.0"
1039
+ ]
1040
+ },
1034
1041
  {
1035
1042
  "name": "Podcastics",
1036
1043
  "pattern": "^Podcastics$",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.90",
3
+ "version": "0.2.92",
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": {