convert-csv-to-json 2.33.0 → 2.35.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.
@@ -29,6 +29,7 @@ jobs:
29
29
  needs: build
30
30
  name: release
31
31
  runs-on: ubuntu-latest
32
+ if: contains(github.ref, 'master')
32
33
  steps:
33
34
  - uses: actions/checkout@v4
34
35
  with:
@@ -41,7 +42,7 @@ jobs:
41
42
  node-version: 21.x
42
43
  registry-url: 'https://registry.npmjs.org'
43
44
  - name: npm-semver-publish
44
- uses: iuccio/npm-semver-publish-action@v1.0.0
45
+ uses: iuccio/npm-semver-publish-action@v1.10.0
45
46
 
46
47
  with:
47
48
  target-branch: 'master'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "2.33.0",
3
+ "version": "2.35.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "scripts": {