@strapi/cloud-cli 5.11.1 → 5.12.0-beta.0
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-yuh3CJYP.js → index-Bpt2nQok.js} +2 -2
- package/dist/chunks/{index-yuh3CJYP.js.map → index-Bpt2nQok.js.map} +1 -1
- package/dist/chunks/{index-q75R99sl.mjs → index-CDqSCNTc.mjs} +2 -2
- package/dist/chunks/{index-q75R99sl.mjs.map → index-CDqSCNTc.mjs.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
|
@@ -198,7 +198,7 @@ var scripts = {
|
|
|
198
198
|
};
|
|
199
199
|
var dependencies = {
|
|
200
200
|
"@strapi/utils": "5.11.0",
|
|
201
|
-
axios: "1.
|
|
201
|
+
axios: "1.7.4",
|
|
202
202
|
boxen: "5.1.2",
|
|
203
203
|
chalk: "4.1.2",
|
|
204
204
|
"cli-progress": "3.12.0",
|
|
@@ -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-CDqSCNTc.mjs.map
|