@strapi/cloud-cli 0.0.0-next.ef9237644b07791c05e1b7edc54d1921e59565ae → 0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80
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-CDqSCNTc.mjs → index-digk2JMZ.mjs} +6 -6
- package/dist/chunks/{index-CDqSCNTc.mjs.map → index-digk2JMZ.mjs.map} +1 -1
- package/dist/chunks/{index-Bpt2nQok.js → index-ggaHBfcP.js} +6 -6
- package/dist/chunks/{index-Bpt2nQok.js.map → index-ggaHBfcP.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'crypto';
|
|
2
|
-
export { b as buildStrapiCloudCommands, a as cli, i as services } from './chunks/index-
|
|
2
|
+
export { b as buildStrapiCloudCommands, a as cli, i as services } from './chunks/index-digk2JMZ.mjs';
|
|
3
3
|
import 'fs-extra';
|
|
4
4
|
import 'inquirer';
|
|
5
5
|
import 'boxen';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/cloud-cli",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80",
|
|
4
4
|
"description": "Commands to interact with the Strapi Cloud",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"watch": "run -T rollup -c -w"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@strapi/utils": "0.0.0-next.
|
|
51
|
-
"axios": "1.
|
|
50
|
+
"@strapi/utils": "0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80",
|
|
51
|
+
"axios": "1.8.2",
|
|
52
52
|
"boxen": "5.1.2",
|
|
53
53
|
"chalk": "4.1.2",
|
|
54
54
|
"cli-progress": "3.12.0",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"@types/cli-progress": "3.11.5",
|
|
73
73
|
"@types/eventsource": "1.1.15",
|
|
74
74
|
"@types/lodash": "^4.14.191",
|
|
75
|
-
"eslint-config-custom": "0.0.0-next.
|
|
76
|
-
"tsconfig": "0.0.0-next.
|
|
75
|
+
"eslint-config-custom": "0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80",
|
|
76
|
+
"tsconfig": "0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|
|
79
79
|
"node": ">=18.0.0 <=22.x.x",
|