@salesforce/plugin-deploy-retrieve 3.3.0 → 3.4.0
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/README.md +1530 -2
- package/lib/commands/project/deploy/cancel.d.ts +1 -0
- package/lib/commands/project/deploy/cancel.js +11 -1
- package/lib/commands/project/deploy/cancel.js.map +1 -1
- package/npm-shrinkwrap.json +131 -50
- package/oclif.lock +66 -54
- package/oclif.manifest.json +430 -420
- package/package.json +8 -8
|
@@ -8,6 +8,7 @@ export default class DeployMetadataCancel extends SfCommand<DeployResultJson> {
|
|
|
8
8
|
static readonly aliases: string[];
|
|
9
9
|
static readonly deprecateAliases = true;
|
|
10
10
|
static readonly flags: {
|
|
11
|
+
'target-org': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
11
12
|
async: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<boolean>;
|
|
12
13
|
'job-id': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
13
14
|
'use-most-recent': import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<boolean>;
|
|
@@ -14,6 +14,7 @@ import { AsyncDeployCancelResultFormatter } from '../../../formatters/asyncDeplo
|
|
|
14
14
|
import { DeployCancelResultFormatter } from '../../../formatters/deployCancelResultFormatter.js';
|
|
15
15
|
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
16
16
|
const messages = Messages.loadMessages('@salesforce/plugin-deploy-retrieve', 'deploy.metadata.cancel');
|
|
17
|
+
const deployMessages = Messages.loadMessages('@salesforce/plugin-deploy-retrieve', 'deploy.metadata');
|
|
17
18
|
export default class DeployMetadataCancel extends SfCommand {
|
|
18
19
|
static description = messages.getMessage('description');
|
|
19
20
|
static summary = messages.getMessage('summary');
|
|
@@ -21,6 +22,11 @@ export default class DeployMetadataCancel extends SfCommand {
|
|
|
21
22
|
static aliases = ['deploy:metadata:cancel'];
|
|
22
23
|
static deprecateAliases = true;
|
|
23
24
|
static flags = {
|
|
25
|
+
'target-org': Flags.optionalOrg({
|
|
26
|
+
char: 'o',
|
|
27
|
+
description: deployMessages.getMessage('flags.target-org.description'),
|
|
28
|
+
summary: deployMessages.getMessage('flags.target-org.summary'),
|
|
29
|
+
}),
|
|
24
30
|
async: Flags.boolean({
|
|
25
31
|
summary: messages.getMessage('flags.async.summary'),
|
|
26
32
|
description: messages.getMessage('flags.async.description'),
|
|
@@ -56,7 +62,11 @@ export default class DeployMetadataCancel extends SfCommand {
|
|
|
56
62
|
const [{ flags }, cache] = await Promise.all([this.parse(DeployMetadataCancel), DeployCache.create()]);
|
|
57
63
|
const jobId = cache.resolveLatest(flags['use-most-recent'], flags['job-id']);
|
|
58
64
|
// cancel don't care about your tracking conflicts
|
|
59
|
-
const deployOpts = {
|
|
65
|
+
const deployOpts = {
|
|
66
|
+
'target-org': flags['target-org']?.getUsername(),
|
|
67
|
+
...cache.maybeGet(jobId),
|
|
68
|
+
'ignore-conflicts': true,
|
|
69
|
+
};
|
|
60
70
|
// we may already know the job finished
|
|
61
71
|
if (deployOpts.status &&
|
|
62
72
|
[RequestStatus.Canceled, RequestStatus.Failed, RequestStatus.Succeeded, RequestStatus.SucceededPartial].includes(deployOpts.status)) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cancel.js","sourceRoot":"","sources":["../../../../src/commands/project/deploy/cancel.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,gCAAgC,EAAE,MAAM,yDAAyD,CAAC;AAC3G,OAAO,EAAE,2BAA2B,EAAE,MAAM,oDAAoD,CAAC;AAGjG,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,oCAAoC,EAAE,wBAAwB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"cancel.js","sourceRoot":"","sources":["../../../../src/commands/project/deploy/cancel.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,gCAAgC,EAAE,MAAM,yDAAyD,CAAC;AAC3G,OAAO,EAAE,2BAA2B,EAAE,MAAM,oDAAoD,CAAC;AAGjG,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,oCAAoC,EAAE,wBAAwB,CAAC,CAAC;AACvG,MAAM,cAAc,GAAG,QAAQ,CAAC,YAAY,CAAC,oCAAoC,EAAE,iBAAiB,CAAC,CAAC;AAEtG,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,SAA2B;IACpE,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,wBAAwB,CAAC,CAAC;IACrD,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IAExC,MAAM,CAAU,KAAK,GAAG;QAC7B,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC;YAC9B,IAAI,EAAE,GAAG;YACT,WAAW,EAAE,cAAc,CAAC,UAAU,CAAC,8BAA8B,CAAC;YACtE,OAAO,EAAE,cAAc,CAAC,UAAU,CAAC,0BAA0B,CAAC;SAC/D,CAAC;QACF,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC;YACnB,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,qBAAqB,CAAC;YACnD,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,yBAAyB,CAAC;YAC3D,SAAS,EAAE,CAAC,MAAM,CAAC;SACpB,CAAC;QACF,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;YAC3B,IAAI,EAAE,GAAG;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,MAAM;YACd,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,0BAA0B,CAAC;YAC5D,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,sBAAsB,CAAC;YACpD,UAAU,EAAE,CAAC,iBAAiB,EAAE,QAAQ,CAAC;SAC1C,CAAC;QACF,iBAAiB,EAAE,KAAK,CAAC,OAAO,CAAC;YAC/B,IAAI,EAAE,GAAG;YACT,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,mCAAmC,CAAC;YACrE,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,+BAA+B,CAAC;YAC7D,UAAU,EAAE,CAAC,iBAAiB,EAAE,QAAQ,CAAC;SAC1C,CAAC;QACF,6DAA6D;QAC7D,0DAA0D;QAC1D,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC;YACnB,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,oBAAoB,CAAC;YAClD,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;YAC1D,IAAI,EAAE,SAAS;YACf,SAAS,EAAE,WAAW;YACtB,GAAG,EAAE,CAAC;YACN,SAAS,EAAE,CAAC,OAAO,CAAC;SACrB,CAAC;KACH,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,CAAC,EAAE,KAAK,EAAE,EAAE,KAAK,CAAC,GAAG,MAAM,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,EAAE,WAAW,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;QACvG,MAAM,KAAK,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,iBAAiB,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC;QAE7E,kDAAkD;QAClD,MAAM,UAAU,GAAG;YACjB,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC,EAAE,WAAW,EAAE;YAChD,GAAG,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC;YACxB,kBAAkB,EAAE,IAAI;SACzB,CAAC;QACF,uCAAuC;QACvC,IACE,UAAU,CAAC,MAAM;YACjB,CAAC,aAAa,CAAC,QAAQ,EAAE,aAAa,CAAC,MAAM,EAAE,aAAa,CAAC,SAAS,EAAE,aAAa,CAAC,gBAAgB,CAAC,CAAC,QAAQ,CAC9G,UAAU,CAAC,MAAM,CAClB,EACD,CAAC;YACD,QAAQ,CAAC,WAAW,CAAC,6BAA6B,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC;QAClF,CAAC;QAED,IAAI,KAAK,CAAC,KAAK,EAAE,CAAC;YAChB,MAAM,WAAW,GAAG,MAAM,iBAAiB,CAAC,EAAE,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;YAC/F,MAAM,SAAS,GAAG,IAAI,gCAAgC,CAAC,WAAW,CAAC,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;YACxF,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE;gBAAE,SAAS,CAAC,OAAO,EAAE,CAAC;YAC7C,OAAO,SAAS,CAAC,OAAO,EAAE,CAAC;QAC7B,CAAC;aAAM,CAAC;YACN,MAAM,IAAI,GAAG,KAAK,CAAC,IAAI,IAAI,QAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,IAAI,EAAE,CAAC,CAAC;YACnE,MAAM,MAAM,GAAG,MAAM,YAAY,CAAC,EAAE,GAAG,UAAU,EAAE,IAAI,EAAE,EAAE,KAAK,CAAC,CAAC;YAClE,MAAM,SAAS,GAAG,IAAI,2BAA2B,CAAC,MAAM,CAAC,CAAC;YAC1D,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE;gBAAE,SAAS,CAAC,OAAO,EAAE,CAAC;YAE7C,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC;YACrE,MAAM,KAAK,CAAC,KAAK,EAAE,CAAC;YACpB,IAAI,CAAC,aAAa,CAAC,SAAS,EAAE,aAAa,CAAC,gBAAgB,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;gBAC/F,MAAM,QAAQ,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAAC;YACzD,CAAC;YACD,OAAO,SAAS,CAAC,OAAO,EAAE,CAAC;QAC7B,CAAC;IACH,CAAC;IAES,KAAK,CAAC,KAAsB;QACpC,IAAI,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,kBAAkB,CAAC,EAAE,CAAC;YAC5C,MAAM,GAAG,GAAG,QAAQ,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAAC;YAC7D,OAAO,KAAK,CAAC,KAAK,CAAC;gBACjB,GAAG,KAAK;gBACR,IAAI,EAAE,GAAG,CAAC,IAAI;gBACd,OAAO,EAAE,GAAG,CAAC,OAAO;gBACpB,GAAG,CAAC,OAAO,GAAG,CAAC,IAAI,KAAK,QAAQ,IAAI,OAAO,GAAG,CAAC,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;aAC5F,CAAC,CAAC;QACL,CAAC;QACD,OAAO,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;IAC5B,CAAC"}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.4.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.0",
|
|
13
13
|
"@salesforce/apex-node": "^3.1.0",
|
|
14
14
|
"@salesforce/core": "^6.7.3",
|
|
15
15
|
"@salesforce/kit": "^3.0.15",
|
|
16
|
-
"@salesforce/plugin-info": "^3.0.
|
|
16
|
+
"@salesforce/plugin-info": "^3.0.33",
|
|
17
17
|
"@salesforce/sf-plugins-core": "^8.0.0",
|
|
18
18
|
"@salesforce/source-deploy-retrieve": "^10.5.5",
|
|
19
19
|
"@salesforce/source-tracking": "^5.1.18",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"chalk": "^5.3.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.1.2",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
26
26
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
27
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
27
|
+
"@salesforce/plugin-command-reference": "^3.0.71",
|
|
28
28
|
"@salesforce/plugin-source": "^2.11.4",
|
|
29
|
-
"@salesforce/source-testkit": "^2.1.
|
|
29
|
+
"@salesforce/source-testkit": "^2.1.105",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
31
31
|
"cross-env": "^7.0.3",
|
|
32
32
|
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
33
33
|
"oclif": "^4.4.19",
|
|
34
34
|
"ts-node": "^10.9.2",
|
|
35
|
-
"typescript": "^5.4.
|
|
35
|
+
"typescript": "^5.4.3"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=18.0.0"
|
|
@@ -3048,28 +3048,42 @@
|
|
|
3048
3048
|
"url": "https://github.com/sponsors/isaacs"
|
|
3049
3049
|
}
|
|
3050
3050
|
},
|
|
3051
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
3052
|
+
"version": "6.2.0",
|
|
3053
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3054
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3055
|
+
"license": "MIT",
|
|
3056
|
+
"dependencies": {
|
|
3057
|
+
"ansi-styles": "^4.0.0",
|
|
3058
|
+
"string-width": "^4.1.0",
|
|
3059
|
+
"strip-ansi": "^6.0.0"
|
|
3060
|
+
},
|
|
3061
|
+
"engines": {
|
|
3062
|
+
"node": ">=8"
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
3051
3065
|
"node_modules/@inquirer/input": {
|
|
3052
|
-
"version": "2.
|
|
3053
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.
|
|
3054
|
-
"integrity": "sha512-
|
|
3066
|
+
"version": "2.1.0",
|
|
3067
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.0.tgz",
|
|
3068
|
+
"integrity": "sha512-o57pST+xxZfGww1h4G7ISiX37KlLcajhKgKGG7/h8J6ClWtsyqwMv1el9Ds/4geuYN/HcPj0MyX9gTEO62UpcA==",
|
|
3055
3069
|
"license": "MIT",
|
|
3056
3070
|
"dependencies": {
|
|
3057
|
-
"@inquirer/core": "^7.
|
|
3058
|
-
"@inquirer/type": "^1.2.
|
|
3071
|
+
"@inquirer/core": "^7.1.0",
|
|
3072
|
+
"@inquirer/type": "^1.2.1"
|
|
3059
3073
|
},
|
|
3060
3074
|
"engines": {
|
|
3061
3075
|
"node": ">=18"
|
|
3062
3076
|
}
|
|
3063
3077
|
},
|
|
3064
3078
|
"node_modules/@inquirer/input/node_modules/@inquirer/core": {
|
|
3065
|
-
"version": "7.
|
|
3066
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.
|
|
3067
|
-
"integrity": "sha512-
|
|
3079
|
+
"version": "7.1.0",
|
|
3080
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.0.tgz",
|
|
3081
|
+
"integrity": "sha512-FRCiDiU54XHt5B/D8hX4twwZuzSP244ANHbu3R7CAsJfiv1dUOz24ePBgCZjygEjDUi6BWIJuk4eWLKJ7LATUw==",
|
|
3068
3082
|
"license": "MIT",
|
|
3069
3083
|
"dependencies": {
|
|
3070
|
-
"@inquirer/type": "^1.2.
|
|
3084
|
+
"@inquirer/type": "^1.2.1",
|
|
3071
3085
|
"@types/mute-stream": "^0.0.4",
|
|
3072
|
-
"@types/node": "^20.11.
|
|
3086
|
+
"@types/node": "^20.11.26",
|
|
3073
3087
|
"@types/wrap-ansi": "^3.0.0",
|
|
3074
3088
|
"ansi-escapes": "^4.3.2",
|
|
3075
3089
|
"chalk": "^4.1.2",
|
|
@@ -3086,6 +3100,24 @@
|
|
|
3086
3100
|
"node": ">=18"
|
|
3087
3101
|
}
|
|
3088
3102
|
},
|
|
3103
|
+
"node_modules/@inquirer/input/node_modules/@inquirer/type": {
|
|
3104
|
+
"version": "1.2.1",
|
|
3105
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.1.tgz",
|
|
3106
|
+
"integrity": "sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==",
|
|
3107
|
+
"license": "MIT",
|
|
3108
|
+
"engines": {
|
|
3109
|
+
"node": ">=18"
|
|
3110
|
+
}
|
|
3111
|
+
},
|
|
3112
|
+
"node_modules/@inquirer/input/node_modules/@types/node": {
|
|
3113
|
+
"version": "20.11.30",
|
|
3114
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz",
|
|
3115
|
+
"integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==",
|
|
3116
|
+
"license": "MIT",
|
|
3117
|
+
"dependencies": {
|
|
3118
|
+
"undici-types": "~5.26.4"
|
|
3119
|
+
}
|
|
3120
|
+
},
|
|
3089
3121
|
"node_modules/@inquirer/input/node_modules/chalk": {
|
|
3090
3122
|
"version": "4.1.2",
|
|
3091
3123
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -3141,6 +3173,20 @@
|
|
|
3141
3173
|
"url": "https://github.com/sponsors/isaacs"
|
|
3142
3174
|
}
|
|
3143
3175
|
},
|
|
3176
|
+
"node_modules/@inquirer/input/node_modules/wrap-ansi": {
|
|
3177
|
+
"version": "6.2.0",
|
|
3178
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3179
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3180
|
+
"license": "MIT",
|
|
3181
|
+
"dependencies": {
|
|
3182
|
+
"ansi-styles": "^4.0.0",
|
|
3183
|
+
"string-width": "^4.1.0",
|
|
3184
|
+
"strip-ansi": "^6.0.0"
|
|
3185
|
+
},
|
|
3186
|
+
"engines": {
|
|
3187
|
+
"node": ">=8"
|
|
3188
|
+
}
|
|
3189
|
+
},
|
|
3144
3190
|
"node_modules/@inquirer/password": {
|
|
3145
3191
|
"version": "1.1.16",
|
|
3146
3192
|
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-1.1.16.tgz",
|
|
@@ -3742,13 +3788,13 @@
|
|
|
3742
3788
|
}
|
|
3743
3789
|
},
|
|
3744
3790
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3745
|
-
"version": "5.1.
|
|
3746
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3747
|
-
"integrity": "sha512
|
|
3791
|
+
"version": "5.1.2",
|
|
3792
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.2.tgz",
|
|
3793
|
+
"integrity": "sha512-/jAYZhFCW7e0t4zKwtATDo0MNtExnKnSV72zBFv36Khl4disR79wa8YR98ZPQEN4pvgHkA6LXq5ukASeeRQDuA==",
|
|
3748
3794
|
"dev": true,
|
|
3749
3795
|
"license": "MIT",
|
|
3750
3796
|
"dependencies": {
|
|
3751
|
-
"@oclif/core": "3.
|
|
3797
|
+
"@oclif/core": "3.25.2",
|
|
3752
3798
|
"@types/lodash.difference": "^4.5.9",
|
|
3753
3799
|
"chalk": "^5.3.0",
|
|
3754
3800
|
"globby": "^14.0.1",
|
|
@@ -3764,9 +3810,9 @@
|
|
|
3764
3810
|
}
|
|
3765
3811
|
},
|
|
3766
3812
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3767
|
-
"version": "3.
|
|
3768
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3769
|
-
"integrity": "sha512-
|
|
3813
|
+
"version": "3.25.2",
|
|
3814
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz",
|
|
3815
|
+
"integrity": "sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==",
|
|
3770
3816
|
"dev": true,
|
|
3771
3817
|
"license": "MIT",
|
|
3772
3818
|
"dependencies": {
|
|
@@ -3786,6 +3832,7 @@
|
|
|
3786
3832
|
"indent-string": "^4.0.0",
|
|
3787
3833
|
"is-wsl": "^2.2.0",
|
|
3788
3834
|
"js-yaml": "^3.14.1",
|
|
3835
|
+
"minimatch": "^9.0.3",
|
|
3789
3836
|
"natural-orderby": "^2.0.3",
|
|
3790
3837
|
"object-treeify": "^1.1.33",
|
|
3791
3838
|
"password-prompt": "^1.1.3",
|
|
@@ -3884,6 +3931,22 @@
|
|
|
3884
3931
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3885
3932
|
}
|
|
3886
3933
|
},
|
|
3934
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3935
|
+
"version": "9.0.3",
|
|
3936
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
3937
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
3938
|
+
"dev": true,
|
|
3939
|
+
"license": "ISC",
|
|
3940
|
+
"dependencies": {
|
|
3941
|
+
"brace-expansion": "^2.0.1"
|
|
3942
|
+
},
|
|
3943
|
+
"engines": {
|
|
3944
|
+
"node": ">=16 || 14 >=14.17"
|
|
3945
|
+
},
|
|
3946
|
+
"funding": {
|
|
3947
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3887
3950
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3888
3951
|
"version": "5.0.0",
|
|
3889
3952
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -4456,14 +4519,14 @@
|
|
|
4456
4519
|
}
|
|
4457
4520
|
},
|
|
4458
4521
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4459
|
-
"version": "3.0.
|
|
4460
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
4461
|
-
"integrity": "sha512-
|
|
4522
|
+
"version": "3.0.71",
|
|
4523
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.71.tgz",
|
|
4524
|
+
"integrity": "sha512-yl9dE8ETC5EgSrFoKjQFDnkZI8/pKYIduorYg8QcB12h6vUyphalpCnLRQ7k1utP0DSBfyjrXGT/OolZbqYhiQ==",
|
|
4462
4525
|
"dev": true,
|
|
4463
4526
|
"license": "BSD-3-Clause",
|
|
4464
4527
|
"dependencies": {
|
|
4465
4528
|
"@oclif/core": "^3.20.0",
|
|
4466
|
-
"@salesforce/core": "^6.
|
|
4529
|
+
"@salesforce/core": "^6.7.1",
|
|
4467
4530
|
"@salesforce/kit": "^3.0.15",
|
|
4468
4531
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
4469
4532
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -4512,20 +4575,20 @@
|
|
|
4512
4575
|
}
|
|
4513
4576
|
},
|
|
4514
4577
|
"node_modules/@salesforce/plugin-info": {
|
|
4515
|
-
"version": "3.0.
|
|
4516
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.
|
|
4517
|
-
"integrity": "sha512-
|
|
4578
|
+
"version": "3.0.33",
|
|
4579
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.33.tgz",
|
|
4580
|
+
"integrity": "sha512-5vzLqJtlhFWCbddRfmDdXt4Fb7anxctTkwkk7rJU+5FR3b+l1OlVhCxlUwltaztnrTFYMVg+IpG0UKPo7Cli0A==",
|
|
4518
4581
|
"license": "BSD-3-Clause",
|
|
4519
4582
|
"dependencies": {
|
|
4520
|
-
"@inquirer/input": "^2.
|
|
4521
|
-
"@oclif/core": "^3.
|
|
4522
|
-
"@salesforce/core": "^6.
|
|
4583
|
+
"@inquirer/input": "^2.1.0",
|
|
4584
|
+
"@oclif/core": "^3.23.0",
|
|
4585
|
+
"@salesforce/core": "^6.7.1",
|
|
4523
4586
|
"@salesforce/kit": "^3.0.15",
|
|
4524
4587
|
"@salesforce/sf-plugins-core": "^7.1.11",
|
|
4525
4588
|
"got": "^13.0.0",
|
|
4526
4589
|
"marked": "^4.3.0",
|
|
4527
4590
|
"marked-terminal": "^4.2.0",
|
|
4528
|
-
"open": "^10.0
|
|
4591
|
+
"open": "^10.1.0",
|
|
4529
4592
|
"proxy-agent": "^6.4.0",
|
|
4530
4593
|
"semver": "^7.6.0"
|
|
4531
4594
|
},
|
|
@@ -4949,16 +5012,16 @@
|
|
|
4949
5012
|
}
|
|
4950
5013
|
},
|
|
4951
5014
|
"node_modules/@salesforce/source-testkit": {
|
|
4952
|
-
"version": "2.1.
|
|
4953
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-testkit/-/source-testkit-2.1.
|
|
4954
|
-
"integrity": "sha512-
|
|
5015
|
+
"version": "2.1.105",
|
|
5016
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-testkit/-/source-testkit-2.1.105.tgz",
|
|
5017
|
+
"integrity": "sha512-tb4JTbLJrOPJt0mM8NkdhrpoLvUvIZ7r6M44bn038OSz+AvavPVmLXSrenTYXdB8rRosfNILzjol/WUUD5w+Tw==",
|
|
4955
5018
|
"dev": true,
|
|
4956
5019
|
"license": "BSD-3-Clause",
|
|
4957
5020
|
"dependencies": {
|
|
4958
5021
|
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
4959
|
-
"@salesforce/core": "^6.7.
|
|
5022
|
+
"@salesforce/core": "^6.7.1",
|
|
4960
5023
|
"@salesforce/kit": "^3.0.15",
|
|
4961
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
5024
|
+
"@salesforce/source-deploy-retrieve": "^10.5.2",
|
|
4962
5025
|
"@salesforce/ts-types": "^2.0.9",
|
|
4963
5026
|
"archiver": "^5.3.2",
|
|
4964
5027
|
"chai-each": "^0.0.1",
|
|
@@ -7955,6 +8018,21 @@
|
|
|
7955
8018
|
"wrap-ansi": "^6.2.0"
|
|
7956
8019
|
}
|
|
7957
8020
|
},
|
|
8021
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
8022
|
+
"version": "6.2.0",
|
|
8023
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
8024
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
8025
|
+
"dev": true,
|
|
8026
|
+
"license": "MIT",
|
|
8027
|
+
"dependencies": {
|
|
8028
|
+
"ansi-styles": "^4.0.0",
|
|
8029
|
+
"string-width": "^4.1.0",
|
|
8030
|
+
"strip-ansi": "^6.0.0"
|
|
8031
|
+
},
|
|
8032
|
+
"engines": {
|
|
8033
|
+
"node": ">=8"
|
|
8034
|
+
}
|
|
8035
|
+
},
|
|
7958
8036
|
"node_modules/clone": {
|
|
7959
8037
|
"version": "1.0.4",
|
|
7960
8038
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
@@ -14857,9 +14935,9 @@
|
|
|
14857
14935
|
}
|
|
14858
14936
|
},
|
|
14859
14937
|
"node_modules/open": {
|
|
14860
|
-
"version": "10.0
|
|
14861
|
-
"resolved": "https://registry.npmjs.org/open/-/open-10.0.
|
|
14862
|
-
"integrity": "sha512-
|
|
14938
|
+
"version": "10.1.0",
|
|
14939
|
+
"resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz",
|
|
14940
|
+
"integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
|
|
14863
14941
|
"license": "MIT",
|
|
14864
14942
|
"dependencies": {
|
|
14865
14943
|
"default-browser": "^5.2.1",
|
|
@@ -18200,9 +18278,9 @@
|
|
|
18200
18278
|
}
|
|
18201
18279
|
},
|
|
18202
18280
|
"node_modules/typescript": {
|
|
18203
|
-
"version": "5.4.
|
|
18204
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
18205
|
-
"integrity": "sha512
|
|
18281
|
+
"version": "5.4.3",
|
|
18282
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
|
|
18283
|
+
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
|
|
18206
18284
|
"dev": true,
|
|
18207
18285
|
"license": "Apache-2.0",
|
|
18208
18286
|
"bin": {
|
|
@@ -18679,9 +18757,9 @@
|
|
|
18679
18757
|
"license": "Apache-2.0"
|
|
18680
18758
|
},
|
|
18681
18759
|
"node_modules/wrap-ansi": {
|
|
18682
|
-
"version": "
|
|
18683
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
18684
|
-
"integrity": "sha512-
|
|
18760
|
+
"version": "7.0.0",
|
|
18761
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
18762
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
18685
18763
|
"license": "MIT",
|
|
18686
18764
|
"dependencies": {
|
|
18687
18765
|
"ansi-styles": "^4.0.0",
|
|
@@ -18689,7 +18767,10 @@
|
|
|
18689
18767
|
"strip-ansi": "^6.0.0"
|
|
18690
18768
|
},
|
|
18691
18769
|
"engines": {
|
|
18692
|
-
"node": ">=
|
|
18770
|
+
"node": ">=10"
|
|
18771
|
+
},
|
|
18772
|
+
"funding": {
|
|
18773
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
18693
18774
|
}
|
|
18694
18775
|
},
|
|
18695
18776
|
"node_modules/wrap-ansi-cjs": {
|