convert-csv-to-json 4.20.0 → 4.22.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.
@@ -78,7 +78,7 @@ jobs:
78
78
  - name: Configure GitHub Pages
79
79
  uses: actions/configure-pages@v5
80
80
  - name: Upload pages artifact
81
- uses: actions/upload-pages-artifact@v3
81
+ uses: actions/upload-pages-artifact@v4
82
82
  with:
83
83
  path: docs
84
84
  - name: Deploy to GitHub Pages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "4.20.0",
3
+ "version": "4.22.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",