@strapi/cloud-cli 4.25.0 → 4.25.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 +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__default.default.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
|
|
195
195
|
}
|
|
196
196
|
const name = "@strapi/cloud-cli";
|
|
197
|
-
const version = "4.
|
|
197
|
+
const version = "4.25.0";
|
|
198
198
|
const description = "Commands to interact with the Strapi Cloud";
|
|
199
199
|
const keywords = [
|
|
200
200
|
"strapi",
|
|
@@ -238,7 +238,7 @@ const scripts = {
|
|
|
238
238
|
watch: "pack-up watch"
|
|
239
239
|
};
|
|
240
240
|
const dependencies = {
|
|
241
|
-
"@strapi/utils": "4.
|
|
241
|
+
"@strapi/utils": "4.25.0",
|
|
242
242
|
axios: "1.6.0",
|
|
243
243
|
chalk: "4.1.2",
|
|
244
244
|
"cli-progress": "3.12.0",
|
|
@@ -263,8 +263,8 @@ const devDependencies = {
|
|
|
263
263
|
"@types/cli-progress": "3.11.5",
|
|
264
264
|
"@types/eventsource": "1.1.15",
|
|
265
265
|
"@types/lodash": "^4.14.191",
|
|
266
|
-
"eslint-config-custom": "4.
|
|
267
|
-
tsconfig: "4.
|
|
266
|
+
"eslint-config-custom": "4.25.0",
|
|
267
|
+
tsconfig: "4.25.0"
|
|
268
268
|
};
|
|
269
269
|
const engines = {
|
|
270
270
|
node: ">=18.0.0 <=20.x.x",
|
package/dist/index.mjs
CHANGED
|
@@ -132,7 +132,7 @@ async function saveLocalConfig(data) {
|
|
|
132
132
|
await fse.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
|
|
133
133
|
}
|
|
134
134
|
const name = "@strapi/cloud-cli";
|
|
135
|
-
const version = "4.
|
|
135
|
+
const version = "4.25.0";
|
|
136
136
|
const description = "Commands to interact with the Strapi Cloud";
|
|
137
137
|
const keywords = [
|
|
138
138
|
"strapi",
|
|
@@ -176,7 +176,7 @@ const scripts = {
|
|
|
176
176
|
watch: "pack-up watch"
|
|
177
177
|
};
|
|
178
178
|
const dependencies = {
|
|
179
|
-
"@strapi/utils": "4.
|
|
179
|
+
"@strapi/utils": "4.25.0",
|
|
180
180
|
axios: "1.6.0",
|
|
181
181
|
chalk: "4.1.2",
|
|
182
182
|
"cli-progress": "3.12.0",
|
|
@@ -201,8 +201,8 @@ const devDependencies = {
|
|
|
201
201
|
"@types/cli-progress": "3.11.5",
|
|
202
202
|
"@types/eventsource": "1.1.15",
|
|
203
203
|
"@types/lodash": "^4.14.191",
|
|
204
|
-
"eslint-config-custom": "4.
|
|
205
|
-
tsconfig: "4.
|
|
204
|
+
"eslint-config-custom": "4.25.0",
|
|
205
|
+
tsconfig: "4.25.0"
|
|
206
206
|
};
|
|
207
207
|
const engines = {
|
|
208
208
|
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.1",
|
|
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": "4.25.
|
|
47
|
+
"@strapi/utils": "4.25.1",
|
|
48
48
|
"axios": "1.6.0",
|
|
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": "4.25.
|
|
73
|
-
"tsconfig": "4.25.
|
|
72
|
+
"eslint-config-custom": "4.25.1",
|
|
73
|
+
"tsconfig": "4.25.1"
|
|
74
74
|
},
|
|
75
75
|
"engines": {
|
|
76
76
|
"node": ">=18.0.0 <=20.x.x",
|
|
77
77
|
"npm": ">=6.0.0"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "67a0dd09704141e3f74efd95f57fadc8503a7644"
|
|
80
80
|
}
|