@strapi/cloud-cli 5.0.4 → 5.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/cloud-cli",
3
- "version": "5.0.4",
3
+ "version": "5.0.6",
4
4
  "description": "Commands to interact with the Strapi Cloud",
5
5
  "keywords": [
6
6
  "strapi",
@@ -45,7 +45,7 @@
45
45
  "watch": "pack-up watch"
46
46
  },
47
47
  "dependencies": {
48
- "@strapi/utils": "5.0.4",
48
+ "@strapi/utils": "5.0.6",
49
49
  "axios": "1.7.4",
50
50
  "chalk": "4.1.2",
51
51
  "cli-progress": "3.12.0",
@@ -70,12 +70,12 @@
70
70
  "@types/cli-progress": "3.11.5",
71
71
  "@types/eventsource": "1.1.15",
72
72
  "@types/lodash": "^4.14.191",
73
- "eslint-config-custom": "5.0.4",
74
- "tsconfig": "5.0.4"
73
+ "eslint-config-custom": "5.0.6",
74
+ "tsconfig": "5.0.6"
75
75
  },
76
76
  "engines": {
77
77
  "node": ">=18.0.0 <=22.x.x",
78
78
  "npm": ">=6.0.0"
79
79
  },
80
- "gitHead": "e97d870c8f809031cd06bc07bad8b07340e35fb3"
80
+ "gitHead": "a281e06e9e1520e3f86e18c4ff78b8daa7a33356"
81
81
  }
@@ -1,3 +0,0 @@
1
- import { Command } from 'commander';
2
- export declare function defineCloudNamespace(command: Command): Command;
3
- //# sourceMappingURL=command.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/cloud/command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAE9D"}
@@ -1,3 +0,0 @@
1
- import { Command } from 'commander';
2
- export declare function createEnvironmentCommand(command: Command): Command;
3
- //# sourceMappingURL=command.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/environment/command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,wBAAgB,wBAAwB,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAGlE"}
@@ -1,4 +0,0 @@
1
- import type { CLIContext } from '../../types';
2
- declare const _default: (ctx: CLIContext) => Promise<void>;
3
- export default _default;
4
- //# sourceMappingURL=action.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../../src/environment/list/action.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;8BAkBnB,UAAU;AAArC,wBA8CE"}
@@ -1,4 +0,0 @@
1
- import { type StrapiCloudCommand } from '../../types';
2
- declare const command: StrapiCloudCommand;
3
- export default command;
4
- //# sourceMappingURL=command.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../src/environment/list/command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAKtD,QAAA,MAAM,OAAO,EAAE,kBAiBd,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1,7 +0,0 @@
1
- import action from './action';
2
- import command from './command';
3
- import type { StrapiCloudCommandInfo } from '../../types';
4
- export { action, command };
5
- declare const _default: StrapiCloudCommandInfo;
6
- export default _default;
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/environment/list/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE1D,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC;;AAE3B,wBAK4B"}