convert-csv-to-json 3.21.0 → 3.23.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.
@@ -33,7 +33,6 @@ jobs:
33
33
  name: release
34
34
  runs-on: ubuntu-latest
35
35
  permissions:
36
- contents: read
37
36
  id-token: write
38
37
  steps:
39
38
  - uses: actions/checkout@v6
@@ -47,6 +46,4 @@ jobs:
47
46
  - name: npm-semver-publish
48
47
  run: |
49
48
  npm run release
50
- env:
51
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
52
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "3.21.0",
3
+ "version": "3.23.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -45,4 +45,4 @@ execute-new-release(){
45
45
  echo "End Semantic Versioning release.";
46
46
  }
47
47
 
48
- execute-new-release;
48
+ execute-new-release;