convert-csv-to-json 2.41.0 → 2.42.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.
@@ -28,6 +28,7 @@ jobs:
28
28
  release:
29
29
  permissions:
30
30
  actions: write
31
+ deployments: write
31
32
  contents: write
32
33
  id-token: write
33
34
  needs: build
@@ -43,7 +44,7 @@ jobs:
43
44
  node-version: 21.x
44
45
  registry-url: 'https://registry.npmjs.org'
45
46
  - name: Execute semver npm publishing
46
- uses: iuccio/npm-semver-publish-action@v1.31.0
47
+ uses: iuccio/npm-semver-publish-action@v1.33.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.42.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",