@strapi/cloud-cli 4.25.5 → 4.25.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 +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -194,7 +194,7 @@ async function saveLocalConfig(data) {
|
|
|
194
194
|
await fse__namespace.default.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
|
|
195
195
|
}
|
|
196
196
|
const name = "@strapi/cloud-cli";
|
|
197
|
-
const version = "4.25.
|
|
197
|
+
const version = "4.25.5";
|
|
198
198
|
const description = "Commands to interact with the Strapi Cloud";
|
|
199
199
|
const keywords = [
|
|
200
200
|
"strapi",
|
|
@@ -239,7 +239,7 @@ const scripts = {
|
|
|
239
239
|
watch: "pack-up watch"
|
|
240
240
|
};
|
|
241
241
|
const dependencies = {
|
|
242
|
-
"@strapi/utils": "4.25.
|
|
242
|
+
"@strapi/utils": "4.25.5",
|
|
243
243
|
axios: "1.6.0",
|
|
244
244
|
chalk: "4.1.2",
|
|
245
245
|
"cli-progress": "3.12.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": "4.25.
|
|
268
|
-
tsconfig: "4.25.
|
|
267
|
+
"eslint-config-custom": "4.25.5",
|
|
268
|
+
tsconfig: "4.25.5"
|
|
269
269
|
};
|
|
270
270
|
const engines = {
|
|
271
271
|
node: ">=18.0.0 <=20.x.x",
|
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 = "4.25.
|
|
137
|
+
const version = "4.25.5";
|
|
138
138
|
const description = "Commands to interact with the Strapi Cloud";
|
|
139
139
|
const keywords = [
|
|
140
140
|
"strapi",
|
|
@@ -179,7 +179,7 @@ const scripts = {
|
|
|
179
179
|
watch: "pack-up watch"
|
|
180
180
|
};
|
|
181
181
|
const dependencies = {
|
|
182
|
-
"@strapi/utils": "4.25.
|
|
182
|
+
"@strapi/utils": "4.25.5",
|
|
183
183
|
axios: "1.6.0",
|
|
184
184
|
chalk: "4.1.2",
|
|
185
185
|
"cli-progress": "3.12.0",
|
|
@@ -204,8 +204,8 @@ const devDependencies = {
|
|
|
204
204
|
"@types/cli-progress": "3.11.5",
|
|
205
205
|
"@types/eventsource": "1.1.15",
|
|
206
206
|
"@types/lodash": "^4.14.191",
|
|
207
|
-
"eslint-config-custom": "4.25.
|
|
208
|
-
tsconfig: "4.25.
|
|
207
|
+
"eslint-config-custom": "4.25.5",
|
|
208
|
+
tsconfig: "4.25.5"
|
|
209
209
|
};
|
|
210
210
|
const engines = {
|
|
211
211
|
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": "4.25.
|
|
3
|
+
"version": "4.25.6",
|
|
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": "4.25.
|
|
48
|
+
"@strapi/utils": "4.25.6",
|
|
49
49
|
"axios": "1.6.0",
|
|
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": "4.25.
|
|
74
|
-
"tsconfig": "4.25.
|
|
73
|
+
"eslint-config-custom": "4.25.6",
|
|
74
|
+
"tsconfig": "4.25.6"
|
|
75
75
|
},
|
|
76
76
|
"engines": {
|
|
77
77
|
"node": ">=18.0.0 <=20.x.x",
|
|
78
78
|
"npm": ">=6.0.0"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "f15896ef24989c60dec21edc73a4730c852e1d98"
|
|
81
81
|
}
|