convert-csv-to-json 3.4.0 → 3.6.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.
@@ -12,7 +12,7 @@ jobs:
12
12
  node-version: [14.x, 16.x, 18.x, 20.x, 21.x, 22.x]
13
13
 
14
14
  steps:
15
- - uses: actions/checkout@v4
15
+ - uses: actions/checkout@v5
16
16
  - name: Use Node.js ${{ matrix.node-version }}
17
17
  uses: actions/setup-node@v4
18
18
  with:
@@ -33,7 +33,7 @@ jobs:
33
33
  name: release
34
34
  runs-on: ubuntu-latest
35
35
  steps:
36
- - uses: actions/checkout@v4
36
+ - uses: actions/checkout@v5
37
37
  with:
38
38
  token: ${{ secrets.ACTION_TOKEN }}
39
39
  - uses: fregante/setup-git-user@v2
@@ -35,7 +35,7 @@ jobs:
35
35
 
36
36
  steps:
37
37
  - name: Checkout repository
38
- uses: actions/checkout@v4
38
+ uses: actions/checkout@v5
39
39
 
40
40
  # Initializes the CodeQL tools for scanning.
41
41
  - name: Initialize CodeQL
package/README.md CHANGED
@@ -338,7 +338,7 @@ csvToJson.fieldDelimiter(',')
338
338
 
339
339
  ## CI CD github action
340
340
 
341
- This repository uses the [GitHub Action iuccio/npm-semantic-publish-action@latest](https://github.com/marketplace/actions/npm-semver-publish-action) to publish the npm packeges.
341
+ This repository uses the [GitHub Action iuccio/npm-semantic-publish-action@latest](https://github.com/marketplace/actions/npm-semver-publish) to publish the npm packeges.
342
342
  Pushing on the master branch, depending on the git message, an new version will always be released.
343
343
  If the commit message contains the keyword:
344
344
  * **[MAJOR]**: new major relase, e.g. v1.0.0 -> v2.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "3.4.0",
3
+ "version": "3.6.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",