convert-csv-to-json 3.16.0 → 3.18.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.
@@ -13,7 +13,7 @@
13
13
  // "forwardPorts": [],
14
14
 
15
15
  // Use 'postCreateCommand' to run commands after the container is created.
16
- // "postCreateCommand": "npm install",
16
+ "postCreateCommand": "npm install"
17
17
 
18
18
  // Configure tool-specific properties.
19
19
  // "customizations": {},
@@ -14,7 +14,7 @@ jobs:
14
14
  experimental: [true]
15
15
 
16
16
  steps:
17
- - uses: actions/checkout@v5
17
+ - uses: actions/checkout@v6
18
18
  - name: Use Node.js ${{ matrix.node-version }}
19
19
  uses: actions/setup-node@v6
20
20
  with:
@@ -35,7 +35,7 @@ jobs:
35
35
  name: release
36
36
  runs-on: ubuntu-latest
37
37
  steps:
38
- - uses: actions/checkout@v5
38
+ - uses: actions/checkout@v6
39
39
  with:
40
40
  token: ${{ secrets.ACTION_TOKEN }}
41
41
  - 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@v5
38
+ uses: actions/checkout@v6
39
39
 
40
40
  # Initializes the CodeQL tools for scanning.
41
41
  - name: Initialize CodeQL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "3.16.0",
3
+ "version": "3.18.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",