convert-csv-to-json 4.24.0 → 4.26.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.
@@ -76,11 +76,11 @@ jobs:
76
76
  - name: Generate API docs
77
77
  run: npm run docs:api
78
78
  - name: Configure GitHub Pages
79
- uses: actions/configure-pages@v5
79
+ uses: actions/configure-pages@v6
80
80
  - name: Upload pages artifact
81
81
  uses: actions/upload-pages-artifact@v4
82
82
  with:
83
83
  path: docs
84
84
  - name: Deploy to GitHub Pages
85
- uses: actions/deploy-pages@v4
85
+ uses: actions/deploy-pages@v5
86
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "4.24.0",
3
+ "version": "4.26.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",