@strapi/cloud-cli 5.4.1 → 5.4.2
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 +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -196,7 +196,7 @@ async function saveLocalConfig(data) {
|
|
|
196
196
|
await fse__namespace.default.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
|
|
197
197
|
}
|
|
198
198
|
const name = "@strapi/cloud-cli";
|
|
199
|
-
const version = "5.4.
|
|
199
|
+
const version = "5.4.1";
|
|
200
200
|
const description = "Commands to interact with the Strapi Cloud";
|
|
201
201
|
const keywords = [
|
|
202
202
|
"strapi",
|
|
@@ -241,7 +241,7 @@ const scripts = {
|
|
|
241
241
|
watch: "pack-up watch"
|
|
242
242
|
};
|
|
243
243
|
const dependencies = {
|
|
244
|
-
"@strapi/utils": "5.4.
|
|
244
|
+
"@strapi/utils": "5.4.1",
|
|
245
245
|
axios: "1.7.4",
|
|
246
246
|
boxen: "5.1.2",
|
|
247
247
|
chalk: "4.1.2",
|
|
@@ -267,8 +267,8 @@ const devDependencies = {
|
|
|
267
267
|
"@types/cli-progress": "3.11.5",
|
|
268
268
|
"@types/eventsource": "1.1.15",
|
|
269
269
|
"@types/lodash": "^4.14.191",
|
|
270
|
-
"eslint-config-custom": "5.4.
|
|
271
|
-
tsconfig: "5.4.
|
|
270
|
+
"eslint-config-custom": "5.4.1",
|
|
271
|
+
tsconfig: "5.4.1"
|
|
272
272
|
};
|
|
273
273
|
const engines = {
|
|
274
274
|
node: ">=18.0.0 <=22.x.x",
|
package/dist/index.mjs
CHANGED
|
@@ -136,7 +136,7 @@ async function saveLocalConfig(data) {
|
|
|
136
136
|
await fse__default.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
|
|
137
137
|
}
|
|
138
138
|
const name = "@strapi/cloud-cli";
|
|
139
|
-
const version = "5.4.
|
|
139
|
+
const version = "5.4.1";
|
|
140
140
|
const description = "Commands to interact with the Strapi Cloud";
|
|
141
141
|
const keywords = [
|
|
142
142
|
"strapi",
|
|
@@ -181,7 +181,7 @@ const scripts = {
|
|
|
181
181
|
watch: "pack-up watch"
|
|
182
182
|
};
|
|
183
183
|
const dependencies = {
|
|
184
|
-
"@strapi/utils": "5.4.
|
|
184
|
+
"@strapi/utils": "5.4.1",
|
|
185
185
|
axios: "1.7.4",
|
|
186
186
|
boxen: "5.1.2",
|
|
187
187
|
chalk: "4.1.2",
|
|
@@ -207,8 +207,8 @@ const devDependencies = {
|
|
|
207
207
|
"@types/cli-progress": "3.11.5",
|
|
208
208
|
"@types/eventsource": "1.1.15",
|
|
209
209
|
"@types/lodash": "^4.14.191",
|
|
210
|
-
"eslint-config-custom": "5.4.
|
|
211
|
-
tsconfig: "5.4.
|
|
210
|
+
"eslint-config-custom": "5.4.1",
|
|
211
|
+
tsconfig: "5.4.1"
|
|
212
212
|
};
|
|
213
213
|
const engines = {
|
|
214
214
|
node: ">=18.0.0 <=22.x.x",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/cloud-cli",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.2",
|
|
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.4.
|
|
48
|
+
"@strapi/utils": "5.4.2",
|
|
49
49
|
"axios": "1.7.4",
|
|
50
50
|
"boxen": "5.1.2",
|
|
51
51
|
"chalk": "4.1.2",
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"@types/cli-progress": "3.11.5",
|
|
72
72
|
"@types/eventsource": "1.1.15",
|
|
73
73
|
"@types/lodash": "^4.14.191",
|
|
74
|
-
"eslint-config-custom": "5.4.
|
|
75
|
-
"tsconfig": "5.4.
|
|
74
|
+
"eslint-config-custom": "5.4.2",
|
|
75
|
+
"tsconfig": "5.4.2"
|
|
76
76
|
},
|
|
77
77
|
"engines": {
|
|
78
78
|
"node": ">=18.0.0 <=22.x.x",
|
|
79
79
|
"npm": ">=6.0.0"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "6b5242714b3612e0bd49ddc4f14205d6505eb5b9"
|
|
82
82
|
}
|