crawler-user-agents 1.18.0 → 1.20.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.
@@ -33,4 +33,4 @@ jobs:
33
33
  - run: pip install build
34
34
  - run: python -m build --wheel
35
35
  - name: Publish package
36
- uses: pypa/gh-action-pypi-publish@v1.12.4
36
+ uses: pypa/gh-action-pypi-publish@v1.13.0
@@ -5165,5 +5165,13 @@
5165
5165
  "instances": [
5166
5166
  "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.7204.168 Safari/537.36 DatadogSynthetics"
5167
5167
  ]
5168
+ },
5169
+ {
5170
+ "pattern": "Google-Ads-Conversions",
5171
+ "addition_date": "2025/09/10",
5172
+ "url": "https://developers.google.com/google-ads/api/docs/conversions/upload-online",
5173
+ "instances": [
5174
+ "Mozilla/5.0 AppleWebKit/537.36 Chrome/139.0.7258.127 Safari/537.36 Google-Ads-Conversions"
5175
+ ]
5168
5176
  }
5169
5177
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.18.0",
3
+ "version": "1.20.0",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",