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