crawler-user-agents 1.0.165 → 1.1.0

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.
@@ -30,7 +30,8 @@ jobs:
30
30
  - run: npm clean-install
31
31
  - run: git checkout .
32
32
  - run: npm version --no-git-tag-version `node -e 'pacote=require("pacote");pacote.manifest("crawler-user-agents").then(pkgJson => { console.log(pkgJson.version); });'`
33
- - run: npm version --no-git-tag-version patch
33
+ # we now bump mino in order to trigger automated dependency updates
34
+ - run: npm version --no-git-tag-version minor
34
35
  - run: npm publish --provenance
35
36
  env:
36
37
  NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
@@ -5084,5 +5084,13 @@
5084
5084
  "instances": [
5085
5085
  "MicrosoftPreview/2.0; +https://aka.ms/MicrosoftPreview"
5086
5086
  ]
5087
+ },
5088
+ {
5089
+ "pattern": "GeedoProductSearch",
5090
+ "addition_date": "2025/02/11",
5091
+ "url": "http://www.geedo.com/product-search.html",
5092
+ "instances": [
5093
+ "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GeedoProductSearch; +http://www.geedo.com/product-search.html) Chrome/79.0.3945.88 Safari/537.36"
5094
+ ]
5087
5095
  }
5088
5096
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.165",
3
+ "version": "1.1.0",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",