@strapi/cloud-cli 5.0.0-rc.8 → 5.0.0-rc.9
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
|
@@ -195,7 +195,7 @@ async function saveLocalConfig(data) {
|
|
|
195
195
|
await fse__default.default.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
|
|
196
196
|
}
|
|
197
197
|
const name = "@strapi/cloud-cli";
|
|
198
|
-
const version = "5.0.0-rc.
|
|
198
|
+
const version = "5.0.0-rc.8";
|
|
199
199
|
const description = "Commands to interact with the Strapi Cloud";
|
|
200
200
|
const keywords = [
|
|
201
201
|
"strapi",
|
|
@@ -239,7 +239,7 @@ const scripts = {
|
|
|
239
239
|
watch: "pack-up watch"
|
|
240
240
|
};
|
|
241
241
|
const dependencies = {
|
|
242
|
-
"@strapi/utils": "
|
|
242
|
+
"@strapi/utils": "workspace:*",
|
|
243
243
|
axios: "1.6.8",
|
|
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": "
|
|
268
|
-
tsconfig: "
|
|
267
|
+
"eslint-config-custom": "workspace:*",
|
|
268
|
+
tsconfig: "workspace:*"
|
|
269
269
|
};
|
|
270
270
|
const engines = {
|
|
271
271
|
node: ">=18.0.0 <=20.x.x",
|
package/dist/index.mjs
CHANGED
|
@@ -133,7 +133,7 @@ async function saveLocalConfig(data) {
|
|
|
133
133
|
await fse.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
|
|
134
134
|
}
|
|
135
135
|
const name = "@strapi/cloud-cli";
|
|
136
|
-
const version = "5.0.0-rc.
|
|
136
|
+
const version = "5.0.0-rc.8";
|
|
137
137
|
const description = "Commands to interact with the Strapi Cloud";
|
|
138
138
|
const keywords = [
|
|
139
139
|
"strapi",
|
|
@@ -177,7 +177,7 @@ const scripts = {
|
|
|
177
177
|
watch: "pack-up watch"
|
|
178
178
|
};
|
|
179
179
|
const dependencies = {
|
|
180
|
-
"@strapi/utils": "
|
|
180
|
+
"@strapi/utils": "workspace:*",
|
|
181
181
|
axios: "1.6.8",
|
|
182
182
|
chalk: "4.1.2",
|
|
183
183
|
"cli-progress": "3.12.0",
|
|
@@ -202,8 +202,8 @@ const devDependencies = {
|
|
|
202
202
|
"@types/cli-progress": "3.11.5",
|
|
203
203
|
"@types/eventsource": "1.1.15",
|
|
204
204
|
"@types/lodash": "^4.14.191",
|
|
205
|
-
"eslint-config-custom": "
|
|
206
|
-
tsconfig: "
|
|
205
|
+
"eslint-config-custom": "workspace:*",
|
|
206
|
+
tsconfig: "workspace:*"
|
|
207
207
|
};
|
|
208
208
|
const engines = {
|
|
209
209
|
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": "5.0.0-rc.
|
|
3
|
+
"version": "5.0.0-rc.9",
|
|
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": "5.0.0-rc.
|
|
47
|
+
"@strapi/utils": "5.0.0-rc.9",
|
|
48
48
|
"axios": "1.6.8",
|
|
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": "5.0.0-rc.
|
|
73
|
-
"tsconfig": "5.0.0-rc.
|
|
72
|
+
"eslint-config-custom": "5.0.0-rc.9",
|
|
73
|
+
"tsconfig": "5.0.0-rc.9"
|
|
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": "e281ba8e37693c2fc24795be4df4f2ed516063fc"
|
|
80
80
|
}
|