@strapi/cloud-cli 5.0.0-rc.10 → 5.0.0-rc.11

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.9";
198
+ const version = "5.0.0-rc.10";
199
199
  const description = "Commands to interact with the Strapi Cloud";
200
200
  const keywords = [
201
201
  "strapi",
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.9";
136
+ const version = "5.0.0-rc.10";
137
137
  const description = "Commands to interact with the Strapi Cloud";
138
138
  const keywords = [
139
139
  "strapi",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/cloud-cli",
3
- "version": "5.0.0-rc.10",
3
+ "version": "5.0.0-rc.11",
4
4
  "description": "Commands to interact with the Strapi Cloud",
5
5
  "keywords": [
6
6
  "strapi",
@@ -44,7 +44,7 @@
44
44
  "watch": "pack-up watch"
45
45
  },
46
46
  "dependencies": {
47
- "@strapi/utils": "5.0.0-rc.10",
47
+ "@strapi/utils": "5.0.0-rc.11",
48
48
  "axios": "1.6.8",
49
49
  "chalk": "4.1.2",
50
50
  "cli-progress": "3.12.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.10",
73
- "tsconfig": "5.0.0-rc.10"
72
+ "eslint-config-custom": "5.0.0-rc.11",
73
+ "tsconfig": "5.0.0-rc.11"
74
74
  },
75
75
  "engines": {
76
76
  "node": ">=18.0.0 <=20.x.x",
77
77
  "npm": ">=6.0.0"
78
78
  },
79
- "gitHead": "4f54945deb1266d47424b46aa1462f66e4e32e58"
79
+ "gitHead": "8210c57d2001c53e1591a8ce1e46d6605b3b39de"
80
80
  }