crawler-user-agents 1.0.109 → 1.0.111

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.
@@ -5132,5 +5132,29 @@
5132
5132
  "E. Orliac, G. Fourestey/2.3 (A Patent Crawler; http://scitas.epfl.ch/; etienne.orliac@epfl.ch, gilles.fourestey@epfl.ch)"
5133
5133
  ],
5134
5134
  "url": "http://scitas.epfl.ch/"
5135
+ },
5136
+ {
5137
+ "pattern": "StractBot",
5138
+ "addition_date": "2023/09/06",
5139
+ "instances": [
5140
+ "Mozilla/5.0 (compatible; StractBot/0.1; open source search engine; +https://trystract.com/webmasters)"
5141
+ ],
5142
+ "url": "https://trystract.com/webmasters"
5143
+ },
5144
+ {
5145
+ "pattern": "search\\.marginalia\\.nu",
5146
+ "addition_date": "2023/09/08",
5147
+ "instances": [
5148
+ "search.marginalia.nu"
5149
+ ],
5150
+ "url": "https://search.marginalia.nu"
5151
+ },
5152
+ {
5153
+ "pattern": "YouBot",
5154
+ "addition_date": "2023/09/08",
5155
+ "instances": [
5156
+ "YouBot (+http://www.you.com)"
5157
+ ],
5158
+ "url": "https://you.com/"
5135
5159
  }
5136
5160
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.109",
3
+ "version": "1.0.111",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",