@strapi/cloud-cli 5.0.0-rc.4 → 5.0.0-rc.6

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
@@ -195,7 +195,7 @@ async function saveLocalConfig(data) {
195
195
  await fse__default.default.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
196
196
  }
197
197
  const name = "@strapi/cloud-cli";
198
- const version = "5.0.0-rc.3";
198
+ const version = "5.0.0-rc.5";
199
199
  const description = "Commands to interact with the Strapi Cloud";
200
200
  const keywords = [
201
201
  "strapi",
@@ -239,14 +239,14 @@ const scripts = {
239
239
  watch: "pack-up watch"
240
240
  };
241
241
  const dependencies = {
242
- "@strapi/utils": "5.0.0-rc.3",
243
- axios: "1.6.0",
242
+ "@strapi/utils": "5.0.0-rc.5",
243
+ axios: "1.6.8",
244
244
  chalk: "4.1.2",
245
245
  "cli-progress": "3.12.0",
246
246
  commander: "8.3.0",
247
247
  eventsource: "2.0.2",
248
248
  "fast-safe-stringify": "2.1.1",
249
- "fs-extra": "10.0.0",
249
+ "fs-extra": "11.2.0",
250
250
  inquirer: "8.2.5",
251
251
  jsonwebtoken: "9.0.0",
252
252
  "jwks-rsa": "3.1.0",
@@ -264,8 +264,8 @@ const devDependencies = {
264
264
  "@types/cli-progress": "3.11.5",
265
265
  "@types/eventsource": "1.1.15",
266
266
  "@types/lodash": "^4.14.191",
267
- "eslint-config-custom": "5.0.0-rc.3",
268
- tsconfig: "5.0.0-rc.3"
267
+ "eslint-config-custom": "5.0.0-rc.5",
268
+ tsconfig: "5.0.0-rc.5"
269
269
  };
270
270
  const engines = {
271
271
  node: ">=18.0.0 <=20.x.x",
package/dist/index.mjs CHANGED
@@ -133,7 +133,7 @@ async function saveLocalConfig(data) {
133
133
  await fse.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
134
134
  }
135
135
  const name = "@strapi/cloud-cli";
136
- const version = "5.0.0-rc.3";
136
+ const version = "5.0.0-rc.5";
137
137
  const description = "Commands to interact with the Strapi Cloud";
138
138
  const keywords = [
139
139
  "strapi",
@@ -177,14 +177,14 @@ const scripts = {
177
177
  watch: "pack-up watch"
178
178
  };
179
179
  const dependencies = {
180
- "@strapi/utils": "5.0.0-rc.3",
181
- axios: "1.6.0",
180
+ "@strapi/utils": "5.0.0-rc.5",
181
+ axios: "1.6.8",
182
182
  chalk: "4.1.2",
183
183
  "cli-progress": "3.12.0",
184
184
  commander: "8.3.0",
185
185
  eventsource: "2.0.2",
186
186
  "fast-safe-stringify": "2.1.1",
187
- "fs-extra": "10.0.0",
187
+ "fs-extra": "11.2.0",
188
188
  inquirer: "8.2.5",
189
189
  jsonwebtoken: "9.0.0",
190
190
  "jwks-rsa": "3.1.0",
@@ -202,8 +202,8 @@ const devDependencies = {
202
202
  "@types/cli-progress": "3.11.5",
203
203
  "@types/eventsource": "1.1.15",
204
204
  "@types/lodash": "^4.14.191",
205
- "eslint-config-custom": "5.0.0-rc.3",
206
- tsconfig: "5.0.0-rc.3"
205
+ "eslint-config-custom": "5.0.0-rc.5",
206
+ tsconfig: "5.0.0-rc.5"
207
207
  };
208
208
  const engines = {
209
209
  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": "5.0.0-rc.4",
3
+ "version": "5.0.0-rc.6",
4
4
  "description": "Commands to interact with the Strapi Cloud",
5
5
  "keywords": [
6
6
  "strapi",
@@ -44,14 +44,14 @@
44
44
  "watch": "pack-up watch"
45
45
  },
46
46
  "dependencies": {
47
- "@strapi/utils": "5.0.0-rc.4",
48
- "axios": "1.6.0",
47
+ "@strapi/utils": "5.0.0-rc.6",
48
+ "axios": "1.6.8",
49
49
  "chalk": "4.1.2",
50
50
  "cli-progress": "3.12.0",
51
51
  "commander": "8.3.0",
52
52
  "eventsource": "2.0.2",
53
53
  "fast-safe-stringify": "2.1.1",
54
- "fs-extra": "10.0.0",
54
+ "fs-extra": "11.2.0",
55
55
  "inquirer": "8.2.5",
56
56
  "jsonwebtoken": "9.0.0",
57
57
  "jwks-rsa": "3.1.0",
@@ -69,12 +69,12 @@
69
69
  "@types/cli-progress": "3.11.5",
70
70
  "@types/eventsource": "1.1.15",
71
71
  "@types/lodash": "^4.14.191",
72
- "eslint-config-custom": "5.0.0-rc.4",
73
- "tsconfig": "5.0.0-rc.4"
72
+ "eslint-config-custom": "5.0.0-rc.6",
73
+ "tsconfig": "5.0.0-rc.6"
74
74
  },
75
75
  "engines": {
76
76
  "node": ">=18.0.0 <=20.x.x",
77
77
  "npm": ">=6.0.0"
78
78
  },
79
- "gitHead": "9e5ffe8d34f5a3b69947faccb1e51a73603ae694"
79
+ "gitHead": "ae299ee651ea4cca18321a1d2cd3c40bc3870b8a"
80
80
  }