@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/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  require('crypto');
4
- var index = require('./chunks/index-Bpt2nQok.js');
4
+ var index = require('./chunks/index-ggaHBfcP.js');
5
5
  require('fs-extra');
6
6
  require('inquirer');
7
7
  require('boxen');
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-CDqSCNTc.mjs';
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.ef9237644b07791c05e1b7edc54d1921e59565ae",
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.ef9237644b07791c05e1b7edc54d1921e59565ae",
51
- "axios": "1.7.4",
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.ef9237644b07791c05e1b7edc54d1921e59565ae",
76
- "tsconfig": "0.0.0-next.ef9237644b07791c05e1b7edc54d1921e59565ae"
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",