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

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.
@@ -3257,7 +3257,7 @@
3257
3257
  },
3258
3258
  {
3259
3259
  "name": "Pocket Casts",
3260
- "pattern": "^Pocket Casts|^PocketCasts/|^Shifty Jelly Pocket Casts",
3260
+ "pattern": "^Pocket Casts|^Pocket%20Casts|^PocketCasts/|^Shifty Jelly Pocket Casts",
3261
3261
  "description": "A podcast app and web player",
3262
3262
  "svg": "pocketcasts.svg",
3263
3263
  "urls": [
@@ -3266,7 +3266,9 @@
3266
3266
  "comments": "'PocketCasts' is a feed parser; 'Pocket Casts' is the app. There is also a web player.",
3267
3267
  "examples": [
3268
3268
  "Pocket Casts",
3269
- "Shifty Jelly Pocket Casts, iOS v4.2"
3269
+ "Shifty Jelly Pocket Casts, iOS v4.2",
3270
+ "Pocket%20Casts/7.96.0.4 CFNetwork/3826.600.41 Darwin/24.6.0",
3271
+ "Pocket%20Casts/7.95.0.4 CFNetwork/3826.600.41 Darwin/24.6.0"
3270
3272
  ]
3271
3273
  },
3272
3274
  {
@@ -324,6 +324,16 @@
324
324
  "Castopod/1.1.2"
325
325
  ]
326
326
  },
327
+ {
328
+ "name": "Ceramic Terracotta Crawler",
329
+ "pattern": "CeramicTerracotta",
330
+ "examples": [
331
+ "TerraCotta https://github.com/CeramicTeam/CeramicTerracotta"
332
+ ],
333
+ "urls": [
334
+ "https://github.com/CeramicTeam/CeramicTerracotta"
335
+ ]
336
+ },
327
337
  {
328
338
  "name": "Chartable",
329
339
  "pattern": "^Trackable/",
@@ -1142,6 +1152,16 @@
1142
1152
  "Podio/1.0"
1143
1153
  ]
1144
1154
  },
1155
+ {
1156
+ "name": "Podlexicon Downloader",
1157
+ "pattern": "^PodlexiconDownloader",
1158
+ "examples": [
1159
+ "PodlexiconDownloader/1.0"
1160
+ ],
1161
+ "urls": [
1162
+ "https://podlexicon.com/"
1163
+ ]
1164
+ },
1145
1165
  {
1146
1166
  "name": "Podmon Bot",
1147
1167
  "pattern": "^Podmonbot/",
@@ -1232,9 +1252,10 @@
1232
1252
  },
1233
1253
  {
1234
1254
  "name": "Podtrac Feed Scanner",
1235
- "pattern": "^Podtrac Feed Scanner",
1255
+ "pattern": "^Podtrac Feed Scanner|^Podtrac Network Client",
1236
1256
  "examples": [
1237
- "Podtrac Feed Scanner"
1257
+ "Podtrac Feed Scanner",
1258
+ "Podtrac Network Client/1.0 (beta)"
1238
1259
  ]
1239
1260
  },
1240
1261
  {
@@ -1741,6 +1762,16 @@
1741
1762
  "urls": [
1742
1763
  "https://www.facebook.com/podwords"
1743
1764
  ]
1765
+ },
1766
+ {
1767
+ "name": "Spider",
1768
+ "pattern": "Spider/\\d.*spider\\.cloud",
1769
+ "examples": [
1770
+ "Mozilla/5.0 (compatible; Spider/2.0; +https://spider.cloud)"
1771
+ ],
1772
+ "urls": [
1773
+ "https://spider.cloud"
1774
+ ]
1744
1775
  }
1745
1776
  ]
1746
1777
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.92",
3
+ "version": "0.2.94",
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": {