crawler-user-agents 1.12.0 → 1.13.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.
@@ -13,21 +13,17 @@ on:
13
13
  types:
14
14
  - completed
15
15
 
16
- permissions:
17
- contents: write
18
-
19
16
  jobs:
20
17
  publish-npm:
21
18
  runs-on: ubuntu-latest
22
19
  permissions:
20
+ contents: write
23
21
  id-token: write # To attach provenance to the published package
24
22
  environment:
25
23
  name: npm_token
26
24
  url: https://www.npmjs.com/package/crawler-user-agents
27
25
  steps:
28
26
  - uses: actions/checkout@v4
29
- with:
30
- token: ${{ secrets.PAT }}
31
27
  - uses: actions/setup-node@v4
32
28
  with:
33
29
  node-version: 20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.12.0",
3
+ "version": "1.13.0",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",