@commercetools-frontend/deployment-cli 0.2.2 → 0.2.3
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/cli/dist/commercetools-frontend-deployment-cli-cli.cjs.dev.js +8 -8
- package/cli/dist/commercetools-frontend-deployment-cli-cli.cjs.prod.js +8 -8
- package/cli/dist/commercetools-frontend-deployment-cli-cli.esm.js +8 -8
- package/dist/declarations/src/helpers.d.ts +1 -1
- package/dist/declarations/src/index.d.ts +1 -1
- package/package.json +8 -8
- package/dist/declarations/src/commands/approve.d.ts +0 -5
- package/dist/declarations/src/types.d.ts +0 -13
|
@@ -39,7 +39,7 @@ var fetch__default = /*#__PURE__*/_interopDefault(fetch);
|
|
|
39
39
|
|
|
40
40
|
var pkgJson = {
|
|
41
41
|
name: "@commercetools-frontend/deployment-cli",
|
|
42
|
-
version: "0.2.
|
|
42
|
+
version: "0.2.3",
|
|
43
43
|
description: "CLI to manage Custom Applications deployments in Google Storage.",
|
|
44
44
|
keywords: [
|
|
45
45
|
"commercetools",
|
|
@@ -61,24 +61,24 @@ var pkgJson = {
|
|
|
61
61
|
typecheck: "tsc --noEmit"
|
|
62
62
|
},
|
|
63
63
|
dependencies: {
|
|
64
|
-
"@babel/core": "^7.
|
|
64
|
+
"@babel/core": "^7.22.11",
|
|
65
65
|
"@babel/runtime": "^7.21.0",
|
|
66
66
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
67
67
|
cac: "^6.7.14",
|
|
68
|
-
cosmiconfig: "8.
|
|
68
|
+
cosmiconfig: "8.3.3",
|
|
69
69
|
lodash: "4.17.21",
|
|
70
|
-
"node-fetch": "2.
|
|
70
|
+
"node-fetch": "2.7.0",
|
|
71
71
|
"p-retry": "4.6.2",
|
|
72
72
|
prompts: "2.4.2"
|
|
73
73
|
},
|
|
74
74
|
devDependencies: {
|
|
75
75
|
"@tsconfig/node18": "1.0.3",
|
|
76
|
-
"@types/lodash": "^4.14.
|
|
77
|
-
"@types/node": "
|
|
76
|
+
"@types/lodash": "^4.14.198",
|
|
77
|
+
"@types/node": "18.17.14",
|
|
78
78
|
"@types/node-fetch": "2.6.2",
|
|
79
79
|
"@types/prompts": "2.4.4",
|
|
80
|
-
msw: "1.
|
|
81
|
-
typescript: "
|
|
80
|
+
msw: "1.3.0",
|
|
81
|
+
typescript: "5.2.2"
|
|
82
82
|
},
|
|
83
83
|
engines: {
|
|
84
84
|
node: ">=14",
|
|
@@ -39,7 +39,7 @@ var fetch__default = /*#__PURE__*/_interopDefault(fetch);
|
|
|
39
39
|
|
|
40
40
|
var pkgJson = {
|
|
41
41
|
name: "@commercetools-frontend/deployment-cli",
|
|
42
|
-
version: "0.2.
|
|
42
|
+
version: "0.2.3",
|
|
43
43
|
description: "CLI to manage Custom Applications deployments in Google Storage.",
|
|
44
44
|
keywords: [
|
|
45
45
|
"commercetools",
|
|
@@ -61,24 +61,24 @@ var pkgJson = {
|
|
|
61
61
|
typecheck: "tsc --noEmit"
|
|
62
62
|
},
|
|
63
63
|
dependencies: {
|
|
64
|
-
"@babel/core": "^7.
|
|
64
|
+
"@babel/core": "^7.22.11",
|
|
65
65
|
"@babel/runtime": "^7.21.0",
|
|
66
66
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
67
67
|
cac: "^6.7.14",
|
|
68
|
-
cosmiconfig: "8.
|
|
68
|
+
cosmiconfig: "8.3.3",
|
|
69
69
|
lodash: "4.17.21",
|
|
70
|
-
"node-fetch": "2.
|
|
70
|
+
"node-fetch": "2.7.0",
|
|
71
71
|
"p-retry": "4.6.2",
|
|
72
72
|
prompts: "2.4.2"
|
|
73
73
|
},
|
|
74
74
|
devDependencies: {
|
|
75
75
|
"@tsconfig/node18": "1.0.3",
|
|
76
|
-
"@types/lodash": "^4.14.
|
|
77
|
-
"@types/node": "
|
|
76
|
+
"@types/lodash": "^4.14.198",
|
|
77
|
+
"@types/node": "18.17.14",
|
|
78
78
|
"@types/node-fetch": "2.6.2",
|
|
79
79
|
"@types/prompts": "2.4.4",
|
|
80
|
-
msw: "1.
|
|
81
|
-
typescript: "
|
|
80
|
+
msw: "1.3.0",
|
|
81
|
+
typescript: "5.2.2"
|
|
82
82
|
},
|
|
83
83
|
engines: {
|
|
84
84
|
node: ">=14",
|
|
@@ -18,7 +18,7 @@ import fetch from 'node-fetch';
|
|
|
18
18
|
|
|
19
19
|
var pkgJson = {
|
|
20
20
|
name: "@commercetools-frontend/deployment-cli",
|
|
21
|
-
version: "0.2.
|
|
21
|
+
version: "0.2.3",
|
|
22
22
|
description: "CLI to manage Custom Applications deployments in Google Storage.",
|
|
23
23
|
keywords: [
|
|
24
24
|
"commercetools",
|
|
@@ -40,24 +40,24 @@ var pkgJson = {
|
|
|
40
40
|
typecheck: "tsc --noEmit"
|
|
41
41
|
},
|
|
42
42
|
dependencies: {
|
|
43
|
-
"@babel/core": "^7.
|
|
43
|
+
"@babel/core": "^7.22.11",
|
|
44
44
|
"@babel/runtime": "^7.21.0",
|
|
45
45
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
46
46
|
cac: "^6.7.14",
|
|
47
|
-
cosmiconfig: "8.
|
|
47
|
+
cosmiconfig: "8.3.3",
|
|
48
48
|
lodash: "4.17.21",
|
|
49
|
-
"node-fetch": "2.
|
|
49
|
+
"node-fetch": "2.7.0",
|
|
50
50
|
"p-retry": "4.6.2",
|
|
51
51
|
prompts: "2.4.2"
|
|
52
52
|
},
|
|
53
53
|
devDependencies: {
|
|
54
54
|
"@tsconfig/node18": "1.0.3",
|
|
55
|
-
"@types/lodash": "^4.14.
|
|
56
|
-
"@types/node": "
|
|
55
|
+
"@types/lodash": "^4.14.198",
|
|
56
|
+
"@types/node": "18.17.14",
|
|
57
57
|
"@types/node-fetch": "2.6.2",
|
|
58
58
|
"@types/prompts": "2.4.4",
|
|
59
|
-
msw: "1.
|
|
60
|
-
typescript: "
|
|
59
|
+
msw: "1.3.0",
|
|
60
|
+
typescript: "5.2.2"
|
|
61
61
|
},
|
|
62
62
|
engines: {
|
|
63
63
|
node: ">=14",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { TDeploymentCLIConfig } from
|
|
1
|
+
export type { TDeploymentCLIConfig } from "./helpers.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/deployment-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "CLI to manage Custom Applications deployments in Google Storage.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"commercetools",
|
|
@@ -19,24 +19,24 @@
|
|
|
19
19
|
"README.md"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/core": "^7.
|
|
22
|
+
"@babel/core": "^7.22.11",
|
|
23
23
|
"@babel/runtime": "^7.21.0",
|
|
24
24
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
25
25
|
"cac": "^6.7.14",
|
|
26
|
-
"cosmiconfig": "8.
|
|
26
|
+
"cosmiconfig": "8.3.3",
|
|
27
27
|
"lodash": "4.17.21",
|
|
28
|
-
"node-fetch": "2.
|
|
28
|
+
"node-fetch": "2.7.0",
|
|
29
29
|
"p-retry": "4.6.2",
|
|
30
30
|
"prompts": "2.4.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@tsconfig/node18": "1.0.3",
|
|
34
|
-
"@types/lodash": "^4.14.
|
|
35
|
-
"@types/node": "
|
|
34
|
+
"@types/lodash": "^4.14.198",
|
|
35
|
+
"@types/node": "18.17.14",
|
|
36
36
|
"@types/node-fetch": "2.6.2",
|
|
37
37
|
"@types/prompts": "2.4.4",
|
|
38
|
-
"msw": "1.
|
|
39
|
-
"typescript": "
|
|
38
|
+
"msw": "1.3.0",
|
|
39
|
+
"typescript": "5.2.2"
|
|
40
40
|
},
|
|
41
41
|
"engines": {
|
|
42
42
|
"node": ">=14",
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { TCircleCiClient } from '../apis';
|
|
2
|
-
import { TDeploymentCLIConfig } from '../helpers';
|
|
3
|
-
import type { TAllCliFlags } from '../types';
|
|
4
|
-
declare function approve(cliFlags: TAllCliFlags, config: TDeploymentCLIConfig, circleCiApis: TCircleCiClient): Promise<void>;
|
|
5
|
-
export default approve;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
type TCliBaseFlags = {
|
|
2
|
-
debug: boolean;
|
|
3
|
-
dryRun: boolean;
|
|
4
|
-
};
|
|
5
|
-
export type TAllCliFlags = TCliBaseFlags & {
|
|
6
|
-
approvalJob: string;
|
|
7
|
-
deploymentJob?: string;
|
|
8
|
-
deployment?: string;
|
|
9
|
-
buildRevision?: string;
|
|
10
|
-
branch: string;
|
|
11
|
-
yes: boolean;
|
|
12
|
-
};
|
|
13
|
-
export {};
|