@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
package/dist/bin.js
CHANGED
|
@@ -4,7 +4,7 @@ var commander = require('commander');
|
|
|
4
4
|
require('axios');
|
|
5
5
|
require('fs-extra');
|
|
6
6
|
require('os');
|
|
7
|
-
var index = require('./chunks/index-
|
|
7
|
+
var index = require('./chunks/index-Bpt2nQok.js');
|
|
8
8
|
require('path');
|
|
9
9
|
require('xdg-app-paths');
|
|
10
10
|
require('lodash');
|
package/dist/bin.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { Command } from 'commander';
|
|
|
2
2
|
import 'axios';
|
|
3
3
|
import 'fs-extra';
|
|
4
4
|
import 'os';
|
|
5
|
-
import { b as buildStrapiCloudCommands, c as createLogger } from './chunks/index-
|
|
5
|
+
import { b as buildStrapiCloudCommands, c as createLogger } from './chunks/index-CDqSCNTc.mjs';
|
|
6
6
|
import 'path';
|
|
7
7
|
import 'xdg-app-paths';
|
|
8
8
|
import 'lodash';
|
|
@@ -222,7 +222,7 @@ var scripts = {
|
|
|
222
222
|
};
|
|
223
223
|
var dependencies = {
|
|
224
224
|
"@strapi/utils": "5.11.0",
|
|
225
|
-
axios: "1.
|
|
225
|
+
axios: "1.7.4",
|
|
226
226
|
boxen: "5.1.2",
|
|
227
227
|
chalk: "4.1.2",
|
|
228
228
|
"cli-progress": "3.12.0",
|
|
@@ -1893,4 +1893,4 @@ exports.buildStrapiCloudCommands = buildStrapiCloudCommands;
|
|
|
1893
1893
|
exports.cli = cli;
|
|
1894
1894
|
exports.createLogger = createLogger;
|
|
1895
1895
|
exports.index = index;
|
|
1896
|
-
//# sourceMappingURL=index-
|
|
1896
|
+
//# sourceMappingURL=index-Bpt2nQok.js.map
|