@strapi/cloud-cli 4.25.19 → 4.25.20

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
@@ -192,7 +192,7 @@ async function saveLocalConfig(data) {
192
192
  await fse__namespace.default.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
193
193
  }
194
194
  const name = "@strapi/cloud-cli";
195
- const version = "4.25.17";
195
+ const version = "4.25.19";
196
196
  const description = "Commands to interact with the Strapi Cloud";
197
197
  const keywords = [
198
198
  "strapi",
@@ -237,7 +237,7 @@ const scripts = {
237
237
  watch: "pack-up watch"
238
238
  };
239
239
  const dependencies = {
240
- "@strapi/utils": "4.25.17",
240
+ "@strapi/utils": "4.25.19",
241
241
  axios: "1.7.4",
242
242
  chalk: "4.1.2",
243
243
  "cli-progress": "3.12.0",
@@ -262,8 +262,8 @@ const devDependencies = {
262
262
  "@types/cli-progress": "3.11.5",
263
263
  "@types/eventsource": "1.1.15",
264
264
  "@types/lodash": "^4.14.191",
265
- "eslint-config-custom": "4.25.17",
266
- tsconfig: "4.25.17"
265
+ "eslint-config-custom": "4.25.19",
266
+ tsconfig: "4.25.19"
267
267
  };
268
268
  const engines = {
269
269
  node: ">=18.0.0 <=20.x.x",
package/dist/index.mjs CHANGED
@@ -133,7 +133,7 @@ async function saveLocalConfig(data) {
133
133
  await fse__default.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
134
134
  }
135
135
  const name = "@strapi/cloud-cli";
136
- const version = "4.25.17";
136
+ const version = "4.25.19";
137
137
  const description = "Commands to interact with the Strapi Cloud";
138
138
  const keywords = [
139
139
  "strapi",
@@ -178,7 +178,7 @@ const scripts = {
178
178
  watch: "pack-up watch"
179
179
  };
180
180
  const dependencies = {
181
- "@strapi/utils": "4.25.17",
181
+ "@strapi/utils": "4.25.19",
182
182
  axios: "1.7.4",
183
183
  chalk: "4.1.2",
184
184
  "cli-progress": "3.12.0",
@@ -203,8 +203,8 @@ const devDependencies = {
203
203
  "@types/cli-progress": "3.11.5",
204
204
  "@types/eventsource": "1.1.15",
205
205
  "@types/lodash": "^4.14.191",
206
- "eslint-config-custom": "4.25.17",
207
- tsconfig: "4.25.17"
206
+ "eslint-config-custom": "4.25.19",
207
+ tsconfig: "4.25.19"
208
208
  };
209
209
  const engines = {
210
210
  node: ">=18.0.0 <=20.x.x",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/cloud-cli",
3
- "version": "4.25.19",
3
+ "version": "4.25.20",
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": "4.25.19",
48
+ "@strapi/utils": "4.25.20",
49
49
  "axios": "1.7.4",
50
50
  "chalk": "4.1.2",
51
51
  "cli-progress": "3.12.0",
@@ -70,12 +70,12 @@
70
70
  "@types/cli-progress": "3.11.5",
71
71
  "@types/eventsource": "1.1.15",
72
72
  "@types/lodash": "^4.14.191",
73
- "eslint-config-custom": "4.25.19",
74
- "tsconfig": "4.25.19"
73
+ "eslint-config-custom": "4.25.20",
74
+ "tsconfig": "4.25.20"
75
75
  },
76
76
  "engines": {
77
77
  "node": ">=18.0.0 <=20.x.x",
78
78
  "npm": ">=6.0.0"
79
79
  },
80
- "gitHead": "e033e9b9c89837331a60b1b6a2c21a779fffc801"
80
+ "gitHead": "a38c6dc3717b2e6e7da00e45bd349b69a6469aac"
81
81
  }