convert-csv-to-json 3.7.0 → 3.9.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.
@@ -14,7 +14,7 @@ jobs:
14
14
  steps:
15
15
  - uses: actions/checkout@v5
16
16
  - name: Use Node.js ${{ matrix.node-version }}
17
- uses: actions/setup-node@v4
17
+ uses: actions/setup-node@v5
18
18
  with:
19
19
  node-version: ${{ matrix.node-version }}
20
20
  - name: npm install, build, and test
@@ -39,7 +39,7 @@ jobs:
39
39
  - uses: fregante/setup-git-user@v2
40
40
  - run: git config --global user.name "dependabot"
41
41
  - name: Use Node.js 22.x
42
- uses: actions/setup-node@v4
42
+ uses: actions/setup-node@v5
43
43
  with:
44
44
  node-version: 22.x
45
45
  registry-url: 'https://registry.npmjs.org'
package/README.md CHANGED
@@ -347,7 +347,7 @@ If the commit message contains the keyword:
347
347
 
348
348
 
349
349
  ## License
350
- CSVtoJSON is licensed under the GNU General Public License v3.0 [License](LICENSE).
350
+ CSVtoJSON is licensed under the MIT [License](LICENSE).
351
351
 
352
352
  ## Buy me a Coffee
353
353
  Just if you want to support this repository:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "3.7.0",
3
+ "version": "3.9.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",