@strapi/cloud-cli 5.10.2 → 5.10.3
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/bin.js +1 -1
- package/dist/bin.mjs +1 -1
- package/dist/chunks/{index-D_MUtCZ3.js → index-D0Rcw9fF.js} +5 -5
- package/dist/chunks/{index-D_MUtCZ3.js.map → index-D0Rcw9fF.js.map} +1 -1
- package/dist/chunks/{index-DCyzdtK-.mjs → index-pG4Ugyh0.mjs} +5 -5
- package/dist/chunks/{index-DCyzdtK-.mjs.map → index-pG4Ugyh0.mjs.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
|
@@ -150,7 +150,7 @@ async function saveLocalConfig(data) {
|
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
var name = "@strapi/cloud-cli";
|
|
153
|
-
var version = "5.10.
|
|
153
|
+
var version = "5.10.2";
|
|
154
154
|
var description = "Commands to interact with the Strapi Cloud";
|
|
155
155
|
var keywords = [
|
|
156
156
|
"strapi",
|
|
@@ -197,7 +197,7 @@ var scripts = {
|
|
|
197
197
|
watch: "run -T rollup -c -w"
|
|
198
198
|
};
|
|
199
199
|
var dependencies = {
|
|
200
|
-
"@strapi/utils": "5.10.
|
|
200
|
+
"@strapi/utils": "5.10.2",
|
|
201
201
|
axios: "1.7.4",
|
|
202
202
|
boxen: "5.1.2",
|
|
203
203
|
chalk: "4.1.2",
|
|
@@ -222,8 +222,8 @@ var devDependencies = {
|
|
|
222
222
|
"@types/cli-progress": "3.11.5",
|
|
223
223
|
"@types/eventsource": "1.1.15",
|
|
224
224
|
"@types/lodash": "^4.14.191",
|
|
225
|
-
"eslint-config-custom": "5.10.
|
|
226
|
-
tsconfig: "5.10.
|
|
225
|
+
"eslint-config-custom": "5.10.2",
|
|
226
|
+
tsconfig: "5.10.2"
|
|
227
227
|
};
|
|
228
228
|
var engines = {
|
|
229
229
|
node: ">=18.0.0 <=22.x.x",
|
|
@@ -1866,4 +1866,4 @@ async function buildStrapiCloudCommands({ command, ctx, argv }) {
|
|
|
1866
1866
|
}
|
|
1867
1867
|
|
|
1868
1868
|
export { cli as a, buildStrapiCloudCommands as b, createLogger as c, index as i };
|
|
1869
|
-
//# sourceMappingURL=index-
|
|
1869
|
+
//# sourceMappingURL=index-pG4Ugyh0.mjs.map
|