crawler-user-agents 1.11.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,13 +13,11 @@ 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
@@ -45,5 +43,4 @@ jobs:
45
43
  - run: echo "NEW_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
46
44
  - run: git tag "v$NEW_VERSION"
47
45
  # publish this new version to github (to give the Go module a new version)
48
- - run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
49
46
  - run: git push origin "v$NEW_VERSION"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.11.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>",