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