convert-csv-to-json 2.39.0 → 2.40.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,26 @@ jobs:
26
26
  CI: true
27
27
 
28
28
  release:
29
+ permissions:
30
+ contents: write
31
+ id-token: write
29
32
  needs: build
30
33
  if: github.ref == 'refs/heads/master'
31
34
  name: release
32
35
  runs-on: ubuntu-latest
33
36
  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"
37
+ - name: Git Checkout
38
+ uses: actions/checkout@v4
39
39
  - name: Use Node.js 21.x
40
40
  uses: actions/setup-node@v4
41
41
  with:
42
42
  node-version: 21.x
43
43
  registry-url: 'https://registry.npmjs.org'
44
- - name: npm-semver-publish
45
- uses: iuccio/npm-semver-publish-action@v1.10.0
44
+ - name: Execute semver npm publishing
45
+ uses: iuccio/npm-semver-publish-action@v1.31.0
46
46
  with:
47
47
  target-branch: 'master'
48
+ provenance: true
48
49
  env:
49
50
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
50
51
 
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.40.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",