@strapi/cloud-cli 5.8.0 → 5.9.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.
package/dist/index.js CHANGED
@@ -194,7 +194,7 @@ async function saveLocalConfig(data) {
194
194
  await fse__namespace.default.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
195
195
  }
196
196
  const name = "@strapi/cloud-cli";
197
- const version = "5.7.0";
197
+ const version = "5.8.1";
198
198
  const description = "Commands to interact with the Strapi Cloud";
199
199
  const keywords = [
200
200
  "strapi",
@@ -239,7 +239,7 @@ const scripts = {
239
239
  watch: "pack-up watch"
240
240
  };
241
241
  const dependencies = {
242
- "@strapi/utils": "5.7.0",
242
+ "@strapi/utils": "5.8.1",
243
243
  axios: "1.7.4",
244
244
  boxen: "5.1.2",
245
245
  chalk: "4.1.2",
@@ -265,8 +265,8 @@ const devDependencies = {
265
265
  "@types/cli-progress": "3.11.5",
266
266
  "@types/eventsource": "1.1.15",
267
267
  "@types/lodash": "^4.14.191",
268
- "eslint-config-custom": "5.7.0",
269
- tsconfig: "5.7.0"
268
+ "eslint-config-custom": "5.8.1",
269
+ tsconfig: "5.8.1"
270
270
  };
271
271
  const engines = {
272
272
  node: ">=18.0.0 <=22.x.x",
package/dist/index.mjs CHANGED
@@ -135,7 +135,7 @@ async function saveLocalConfig(data) {
135
135
  await fse__default.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
136
136
  }
137
137
  const name = "@strapi/cloud-cli";
138
- const version = "5.7.0";
138
+ const version = "5.8.1";
139
139
  const description = "Commands to interact with the Strapi Cloud";
140
140
  const keywords = [
141
141
  "strapi",
@@ -180,7 +180,7 @@ const scripts = {
180
180
  watch: "pack-up watch"
181
181
  };
182
182
  const dependencies = {
183
- "@strapi/utils": "5.7.0",
183
+ "@strapi/utils": "5.8.1",
184
184
  axios: "1.7.4",
185
185
  boxen: "5.1.2",
186
186
  chalk: "4.1.2",
@@ -206,8 +206,8 @@ const devDependencies = {
206
206
  "@types/cli-progress": "3.11.5",
207
207
  "@types/eventsource": "1.1.15",
208
208
  "@types/lodash": "^4.14.191",
209
- "eslint-config-custom": "5.7.0",
210
- tsconfig: "5.7.0"
209
+ "eslint-config-custom": "5.8.1",
210
+ tsconfig: "5.8.1"
211
211
  };
212
212
  const engines = {
213
213
  node: ">=18.0.0 <=22.x.x",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/cloud-cli",
3
- "version": "5.8.0",
3
+ "version": "5.9.0",
4
4
  "description": "Commands to interact with the Strapi Cloud",
5
5
  "keywords": [
6
6
  "strapi",
@@ -45,7 +45,7 @@
45
45
  "watch": "pack-up watch"
46
46
  },
47
47
  "dependencies": {
48
- "@strapi/utils": "5.8.0",
48
+ "@strapi/utils": "5.9.0",
49
49
  "axios": "1.7.4",
50
50
  "boxen": "5.1.2",
51
51
  "chalk": "4.1.2",
@@ -71,8 +71,8 @@
71
71
  "@types/cli-progress": "3.11.5",
72
72
  "@types/eventsource": "1.1.15",
73
73
  "@types/lodash": "^4.14.191",
74
- "eslint-config-custom": "5.8.0",
75
- "tsconfig": "5.8.0"
74
+ "eslint-config-custom": "5.9.0",
75
+ "tsconfig": "5.9.0"
76
76
  },
77
77
  "engines": {
78
78
  "node": ">=18.0.0 <=22.x.x",