@strapi/cloud-cli 5.0.0 → 5.0.1

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-rc.30";
196
+ const version = "5.0.0";
197
197
  const description = "Commands to interact with the Strapi Cloud";
198
198
  const keywords = [
199
199
  "strapi",
@@ -254,7 +254,7 @@ const dependencies = {
254
254
  open: "8.4.0",
255
255
  ora: "5.4.1",
256
256
  "pkg-up": "3.1.0",
257
- tar: "6.1.13",
257
+ tar: "6.2.1",
258
258
  "xdg-app-paths": "8.3.0",
259
259
  yup: "0.32.9"
260
260
  };
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-rc.30";
137
+ const version = "5.0.0";
138
138
  const description = "Commands to interact with the Strapi Cloud";
139
139
  const keywords = [
140
140
  "strapi",
@@ -195,7 +195,7 @@ const dependencies = {
195
195
  open: "8.4.0",
196
196
  ora: "5.4.1",
197
197
  "pkg-up": "3.1.0",
198
- tar: "6.1.13",
198
+ tar: "6.2.1",
199
199
  "xdg-app-paths": "8.3.0",
200
200
  yup: "0.32.9"
201
201
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/cloud-cli",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
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.0",
48
+ "@strapi/utils": "5.0.1",
49
49
  "axios": "1.7.4",
50
50
  "chalk": "4.1.2",
51
51
  "cli-progress": "3.12.0",
@@ -61,7 +61,7 @@
61
61
  "open": "8.4.0",
62
62
  "ora": "5.4.1",
63
63
  "pkg-up": "3.1.0",
64
- "tar": "6.1.13",
64
+ "tar": "6.2.1",
65
65
  "xdg-app-paths": "8.3.0",
66
66
  "yup": "0.32.9"
67
67
  },
@@ -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.0",
74
- "tsconfig": "5.0.0"
73
+ "eslint-config-custom": "5.0.1",
74
+ "tsconfig": "5.0.1"
75
75
  },
76
76
  "engines": {
77
77
  "node": ">=18.0.0 <=20.x.x",
78
78
  "npm": ">=6.0.0"
79
79
  },
80
- "gitHead": "ce84fada19d58a7dfbdd553035e6558f8befcba4"
80
+ "gitHead": "99323ff7d720a309ae03d2fa50b232a25cf57116"
81
81
  }