@alitu/user-agents-v2-api 0.2.35 → 0.2.36

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.
@@ -628,6 +628,13 @@
628
628
  "Jaunt/1.5"
629
629
  ]
630
630
  },
631
+ {
632
+ "name": "Jamit bot",
633
+ "pattern": "^Jamit/1\\.0$",
634
+ "examples": [
635
+ "Jamit/1.0"
636
+ ]
637
+ },
631
638
  {
632
639
  "name": "l'Institut national de l'audiovisuel",
633
640
  "pattern": "INA dlweb",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.35",
3
+ "version": "0.2.36",
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": {