@alitu/user-agents-v2-api 0.2.91 → 0.2.93

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/",
@@ -1741,6 +1741,16 @@
1741
1741
  "urls": [
1742
1742
  "https://www.facebook.com/podwords"
1743
1743
  ]
1744
+ },
1745
+ {
1746
+ "name": "Spider",
1747
+ "pattern": "Spider/\\d.*spider\\.cloud",
1748
+ "examples": [
1749
+ "Mozilla/5.0 (compatible; Spider/2.0; +https://spider.cloud)"
1750
+ ],
1751
+ "urls": [
1752
+ "https://spider.cloud"
1753
+ ]
1744
1754
  }
1745
1755
  ]
1746
1756
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.91",
3
+ "version": "0.2.93",
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": {