contentful-export 7.21.99 → 7.22.0-DX-541-gha-publishing.1

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.
Files changed (1) hide show
  1. package/package.json +7 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentful-export",
3
- "version": "7.21.99",
3
+ "version": "7.22.0-DX-541-gha-publishing.1",
4
4
  "description": "this tool allows you to export a space to a JSON dump",
5
5
  "main": "dist/index.js",
6
6
  "types": "types.d.ts",
@@ -88,7 +88,7 @@
88
88
  "nock": "^14.0.0",
89
89
  "opener": "^1.4.1",
90
90
  "rimraf": "^4.0.7",
91
- "semantic-release": "^22.0.12"
91
+ "semantic-release": "^25.0.2"
92
92
  },
93
93
  "files": [
94
94
  "bin",
@@ -109,6 +109,11 @@
109
109
  "name": "beta",
110
110
  "channel": "beta",
111
111
  "prerelease": true
112
+ },
113
+ {
114
+ "name": "DX-541-gha-publishing",
115
+ "channel": "dev",
116
+ "prerelease": true
112
117
  }
113
118
  ],
114
119
  "plugins": [