@strapi/cloud-cli 5.11.2 → 5.12.0-beta.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/bin.js +1 -1
- package/dist/bin.mjs +1 -1
- package/dist/chunks/{index-CUWnF77x.js → index-Bpt2nQok.js} +6 -6
- package/dist/chunks/{index-CUWnF77x.js.map → index-Bpt2nQok.js.map} +1 -1
- package/dist/chunks/{index-D7aH4Q05.mjs → index-CDqSCNTc.mjs} +6 -6
- package/dist/chunks/{index-D7aH4Q05.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';
|
|
@@ -174,7 +174,7 @@ async function saveLocalConfig(data) {
|
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
var name = "@strapi/cloud-cli";
|
|
177
|
-
var version = "5.11.
|
|
177
|
+
var version = "5.11.0";
|
|
178
178
|
var description = "Commands to interact with the Strapi Cloud";
|
|
179
179
|
var keywords = [
|
|
180
180
|
"strapi",
|
|
@@ -221,8 +221,8 @@ var scripts = {
|
|
|
221
221
|
watch: "run -T rollup -c -w"
|
|
222
222
|
};
|
|
223
223
|
var dependencies = {
|
|
224
|
-
"@strapi/utils": "5.11.
|
|
225
|
-
axios: "1.
|
|
224
|
+
"@strapi/utils": "5.11.0",
|
|
225
|
+
axios: "1.7.4",
|
|
226
226
|
boxen: "5.1.2",
|
|
227
227
|
chalk: "4.1.2",
|
|
228
228
|
"cli-progress": "3.12.0",
|
|
@@ -246,8 +246,8 @@ var devDependencies = {
|
|
|
246
246
|
"@types/cli-progress": "3.11.5",
|
|
247
247
|
"@types/eventsource": "1.1.15",
|
|
248
248
|
"@types/lodash": "^4.14.191",
|
|
249
|
-
"eslint-config-custom": "5.11.
|
|
250
|
-
tsconfig: "5.11.
|
|
249
|
+
"eslint-config-custom": "5.11.0",
|
|
250
|
+
tsconfig: "5.11.0"
|
|
251
251
|
};
|
|
252
252
|
var engines = {
|
|
253
253
|
node: ">=18.0.0 <=22.x.x",
|
|
@@ -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
|