convert-csv-to-json 2.39.0 → 2.41.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.
@@ -26,25 +26,27 @@ jobs:
26
26
  CI: true
27
27
 
28
28
  release:
29
+ permissions:
30
+ actions: write
31
+ contents: write
32
+ id-token: write
29
33
  needs: build
30
34
  if: github.ref == 'refs/heads/master'
31
35
  name: release
32
36
  runs-on: ubuntu-latest
33
37
  steps:
34
- - uses: actions/checkout@v4
35
- with:
36
- token: ${{ secrets.ACTION_TOKEN }}
37
- - uses: fregante/setup-git-user@v2
38
- - run: git config --global user.name "dependabot"
38
+ - name: Git Checkout
39
+ uses: actions/checkout@v4
39
40
  - name: Use Node.js 21.x
40
41
  uses: actions/setup-node@v4
41
42
  with:
42
43
  node-version: 21.x
43
44
  registry-url: 'https://registry.npmjs.org'
44
- - name: npm-semver-publish
45
- uses: iuccio/npm-semver-publish-action@v1.10.0
45
+ - name: Execute semver npm publishing
46
+ uses: iuccio/npm-semver-publish-action@v1.31.0
46
47
  with:
47
48
  target-branch: 'master'
49
+ provenance: true
48
50
  env:
49
51
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
50
52
 
package/README.md CHANGED
@@ -15,7 +15,8 @@
15
15
 
16
16
  This repository uses [![GitHub Action - iuccio/npm-semantic-publish-action@latest](https://img.shields.io/badge/GitHub_Action_-iuccio%2Fnpm--semantic--publish--action%40latest-2ea44f)](https://github.com/marketplace/actions/npm-semver-publish)
17
17
 
18
- Please consider following this project's author, [Antò](https://github.com/iuccio), and consider starring the project to show your :heart: and support.
18
+ Follow [me](https://github.com/iuccio), and consider starring the project to
19
+ show your :heart: and support.
19
20
 
20
21
  ## Table of Contents
21
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "2.39.0",
3
+ "version": "2.41.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",