@alitu/user-agents-v2-api 0.2.17 → 0.2.19

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.
@@ -855,6 +855,16 @@
855
855
  "podcast-archiver/v1.7.1 (https://github.com/janw/podcast-archiver)"
856
856
  ]
857
857
  },
858
+ {
859
+ "name": "Podcastics",
860
+ "pattern": "^Podcastics$",
861
+ "urls": [
862
+ "https://podcastics.com"
863
+ ],
864
+ "examples": [
865
+ "Podcastics"
866
+ ]
867
+ },
858
868
  {
859
869
  "name": "PodCloud",
860
870
  "pattern": "podCloud",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.17",
3
+ "version": "0.2.19",
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": {