@strapi/cloud-cli 5.0.2 → 5.0.3

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
@@ -193,7 +193,7 @@ async function saveLocalConfig(data) {
193
193
  await fse__namespace.default.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
194
194
  }
195
195
  const name = "@strapi/cloud-cli";
196
- const version = "5.0.0";
196
+ const version = "5.0.2";
197
197
  const description = "Commands to interact with the Strapi Cloud";
198
198
  const keywords = [
199
199
  "strapi",
package/dist/index.mjs CHANGED
@@ -134,7 +134,7 @@ async function saveLocalConfig(data) {
134
134
  await fse__default.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
135
135
  }
136
136
  const name = "@strapi/cloud-cli";
137
- const version = "5.0.0";
137
+ const version = "5.0.2";
138
138
  const description = "Commands to interact with the Strapi Cloud";
139
139
  const keywords = [
140
140
  "strapi",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/cloud-cli",
3
- "version": "5.0.2",
3
+ "version": "5.0.3",
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.0.2",
48
+ "@strapi/utils": "5.0.3",
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": "5.0.2",
74
- "tsconfig": "5.0.2"
73
+ "eslint-config-custom": "5.0.3",
74
+ "tsconfig": "5.0.3"
75
75
  },
76
76
  "engines": {
77
77
  "node": ">=18.0.0 <=20.x.x",
78
78
  "npm": ">=6.0.0"
79
79
  },
80
- "gitHead": "8c4b6f27a0fb2da36a8eaa661ecdaf2eef25b72d"
80
+ "gitHead": "3e37ea0306e6faf2c214a654ab00a2323d7e3ab7"
81
81
  }