@salesforce/plugin-deploy-retrieve 3.2.13 → 3.2.15
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 +17 -17
- package/lib/hooks/diagnostics.d.ts +6 -0
- package/lib/hooks/diagnostics.js +127 -0
- package/lib/hooks/diagnostics.js.map +1 -0
- package/messages/diagnostics.md +19 -0
- package/oclif.lock +275 -56
- package/oclif.manifest.json +2 -2
- package/package.json +10 -6
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ FLAG DESCRIPTIONS
|
|
|
139
139
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
140
140
|
```
|
|
141
141
|
|
|
142
|
-
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
142
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/convert/mdapi.ts)_
|
|
143
143
|
|
|
144
144
|
## `sf project convert source`
|
|
145
145
|
|
|
@@ -151,7 +151,7 @@ USAGE
|
|
|
151
151
|
<value> | -m <value>]
|
|
152
152
|
|
|
153
153
|
FLAGS
|
|
154
|
-
-d, --output-dir=<value> [default:
|
|
154
|
+
-d, --output-dir=<value> [default: metadataPackage_1708170270822] Output directory to store the Metadata
|
|
155
155
|
API–formatted files in.
|
|
156
156
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
157
157
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
|
|
|
211
211
|
Override the api version used for api requests made by this command
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
214
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/convert/source.ts)_
|
|
215
215
|
|
|
216
216
|
## `sf project delete source`
|
|
217
217
|
|
|
@@ -350,7 +350,7 @@ FLAG DESCRIPTIONS
|
|
|
350
350
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
353
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/delete/source.ts)_
|
|
354
354
|
|
|
355
355
|
## `sf project delete tracking`
|
|
356
356
|
|
|
@@ -386,7 +386,7 @@ EXAMPLES
|
|
|
386
386
|
$ sf project delete tracking --target-org my-scratch
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
389
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/delete/tracking.ts)_
|
|
390
390
|
|
|
391
391
|
## `sf project deploy cancel`
|
|
392
392
|
|
|
@@ -456,7 +456,7 @@ FLAG DESCRIPTIONS
|
|
|
456
456
|
project deploy report".
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
459
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/cancel.ts)_
|
|
460
460
|
|
|
461
461
|
## `sf project deploy preview`
|
|
462
462
|
|
|
@@ -540,7 +540,7 @@ FLAG DESCRIPTIONS
|
|
|
540
540
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
541
541
|
```
|
|
542
542
|
|
|
543
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
543
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/preview.ts)_
|
|
544
544
|
|
|
545
545
|
## `sf project deploy quick`
|
|
546
546
|
|
|
@@ -624,7 +624,7 @@ FLAG DESCRIPTIONS
|
|
|
624
624
|
deploy report".
|
|
625
625
|
```
|
|
626
626
|
|
|
627
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
627
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/quick.ts)_
|
|
628
628
|
|
|
629
629
|
## `sf project deploy report`
|
|
630
630
|
|
|
@@ -719,7 +719,7 @@ FLAG DESCRIPTIONS
|
|
|
719
719
|
--coverage-formatters lcov --coverage-formatters clover
|
|
720
720
|
```
|
|
721
721
|
|
|
722
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
722
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/report.ts)_
|
|
723
723
|
|
|
724
724
|
## `sf project deploy resume`
|
|
725
725
|
|
|
@@ -803,7 +803,7 @@ FLAG DESCRIPTIONS
|
|
|
803
803
|
--coverage-formatters lcov --coverage-formatters clover
|
|
804
804
|
```
|
|
805
805
|
|
|
806
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
806
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/resume.ts)_
|
|
807
807
|
|
|
808
808
|
## `sf project deploy start`
|
|
809
809
|
|
|
@@ -1015,7 +1015,7 @@ FLAG DESCRIPTIONS
|
|
|
1015
1015
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1016
1016
|
```
|
|
1017
1017
|
|
|
1018
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1018
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/start.ts)_
|
|
1019
1019
|
|
|
1020
1020
|
## `sf project deploy validate`
|
|
1021
1021
|
|
|
@@ -1177,7 +1177,7 @@ FLAG DESCRIPTIONS
|
|
|
1177
1177
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1178
1178
|
```
|
|
1179
1179
|
|
|
1180
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1180
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/validate.ts)_
|
|
1181
1181
|
|
|
1182
1182
|
## `sf project generate manifest`
|
|
1183
1183
|
|
|
@@ -1252,7 +1252,7 @@ EXAMPLES
|
|
|
1252
1252
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
1253
1253
|
```
|
|
1254
1254
|
|
|
1255
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1255
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/generate/manifest.ts)_
|
|
1256
1256
|
|
|
1257
1257
|
## `sf project list ignored`
|
|
1258
1258
|
|
|
@@ -1293,7 +1293,7 @@ EXAMPLES
|
|
|
1293
1293
|
$ sf project list ignored --source-dir package.xml
|
|
1294
1294
|
```
|
|
1295
1295
|
|
|
1296
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1296
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/list/ignored.ts)_
|
|
1297
1297
|
|
|
1298
1298
|
## `sf project reset tracking`
|
|
1299
1299
|
|
|
@@ -1341,7 +1341,7 @@ EXAMPLES
|
|
|
1341
1341
|
$ sf project reset tracking --revision 30
|
|
1342
1342
|
```
|
|
1343
1343
|
|
|
1344
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1344
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/reset/tracking.ts)_
|
|
1345
1345
|
|
|
1346
1346
|
## `sf project retrieve preview`
|
|
1347
1347
|
|
|
@@ -1397,7 +1397,7 @@ FLAG DESCRIPTIONS
|
|
|
1397
1397
|
Overrides your default org.
|
|
1398
1398
|
```
|
|
1399
1399
|
|
|
1400
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1400
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/retrieve/preview.ts)_
|
|
1401
1401
|
|
|
1402
1402
|
## `sf project retrieve start`
|
|
1403
1403
|
|
|
@@ -1543,6 +1543,6 @@ FLAG DESCRIPTIONS
|
|
|
1543
1543
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
1544
1544
|
```
|
|
1545
1545
|
|
|
1546
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
1546
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/retrieve/start.ts)_
|
|
1547
1547
|
|
|
1548
1548
|
<!-- commandsstop -->
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2022, salesforce.com, inc.
|
|
3
|
+
* All rights reserved.
|
|
4
|
+
* Licensed under the BSD 3-Clause license.
|
|
5
|
+
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
|
+
*/
|
|
7
|
+
import { ConfigAggregator, Lifecycle, Logger, Messages, SfProject, OrgConfigProperties, Org } from '@salesforce/core';
|
|
8
|
+
let logger;
|
|
9
|
+
const getLogger = () => {
|
|
10
|
+
if (!logger) {
|
|
11
|
+
logger = Logger.childFromRoot('plugin-deploy-retrieve-diagnostics');
|
|
12
|
+
}
|
|
13
|
+
return logger;
|
|
14
|
+
};
|
|
15
|
+
const pluginName = '@salesforce/plugin-deploy-retrieve';
|
|
16
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
17
|
+
const messages = Messages.loadMessages(pluginName, 'diagnostics');
|
|
18
|
+
export const hook = async (options) => {
|
|
19
|
+
getLogger().debug(`Running SfDoctor diagnostics for ${pluginName}`);
|
|
20
|
+
return Promise.all([apiVersionTest(options.doctor)]);
|
|
21
|
+
};
|
|
22
|
+
// ============================
|
|
23
|
+
// *** DIAGNOSTIC TESTS ***
|
|
24
|
+
// ============================
|
|
25
|
+
// Gathers and compares the following API versions:
|
|
26
|
+
// 1. apiVersion (if set) from the sfdx config, including environment variable
|
|
27
|
+
// 2. sourceApiVersion (if set) from sfdx-project.json
|
|
28
|
+
// 3. max apiVersion of the default target dev hub org (if set)
|
|
29
|
+
// 4. max apiVersion of the default target org (if set)
|
|
30
|
+
//
|
|
31
|
+
// Warns if:
|
|
32
|
+
// 1. apiVersion and sourceApiVersion are set but not equal
|
|
33
|
+
// 2. apiVersion and sourceApiVersion are both not set
|
|
34
|
+
// 3. default devhub target org and default target org have different max apiVersions
|
|
35
|
+
// 4. sourceApiVersion is set and does not match max apiVersion of default target org
|
|
36
|
+
// 5. apiVersion is set and does not match max apiVersion of default target org
|
|
37
|
+
const apiVersionTest = async (doctor) => {
|
|
38
|
+
getLogger().debug('Running API Version tests');
|
|
39
|
+
// check org-api-version from ConfigAggregator
|
|
40
|
+
const aggregator = await ConfigAggregator.create();
|
|
41
|
+
const apiVersion = aggregator.getPropertyValue(OrgConfigProperties.ORG_API_VERSION);
|
|
42
|
+
const sourceApiVersion = await getSourceApiVersion();
|
|
43
|
+
const targetDevHub = aggregator.getPropertyValue(OrgConfigProperties.TARGET_DEV_HUB);
|
|
44
|
+
const targetOrg = aggregator.getPropertyValue(OrgConfigProperties.TARGET_ORG);
|
|
45
|
+
const targetDevHubApiVersion = targetDevHub && (await getMaxApiVersion(aggregator, targetDevHub));
|
|
46
|
+
const targetOrgApiVersion = targetOrg && (await getMaxApiVersion(aggregator, targetOrg));
|
|
47
|
+
doctor.addPluginData(pluginName, {
|
|
48
|
+
apiVersion,
|
|
49
|
+
sourceApiVersion,
|
|
50
|
+
targetDevHubApiVersion,
|
|
51
|
+
targetOrgApiVersion,
|
|
52
|
+
});
|
|
53
|
+
const testName1 = `[${pluginName}] sourceApiVersion matches apiVersion`;
|
|
54
|
+
let status1 = 'pass';
|
|
55
|
+
if (diff(sourceApiVersion, apiVersion)) {
|
|
56
|
+
status1 = 'warn';
|
|
57
|
+
doctor.addSuggestion(messages.getMessage('apiVersionMismatch'));
|
|
58
|
+
}
|
|
59
|
+
if (sourceApiVersion === undefined && apiVersion === undefined) {
|
|
60
|
+
status1 = 'warn';
|
|
61
|
+
doctor.addSuggestion(messages.getMessage('apiVersionUnset'));
|
|
62
|
+
}
|
|
63
|
+
void Lifecycle.getInstance().emit('Doctor:diagnostic', { testName: testName1, status: status1 });
|
|
64
|
+
if (targetDevHubApiVersion && targetOrgApiVersion) {
|
|
65
|
+
const testName2 = `[${pluginName}] default target DevHub max apiVersion matches default target org max apiVersion`;
|
|
66
|
+
let status2 = 'pass';
|
|
67
|
+
if (diff(targetDevHubApiVersion, targetOrgApiVersion)) {
|
|
68
|
+
status2 = 'warn';
|
|
69
|
+
doctor.addSuggestion(messages.getMessage('maxApiVersionMismatch'));
|
|
70
|
+
}
|
|
71
|
+
void Lifecycle.getInstance().emit('Doctor:diagnostic', { testName: testName2, status: status2 });
|
|
72
|
+
}
|
|
73
|
+
// Only run this test if both sourceApiVersion and the default target org max version are set.
|
|
74
|
+
if (sourceApiVersion?.length && targetOrgApiVersion?.length) {
|
|
75
|
+
const testName3 = `[${pluginName}] sourceApiVersion matches default target org max apiVersion`;
|
|
76
|
+
let status3 = 'pass';
|
|
77
|
+
if (diff(sourceApiVersion, targetOrgApiVersion)) {
|
|
78
|
+
status3 = 'warn';
|
|
79
|
+
doctor.addSuggestion(messages.getMessage('sourceApiVersionMaxMismatch', [targetOrgApiVersion]));
|
|
80
|
+
}
|
|
81
|
+
void Lifecycle.getInstance().emit('Doctor:diagnostic', { testName: testName3, status: status3 });
|
|
82
|
+
}
|
|
83
|
+
// Only run this test if both apiVersion and the default target org max version are set.
|
|
84
|
+
if (apiVersion?.length && targetOrgApiVersion?.length) {
|
|
85
|
+
const testName4 = `[${pluginName}] apiVersion matches default target org max apiVersion`;
|
|
86
|
+
let status4 = 'pass';
|
|
87
|
+
if (diff(apiVersion, targetOrgApiVersion)) {
|
|
88
|
+
status4 = 'warn';
|
|
89
|
+
doctor.addSuggestion(messages.getMessage('apiVersionMaxMismatch', [targetOrgApiVersion]));
|
|
90
|
+
}
|
|
91
|
+
void Lifecycle.getInstance().emit('Doctor:diagnostic', { testName: testName4, status: status4 });
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
// check sfdx-project.json for sourceApiVersion
|
|
95
|
+
const getSourceApiVersion = async () => {
|
|
96
|
+
try {
|
|
97
|
+
const project = SfProject.getInstance();
|
|
98
|
+
const projectJson = await project.resolveProjectConfig();
|
|
99
|
+
return projectJson.sourceApiVersion;
|
|
100
|
+
}
|
|
101
|
+
catch (error) {
|
|
102
|
+
const errMsg = error.message;
|
|
103
|
+
getLogger().debug(`Cannot determine sourceApiVersion due to: ${errMsg}`);
|
|
104
|
+
}
|
|
105
|
+
};
|
|
106
|
+
// check max API version for default orgs
|
|
107
|
+
const getMaxApiVersion = async (aggregator, aliasOrUsername) => {
|
|
108
|
+
try {
|
|
109
|
+
const org = await Org.create({ aliasOrUsername, aggregator });
|
|
110
|
+
return await org.retrieveMaxApiVersion();
|
|
111
|
+
}
|
|
112
|
+
catch (error) {
|
|
113
|
+
const errMsg = error.message;
|
|
114
|
+
getLogger().debug(`Cannot determine the max ApiVersion for org: [${aliasOrUsername}] due to: ${errMsg}`);
|
|
115
|
+
}
|
|
116
|
+
};
|
|
117
|
+
// Compare 2 API versions that have values and return if they are different.
|
|
118
|
+
// E.g.,
|
|
119
|
+
// Comparing undefined with 56.0 would return false.
|
|
120
|
+
// Comparing undefined with undefined would return false.
|
|
121
|
+
// Comparing 55.0 with 55.0 would return false.
|
|
122
|
+
// Comparing 55.0 with 56.0 would return true.
|
|
123
|
+
const diff = (version1, version2) => {
|
|
124
|
+
getLogger().debug(`Comparing API versions: [${version1},${version2}]`);
|
|
125
|
+
return !!version1?.length && !!version2?.length && version1 !== version2;
|
|
126
|
+
};
|
|
127
|
+
//# sourceMappingURL=diagnostics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"diagnostics.js","sourceRoot":"","sources":["../../src/hooks/diagnostics.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# apiVersionMismatch
|
|
2
|
+
|
|
3
|
+
The sourceApiVersion in sfdx-project.json doesn't match the apiVersion. The commands that deploy and retrieve source use the sourceApiVersion in this case. The version mismatch isn't a problem, as long as it's the behavior you actually want.
|
|
4
|
+
|
|
5
|
+
# apiVersionUnset
|
|
6
|
+
|
|
7
|
+
Neither sourceApiVersion nor apiVersion are defined. The commands that deploy and retrieve source use the max apiVersion of the target org in this case. The issue isn't a problem, as long as it's the behavior you actually want.
|
|
8
|
+
|
|
9
|
+
# maxApiVersionMismatch
|
|
10
|
+
|
|
11
|
+
The max apiVersion of the default DevHub org doesn't match the max apiVersion of the default target org. This mismatch means that the default target orgs are running different API versions. Be sure you explicitly set the apiVersion when you deploy or retrieve source, or you will likely run into problems.
|
|
12
|
+
|
|
13
|
+
# sourceApiVersionMaxMismatch
|
|
14
|
+
|
|
15
|
+
The sourceApiVersion in sfdx-project.json doesn't match the max apiVersion of the default target org. As a result, you're not using the latest features available in API version %s. The version mismatch isn't a problem, as long as it's the behavior you actually want.
|
|
16
|
+
|
|
17
|
+
# apiVersionMaxMismatch
|
|
18
|
+
|
|
19
|
+
The apiVersion doesn't match the max apiVersion of the default target org. As a result, you're not using the latest features available in API version %s. The version mismatch isn't a problem, as long as it's the behavior you actually want.
|
package/oclif.lock
CHANGED
|
@@ -879,7 +879,7 @@
|
|
|
879
879
|
"@smithy/types" "^2.9.1"
|
|
880
880
|
tslib "^2.5.0"
|
|
881
881
|
|
|
882
|
-
"@aws-sdk/types@3.496.0"
|
|
882
|
+
"@aws-sdk/types@3.496.0":
|
|
883
883
|
version "3.496.0"
|
|
884
884
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.496.0.tgz#cdde44a94a57cf8f97cf05e4d0bdce2f56ce4eeb"
|
|
885
885
|
integrity sha512-umkGadK4QuNQaMoDICMm7NKRI/mYSXiyPjcn3d53BhsuArYU/52CebGQKdt4At7SwwsiVJZw9RNBHyN5Mm0HVw==
|
|
@@ -887,7 +887,7 @@
|
|
|
887
887
|
"@smithy/types" "^2.9.1"
|
|
888
888
|
tslib "^2.5.0"
|
|
889
889
|
|
|
890
|
-
"@aws-sdk/types@3.502.0":
|
|
890
|
+
"@aws-sdk/types@3.502.0", "@aws-sdk/types@^3.222.0":
|
|
891
891
|
version "3.502.0"
|
|
892
892
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.502.0.tgz#c23dda4df7fdbe32642d4f5ab23516f455fb6aba"
|
|
893
893
|
integrity sha512-M0DSPYe/gXhwD2QHgoukaZv5oDxhW3FfvYIrJptyqUq3OnPJBcDbihHjrE0PBtfh/9kgMZT60/fQ2NVFANfa2g==
|
|
@@ -1180,6 +1180,11 @@
|
|
|
1180
1180
|
"@babel/helper-validator-identifier" "^7.22.5"
|
|
1181
1181
|
to-fast-properties "^2.0.0"
|
|
1182
1182
|
|
|
1183
|
+
"@colors/colors@1.5.0":
|
|
1184
|
+
version "1.5.0"
|
|
1185
|
+
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
|
1186
|
+
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
|
|
1187
|
+
|
|
1183
1188
|
"@commitlint/cli@^17.1.2":
|
|
1184
1189
|
version "17.6.5"
|
|
1185
1190
|
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.5.tgz#3a8abd6499f9d4aeafe3bf9201338ccb868a14b9"
|
|
@@ -1442,6 +1447,34 @@
|
|
|
1442
1447
|
strip-ansi "^6.0.1"
|
|
1443
1448
|
wrap-ansi "^6.2.0"
|
|
1444
1449
|
|
|
1450
|
+
"@inquirer/core@^7.0.0":
|
|
1451
|
+
version "7.0.0"
|
|
1452
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-7.0.0.tgz#18d2d2bb5cc6858765b4dcf3dce544ad15898e81"
|
|
1453
|
+
integrity sha512-g13W5yEt9r1sEVVriffJqQ8GWy94OnfxLCreNSOTw0HPVcszmc/If1KIf7YBmlwtX4klmvwpZHnQpl3N7VX2xA==
|
|
1454
|
+
dependencies:
|
|
1455
|
+
"@inquirer/type" "^1.2.0"
|
|
1456
|
+
"@types/mute-stream" "^0.0.4"
|
|
1457
|
+
"@types/node" "^20.11.16"
|
|
1458
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
1459
|
+
ansi-escapes "^4.3.2"
|
|
1460
|
+
chalk "^4.1.2"
|
|
1461
|
+
cli-spinners "^2.9.2"
|
|
1462
|
+
cli-width "^4.1.0"
|
|
1463
|
+
figures "^3.2.0"
|
|
1464
|
+
mute-stream "^1.0.0"
|
|
1465
|
+
run-async "^3.0.0"
|
|
1466
|
+
signal-exit "^4.1.0"
|
|
1467
|
+
strip-ansi "^6.0.1"
|
|
1468
|
+
wrap-ansi "^6.2.0"
|
|
1469
|
+
|
|
1470
|
+
"@inquirer/input@^2.0.0":
|
|
1471
|
+
version "2.0.0"
|
|
1472
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.0.0.tgz#ca452dea7f150f536f6c77aa13091daafd006d52"
|
|
1473
|
+
integrity sha512-qOjxSHLzqp/u6TvK7UtidPERoCa6BSSKyKG17aEaSOBl9uAQ4XIIqs9TtcEqwDloakarWS6xxTfR0sE1qvLwIQ==
|
|
1474
|
+
dependencies:
|
|
1475
|
+
"@inquirer/core" "^7.0.0"
|
|
1476
|
+
"@inquirer/type" "^1.2.0"
|
|
1477
|
+
|
|
1445
1478
|
"@inquirer/password@^1.1.16":
|
|
1446
1479
|
version "1.1.16"
|
|
1447
1480
|
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.16.tgz#37ddebbe37c6e76f8ad27d1f726aacdd7c423558"
|
|
@@ -1452,7 +1485,7 @@
|
|
|
1452
1485
|
ansi-escapes "^4.3.2"
|
|
1453
1486
|
chalk "^4.1.2"
|
|
1454
1487
|
|
|
1455
|
-
"@inquirer/type@^1.1.6":
|
|
1488
|
+
"@inquirer/type@^1.1.6", "@inquirer/type@^1.2.0":
|
|
1456
1489
|
version "1.2.0"
|
|
1457
1490
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.0.tgz#a569613628a881c2104289ca868a7def54e5c49d"
|
|
1458
1491
|
integrity sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==
|
|
@@ -1970,12 +2003,12 @@
|
|
|
1970
2003
|
istanbul-reports "^3.1.6"
|
|
1971
2004
|
jsforce "^2.0.0-beta.29"
|
|
1972
2005
|
|
|
1973
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
1974
|
-
version "5.1.
|
|
1975
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
1976
|
-
integrity sha512-
|
|
2006
|
+
"@salesforce/cli-plugins-testkit@^5.1.9":
|
|
2007
|
+
version "5.1.9"
|
|
2008
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.9.tgz#c21b0d282c0d309141ca5e2fe47835530a24621d"
|
|
2009
|
+
integrity sha512-8a9dwYdo2tXhVMrDe4ex8tjMYGuIwT9wlltB4+h3gt/IuowazjQGy5VWam08gsm3UT/FhhjZBdN0aKJPbD4wXA==
|
|
1977
2010
|
dependencies:
|
|
1978
|
-
"@salesforce/core" "^6.5.
|
|
2011
|
+
"@salesforce/core" "^6.5.3"
|
|
1979
2012
|
"@salesforce/kit" "^3.0.15"
|
|
1980
2013
|
"@salesforce/ts-types" "^2.0.9"
|
|
1981
2014
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1985,7 +2018,7 @@
|
|
|
1985
2018
|
strip-ansi "6.0.1"
|
|
1986
2019
|
ts-retry-promise "^0.8.0"
|
|
1987
2020
|
|
|
1988
|
-
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4", "@salesforce/core@^6.
|
|
2021
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3":
|
|
1989
2022
|
version "6.5.3"
|
|
1990
2023
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.3.tgz#b1ceef7947b9046ab23e78e73851115fec86f4f9"
|
|
1991
2024
|
integrity sha512-L4I2LrGyuXbNDCkoQdrMQ2sR/nhNIgRMLgpYNpOARZFIWKUsnjgBLVpUui+knCzjrQsOMoSwev+W0vp17iT76w==
|
|
@@ -2068,6 +2101,23 @@
|
|
|
2068
2101
|
handlebars "^4.7.8"
|
|
2069
2102
|
tslib "^2"
|
|
2070
2103
|
|
|
2104
|
+
"@salesforce/plugin-info@^3.0.25":
|
|
2105
|
+
version "3.0.25"
|
|
2106
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.0.25.tgz#78fb4d2bdb29bc573e03df4015aa6b333fa81451"
|
|
2107
|
+
integrity sha512-djMlMab+Ep/lNa7Rl2XPBAa9lzeCIEaOk/xVZ1D0kcSvTyc38PDEim7nPfebhy2ecgGVMi2sqdnWq1XyItpKZw==
|
|
2108
|
+
dependencies:
|
|
2109
|
+
"@inquirer/input" "^2.0.0"
|
|
2110
|
+
"@oclif/core" "^3.19.1"
|
|
2111
|
+
"@salesforce/core" "^6.5.2"
|
|
2112
|
+
"@salesforce/kit" "^3.0.15"
|
|
2113
|
+
"@salesforce/sf-plugins-core" "^7.1.9"
|
|
2114
|
+
got "^13.0.0"
|
|
2115
|
+
marked "^4.3.0"
|
|
2116
|
+
marked-terminal "^4.2.0"
|
|
2117
|
+
open "^10.0.3"
|
|
2118
|
+
proxy-agent "^6.3.1"
|
|
2119
|
+
semver "^7.6.0"
|
|
2120
|
+
|
|
2071
2121
|
"@salesforce/plugin-source@^2.11.4":
|
|
2072
2122
|
version "2.11.4"
|
|
2073
2123
|
resolved "https://registry.yarnpkg.com/@salesforce/plugin-source/-/plugin-source-2.11.4.tgz#03d8b7fd9787f09ae210d657d2b91fc433be3f90"
|
|
@@ -2121,10 +2171,10 @@
|
|
|
2121
2171
|
"@salesforce/ts-types" "^2.0.9"
|
|
2122
2172
|
chalk "^5.3.0"
|
|
2123
2173
|
|
|
2124
|
-
"@salesforce/source-deploy-retrieve@^10.0.0", "@salesforce/source-deploy-retrieve@^10.2.
|
|
2125
|
-
version "10.3.
|
|
2126
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.3.
|
|
2127
|
-
integrity sha512-
|
|
2174
|
+
"@salesforce/source-deploy-retrieve@^10.0.0", "@salesforce/source-deploy-retrieve@^10.2.13", "@salesforce/source-deploy-retrieve@^10.3.1", "@salesforce/source-deploy-retrieve@^10.3.8":
|
|
2175
|
+
version "10.3.9"
|
|
2176
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.3.9.tgz#7ea08fc0aa3a9fc3e30cdbd3d3e871f08c5ccbc8"
|
|
2177
|
+
integrity sha512-0furorpV1CLbq9I2uZL9UPTVD4z/ClzYn2HT2VATkrb8+knUQuPEXbiy+G7WHI6oB0z4DxfOtoPZTYO6L3WtmQ==
|
|
2128
2178
|
dependencies:
|
|
2129
2179
|
"@salesforce/core" "^6.5.1"
|
|
2130
2180
|
"@salesforce/kit" "^3.0.15"
|
|
@@ -2140,15 +2190,15 @@
|
|
|
2140
2190
|
proxy-agent "^6.3.1"
|
|
2141
2191
|
ts-retry-promise "^0.7.1"
|
|
2142
2192
|
|
|
2143
|
-
"@salesforce/source-testkit@^2.1.
|
|
2144
|
-
version "2.1.
|
|
2145
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.1.
|
|
2146
|
-
integrity sha512-
|
|
2193
|
+
"@salesforce/source-testkit@^2.1.95":
|
|
2194
|
+
version "2.1.95"
|
|
2195
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.1.95.tgz#25ae51eccb7a6e4e12dc10abd29c19185dd19676"
|
|
2196
|
+
integrity sha512-Oz4E75YzztNZU0mtriWkRpi2ofSlcMrAPw5Syp1WC4I6bzW6v5aaNQNbR1UBPRG4bkEqCdyG+lZnL3pIKF2xJA==
|
|
2147
2197
|
dependencies:
|
|
2148
|
-
"@salesforce/cli-plugins-testkit" "^5.1.
|
|
2149
|
-
"@salesforce/core" "^6.
|
|
2198
|
+
"@salesforce/cli-plugins-testkit" "^5.1.9"
|
|
2199
|
+
"@salesforce/core" "^6.5.3"
|
|
2150
2200
|
"@salesforce/kit" "^3.0.15"
|
|
2151
|
-
"@salesforce/source-deploy-retrieve" "^10.
|
|
2201
|
+
"@salesforce/source-deploy-retrieve" "^10.3.8"
|
|
2152
2202
|
"@salesforce/ts-types" "^2.0.9"
|
|
2153
2203
|
archiver "^5.3.2"
|
|
2154
2204
|
chai-each "^0.0.1"
|
|
@@ -2206,6 +2256,11 @@
|
|
|
2206
2256
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
|
|
2207
2257
|
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
|
|
2208
2258
|
|
|
2259
|
+
"@sindresorhus/is@^5.2.0":
|
|
2260
|
+
version "5.6.0"
|
|
2261
|
+
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.6.0.tgz#41dd6093d34652cddb5d5bdeee04eafc33826668"
|
|
2262
|
+
integrity sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==
|
|
2263
|
+
|
|
2209
2264
|
"@sinonjs/commons@^1", "@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
|
|
2210
2265
|
version "1.8.6"
|
|
2211
2266
|
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.6.tgz#80c516a4dc264c2a69115e7578d62581ff455ed9"
|
|
@@ -2766,6 +2821,13 @@
|
|
|
2766
2821
|
dependencies:
|
|
2767
2822
|
defer-to-connect "^2.0.0"
|
|
2768
2823
|
|
|
2824
|
+
"@szmarczak/http-timer@^5.0.1":
|
|
2825
|
+
version "5.0.1"
|
|
2826
|
+
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-5.0.1.tgz#c7c1bf1141cdd4751b0399c8fc7b8b664cd5be3a"
|
|
2827
|
+
integrity sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==
|
|
2828
|
+
dependencies:
|
|
2829
|
+
defer-to-connect "^2.0.1"
|
|
2830
|
+
|
|
2769
2831
|
"@tootallnate/once@1":
|
|
2770
2832
|
version "1.1.2"
|
|
2771
2833
|
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
|
|
@@ -2849,10 +2911,10 @@
|
|
|
2849
2911
|
"@types/minimatch" "*"
|
|
2850
2912
|
"@types/node" "*"
|
|
2851
2913
|
|
|
2852
|
-
"@types/http-cache-semantics@*":
|
|
2853
|
-
version "4.0.
|
|
2854
|
-
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.
|
|
2855
|
-
integrity sha512-
|
|
2914
|
+
"@types/http-cache-semantics@*", "@types/http-cache-semantics@^4.0.2":
|
|
2915
|
+
version "4.0.4"
|
|
2916
|
+
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
|
|
2917
|
+
integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==
|
|
2856
2918
|
|
|
2857
2919
|
"@types/inquirer@^8.2.3":
|
|
2858
2920
|
version "8.2.10"
|
|
@@ -2937,10 +2999,10 @@
|
|
|
2937
2999
|
dependencies:
|
|
2938
3000
|
"@types/node" "*"
|
|
2939
3001
|
|
|
2940
|
-
"@types/node@*":
|
|
2941
|
-
version "20.
|
|
2942
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.
|
|
2943
|
-
integrity sha512-
|
|
3002
|
+
"@types/node@*", "@types/node@^20.10.7":
|
|
3003
|
+
version "20.11.17"
|
|
3004
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.17.tgz#cdd642d0e62ef3a861f88ddbc2b61e32578a9292"
|
|
3005
|
+
integrity sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==
|
|
2944
3006
|
dependencies:
|
|
2945
3007
|
undici-types "~5.26.4"
|
|
2946
3008
|
|
|
@@ -2961,10 +3023,10 @@
|
|
|
2961
3023
|
dependencies:
|
|
2962
3024
|
undici-types "~5.26.4"
|
|
2963
3025
|
|
|
2964
|
-
"@types/node@^20.
|
|
2965
|
-
version "20.11.
|
|
2966
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.
|
|
2967
|
-
integrity sha512-
|
|
3026
|
+
"@types/node@^20.11.16":
|
|
3027
|
+
version "20.11.19"
|
|
3028
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.19.tgz#b466de054e9cb5b3831bee38938de64ac7f81195"
|
|
3029
|
+
integrity sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==
|
|
2968
3030
|
dependencies:
|
|
2969
3031
|
undici-types "~5.26.4"
|
|
2970
3032
|
|
|
@@ -3259,7 +3321,7 @@ ansi-colors@4.1.1:
|
|
|
3259
3321
|
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
|
3260
3322
|
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
|
|
3261
3323
|
|
|
3262
|
-
ansi-escapes@^4.2.1, ansi-escapes@^4.3.2:
|
|
3324
|
+
ansi-escapes@^4.2.1, ansi-escapes@^4.3.1, ansi-escapes@^4.3.2:
|
|
3263
3325
|
version "4.3.2"
|
|
3264
3326
|
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
|
|
3265
3327
|
integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
|
|
@@ -3690,6 +3752,13 @@ builtins@^5.0.0:
|
|
|
3690
3752
|
dependencies:
|
|
3691
3753
|
semver "^7.0.0"
|
|
3692
3754
|
|
|
3755
|
+
bundle-name@^4.1.0:
|
|
3756
|
+
version "4.1.0"
|
|
3757
|
+
resolved "https://registry.yarnpkg.com/bundle-name/-/bundle-name-4.1.0.tgz#f3b96b34160d6431a19d7688135af7cfb8797889"
|
|
3758
|
+
integrity sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==
|
|
3759
|
+
dependencies:
|
|
3760
|
+
run-applescript "^7.0.0"
|
|
3761
|
+
|
|
3693
3762
|
cacache@^15.0.3, cacache@^15.0.5, cacache@^15.2.0:
|
|
3694
3763
|
version "15.3.0"
|
|
3695
3764
|
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb"
|
|
@@ -3761,6 +3830,24 @@ cacheable-lookup@^5.0.3:
|
|
|
3761
3830
|
resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005"
|
|
3762
3831
|
integrity sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==
|
|
3763
3832
|
|
|
3833
|
+
cacheable-lookup@^7.0.0:
|
|
3834
|
+
version "7.0.0"
|
|
3835
|
+
resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz#3476a8215d046e5a3202a9209dd13fec1f933a27"
|
|
3836
|
+
integrity sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==
|
|
3837
|
+
|
|
3838
|
+
cacheable-request@^10.2.8:
|
|
3839
|
+
version "10.2.14"
|
|
3840
|
+
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-10.2.14.tgz#eb915b665fda41b79652782df3f553449c406b9d"
|
|
3841
|
+
integrity sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==
|
|
3842
|
+
dependencies:
|
|
3843
|
+
"@types/http-cache-semantics" "^4.0.2"
|
|
3844
|
+
get-stream "^6.0.1"
|
|
3845
|
+
http-cache-semantics "^4.1.1"
|
|
3846
|
+
keyv "^4.5.3"
|
|
3847
|
+
mimic-response "^4.0.0"
|
|
3848
|
+
normalize-url "^8.0.0"
|
|
3849
|
+
responselike "^3.0.0"
|
|
3850
|
+
|
|
3764
3851
|
cacheable-request@^7.0.2:
|
|
3765
3852
|
version "7.0.4"
|
|
3766
3853
|
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.4.tgz#7a33ebf08613178b403635be7b899d3e69bbe817"
|
|
@@ -3993,6 +4080,15 @@ cli-spinners@^2.5.0, cli-spinners@^2.9.2:
|
|
|
3993
4080
|
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
|
|
3994
4081
|
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
|
|
3995
4082
|
|
|
4083
|
+
cli-table3@^0.6.0:
|
|
4084
|
+
version "0.6.3"
|
|
4085
|
+
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2"
|
|
4086
|
+
integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==
|
|
4087
|
+
dependencies:
|
|
4088
|
+
string-width "^4.2.0"
|
|
4089
|
+
optionalDependencies:
|
|
4090
|
+
"@colors/colors" "1.5.0"
|
|
4091
|
+
|
|
3996
4092
|
cli-table@^0.3.1:
|
|
3997
4093
|
version "0.3.11"
|
|
3998
4094
|
resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.11.tgz#ac69cdecbe81dccdba4889b9a18b7da312a9d3ee"
|
|
@@ -4414,6 +4510,19 @@ deep-is@^0.1.3:
|
|
|
4414
4510
|
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
|
|
4415
4511
|
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
|
|
4416
4512
|
|
|
4513
|
+
default-browser-id@^5.0.0:
|
|
4514
|
+
version "5.0.0"
|
|
4515
|
+
resolved "https://registry.yarnpkg.com/default-browser-id/-/default-browser-id-5.0.0.tgz#a1d98bf960c15082d8a3fa69e83150ccccc3af26"
|
|
4516
|
+
integrity sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==
|
|
4517
|
+
|
|
4518
|
+
default-browser@^5.2.1:
|
|
4519
|
+
version "5.2.1"
|
|
4520
|
+
resolved "https://registry.yarnpkg.com/default-browser/-/default-browser-5.2.1.tgz#7b7ba61204ff3e425b556869ae6d3e9d9f1712cf"
|
|
4521
|
+
integrity sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==
|
|
4522
|
+
dependencies:
|
|
4523
|
+
bundle-name "^4.1.0"
|
|
4524
|
+
default-browser-id "^5.0.0"
|
|
4525
|
+
|
|
4417
4526
|
default-require-extensions@^3.0.0:
|
|
4418
4527
|
version "3.0.1"
|
|
4419
4528
|
resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-3.0.1.tgz#bfae00feeaeada68c2ae256c62540f60b80625bd"
|
|
@@ -4428,7 +4537,7 @@ defaults@^1.0.3:
|
|
|
4428
4537
|
dependencies:
|
|
4429
4538
|
clone "^1.0.2"
|
|
4430
4539
|
|
|
4431
|
-
defer-to-connect@^2.0.0:
|
|
4540
|
+
defer-to-connect@^2.0.0, defer-to-connect@^2.0.1:
|
|
4432
4541
|
version "2.0.1"
|
|
4433
4542
|
resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz#8016bdb4143e4632b77a3449c6236277de520587"
|
|
4434
4543
|
integrity sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==
|
|
@@ -4442,6 +4551,11 @@ define-data-property@^1.0.1, define-data-property@^1.1.1:
|
|
|
4442
4551
|
gopd "^1.0.1"
|
|
4443
4552
|
has-property-descriptors "^1.0.0"
|
|
4444
4553
|
|
|
4554
|
+
define-lazy-prop@^3.0.0:
|
|
4555
|
+
version "3.0.0"
|
|
4556
|
+
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz#dbb19adfb746d7fc6d734a06b72f4a00d021255f"
|
|
4557
|
+
integrity sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==
|
|
4558
|
+
|
|
4445
4559
|
define-properties@^1.1.3, define-properties@^1.1.4, define-properties@^1.2.0:
|
|
4446
4560
|
version "1.2.0"
|
|
4447
4561
|
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.0.tgz#52988570670c9eacedd8064f4a990f2405849bd5"
|
|
@@ -4858,12 +4972,12 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
|
4858
4972
|
minimatch "^9.0.3"
|
|
4859
4973
|
natural-compare-lite "^1.4.0"
|
|
4860
4974
|
|
|
4861
|
-
eslint-plugin-sf-plugin@^1.17.
|
|
4862
|
-
version "1.17.
|
|
4863
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.
|
|
4864
|
-
integrity sha512-
|
|
4975
|
+
eslint-plugin-sf-plugin@^1.17.3:
|
|
4976
|
+
version "1.17.3"
|
|
4977
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.3.tgz#3adda2e9955bf8f09859f935468c99ca15b58cc3"
|
|
4978
|
+
integrity sha512-IFbKJYHbb0LBkdr/ftcz/awuEiktIhouJrHeZ0oQ2BOYKK4YOFdgfpVGqENNW2RvIS077bnjf8yzdgn2pLhcdg==
|
|
4865
4979
|
dependencies:
|
|
4866
|
-
"@salesforce/core" "^6.
|
|
4980
|
+
"@salesforce/core" "^6.5.1"
|
|
4867
4981
|
"@typescript-eslint/utils" "^6.17.0"
|
|
4868
4982
|
|
|
4869
4983
|
eslint-plugin-unicorn@^49.0.0:
|
|
@@ -5254,6 +5368,11 @@ foreground-child@^3.1.0:
|
|
|
5254
5368
|
cross-spawn "^7.0.0"
|
|
5255
5369
|
signal-exit "^4.0.1"
|
|
5256
5370
|
|
|
5371
|
+
form-data-encoder@^2.1.2:
|
|
5372
|
+
version "2.1.4"
|
|
5373
|
+
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
|
|
5374
|
+
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
|
|
5375
|
+
|
|
5257
5376
|
form-data@^4.0.0:
|
|
5258
5377
|
version "4.0.0"
|
|
5259
5378
|
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
|
|
@@ -5411,7 +5530,7 @@ get-stream@^5.0.0, get-stream@^5.1.0:
|
|
|
5411
5530
|
dependencies:
|
|
5412
5531
|
pump "^3.0.0"
|
|
5413
5532
|
|
|
5414
|
-
get-stream@^6.0.0:
|
|
5533
|
+
get-stream@^6.0.0, get-stream@^6.0.1:
|
|
5415
5534
|
version "6.0.1"
|
|
5416
5535
|
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
|
|
5417
5536
|
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
|
|
@@ -5579,6 +5698,23 @@ got@^11, got@^11.8.6:
|
|
|
5579
5698
|
p-cancelable "^2.0.0"
|
|
5580
5699
|
responselike "^2.0.0"
|
|
5581
5700
|
|
|
5701
|
+
got@^13.0.0:
|
|
5702
|
+
version "13.0.0"
|
|
5703
|
+
resolved "https://registry.yarnpkg.com/got/-/got-13.0.0.tgz#a2402862cef27a5d0d1b07c0fb25d12b58175422"
|
|
5704
|
+
integrity sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==
|
|
5705
|
+
dependencies:
|
|
5706
|
+
"@sindresorhus/is" "^5.2.0"
|
|
5707
|
+
"@szmarczak/http-timer" "^5.0.1"
|
|
5708
|
+
cacheable-lookup "^7.0.0"
|
|
5709
|
+
cacheable-request "^10.2.8"
|
|
5710
|
+
decompress-response "^6.0.0"
|
|
5711
|
+
form-data-encoder "^2.1.2"
|
|
5712
|
+
get-stream "^6.0.1"
|
|
5713
|
+
http2-wrapper "^2.1.10"
|
|
5714
|
+
lowercase-keys "^3.0.0"
|
|
5715
|
+
p-cancelable "^3.0.0"
|
|
5716
|
+
responselike "^3.0.0"
|
|
5717
|
+
|
|
5582
5718
|
graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.5, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6:
|
|
5583
5719
|
version "4.2.11"
|
|
5584
5720
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
|
|
@@ -5785,6 +5921,14 @@ http2-wrapper@^1.0.0-beta.5.2:
|
|
|
5785
5921
|
quick-lru "^5.1.1"
|
|
5786
5922
|
resolve-alpn "^1.0.0"
|
|
5787
5923
|
|
|
5924
|
+
http2-wrapper@^2.1.10:
|
|
5925
|
+
version "2.2.1"
|
|
5926
|
+
resolved "https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-2.2.1.tgz#310968153dcdedb160d8b72114363ef5fce1f64a"
|
|
5927
|
+
integrity sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==
|
|
5928
|
+
dependencies:
|
|
5929
|
+
quick-lru "^5.1.1"
|
|
5930
|
+
resolve-alpn "^1.2.0"
|
|
5931
|
+
|
|
5788
5932
|
https-proxy-agent@^5.0.0:
|
|
5789
5933
|
version "5.0.1"
|
|
5790
5934
|
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
|
|
@@ -5861,12 +6005,7 @@ ignore-walk@^6.0.0:
|
|
|
5861
6005
|
dependencies:
|
|
5862
6006
|
minimatch "^9.0.0"
|
|
5863
6007
|
|
|
5864
|
-
ignore@^5.1.4, ignore@^5.2.0, ignore@^5.2.4:
|
|
5865
|
-
version "5.3.0"
|
|
5866
|
-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
|
|
5867
|
-
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
|
|
5868
|
-
|
|
5869
|
-
ignore@^5.3.1:
|
|
6008
|
+
ignore@^5.1.4, ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.1:
|
|
5870
6009
|
version "5.3.1"
|
|
5871
6010
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
|
|
5872
6011
|
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
|
|
@@ -6053,6 +6192,11 @@ is-docker@^2.0.0:
|
|
|
6053
6192
|
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
|
|
6054
6193
|
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
|
|
6055
6194
|
|
|
6195
|
+
is-docker@^3.0.0:
|
|
6196
|
+
version "3.0.0"
|
|
6197
|
+
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200"
|
|
6198
|
+
integrity sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==
|
|
6199
|
+
|
|
6056
6200
|
is-extglob@^2.1.1:
|
|
6057
6201
|
version "2.1.1"
|
|
6058
6202
|
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
|
|
@@ -6070,6 +6214,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
|
|
|
6070
6214
|
dependencies:
|
|
6071
6215
|
is-extglob "^2.1.1"
|
|
6072
6216
|
|
|
6217
|
+
is-inside-container@^1.0.0:
|
|
6218
|
+
version "1.0.0"
|
|
6219
|
+
resolved "https://registry.yarnpkg.com/is-inside-container/-/is-inside-container-1.0.0.tgz#e81fba699662eb31dbdaf26766a61d4814717ea4"
|
|
6220
|
+
integrity sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==
|
|
6221
|
+
dependencies:
|
|
6222
|
+
is-docker "^3.0.0"
|
|
6223
|
+
|
|
6073
6224
|
is-interactive@^1.0.0:
|
|
6074
6225
|
version "1.0.0"
|
|
6075
6226
|
resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
|
|
@@ -6216,6 +6367,13 @@ is-wsl@^2.1.1, is-wsl@^2.2.0:
|
|
|
6216
6367
|
dependencies:
|
|
6217
6368
|
is-docker "^2.0.0"
|
|
6218
6369
|
|
|
6370
|
+
is-wsl@^3.1.0:
|
|
6371
|
+
version "3.1.0"
|
|
6372
|
+
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.1.0.tgz#e1c657e39c10090afcbedec61720f6b924c3cbd2"
|
|
6373
|
+
integrity sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==
|
|
6374
|
+
dependencies:
|
|
6375
|
+
is-inside-container "^1.0.0"
|
|
6376
|
+
|
|
6219
6377
|
isarray@0.0.1:
|
|
6220
6378
|
version "0.0.1"
|
|
6221
6379
|
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
|
|
@@ -6556,10 +6714,10 @@ jws@^3.2.2:
|
|
|
6556
6714
|
jwa "^1.4.1"
|
|
6557
6715
|
safe-buffer "^5.0.1"
|
|
6558
6716
|
|
|
6559
|
-
keyv@^4.0.0:
|
|
6560
|
-
version "4.5.
|
|
6561
|
-
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.
|
|
6562
|
-
integrity sha512-
|
|
6717
|
+
keyv@^4.0.0, keyv@^4.5.3:
|
|
6718
|
+
version "4.5.4"
|
|
6719
|
+
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
|
|
6720
|
+
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
|
|
6563
6721
|
dependencies:
|
|
6564
6722
|
json-buffer "3.0.1"
|
|
6565
6723
|
|
|
@@ -6814,6 +6972,11 @@ lowercase-keys@^2.0.0:
|
|
|
6814
6972
|
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
|
|
6815
6973
|
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
|
|
6816
6974
|
|
|
6975
|
+
lowercase-keys@^3.0.0:
|
|
6976
|
+
version "3.0.0"
|
|
6977
|
+
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-3.0.0.tgz#c5e7d442e37ead247ae9db117a9d0a467c89d4f2"
|
|
6978
|
+
integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==
|
|
6979
|
+
|
|
6817
6980
|
lru-cache@^5.1.1:
|
|
6818
6981
|
version "5.1.1"
|
|
6819
6982
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
|
|
@@ -6937,6 +7100,18 @@ map-obj@^4.0.0:
|
|
|
6937
7100
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
|
6938
7101
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
6939
7102
|
|
|
7103
|
+
marked-terminal@^4.2.0:
|
|
7104
|
+
version "4.2.0"
|
|
7105
|
+
resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-4.2.0.tgz#593734a53cf9a4bb01ea961aa579bd21889ce502"
|
|
7106
|
+
integrity sha512-DQfNRV9svZf0Dm9Cf5x5xaVJ1+XjxQW6XjFJ5HFkVyK52SDpj5PCBzS5X5r2w9nHr3mlB0T5201UMLue9fmhUw==
|
|
7107
|
+
dependencies:
|
|
7108
|
+
ansi-escapes "^4.3.1"
|
|
7109
|
+
cardinal "^2.1.1"
|
|
7110
|
+
chalk "^4.1.0"
|
|
7111
|
+
cli-table3 "^0.6.0"
|
|
7112
|
+
node-emoji "^1.10.0"
|
|
7113
|
+
supports-hyperlinks "^2.1.0"
|
|
7114
|
+
|
|
6940
7115
|
marked@^10.0.0:
|
|
6941
7116
|
version "10.0.0"
|
|
6942
7117
|
resolved "https://registry.yarnpkg.com/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c"
|
|
@@ -7050,6 +7225,11 @@ mimic-response@^3.1.0:
|
|
|
7050
7225
|
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
|
|
7051
7226
|
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
|
|
7052
7227
|
|
|
7228
|
+
mimic-response@^4.0.0:
|
|
7229
|
+
version "4.0.0"
|
|
7230
|
+
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-4.0.0.tgz#35468b19e7c75d10f5165ea25e75a5ceea7cf70f"
|
|
7231
|
+
integrity sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==
|
|
7232
|
+
|
|
7053
7233
|
min-indent@^1.0.0:
|
|
7054
7234
|
version "1.0.1"
|
|
7055
7235
|
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
|
@@ -7377,6 +7557,13 @@ no-case@^3.0.4:
|
|
|
7377
7557
|
lower-case "^2.0.2"
|
|
7378
7558
|
tslib "^2.0.3"
|
|
7379
7559
|
|
|
7560
|
+
node-emoji@^1.10.0:
|
|
7561
|
+
version "1.11.0"
|
|
7562
|
+
resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.11.0.tgz#69a0150e6946e2f115e9d7ea4df7971e2628301c"
|
|
7563
|
+
integrity sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==
|
|
7564
|
+
dependencies:
|
|
7565
|
+
lodash "^4.17.21"
|
|
7566
|
+
|
|
7380
7567
|
node-fetch@^2.6.1, node-fetch@^2.6.7, node-fetch@^2.6.9:
|
|
7381
7568
|
version "2.7.0"
|
|
7382
7569
|
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
|
|
@@ -7483,6 +7670,11 @@ normalize-url@^6.0.1:
|
|
|
7483
7670
|
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
|
|
7484
7671
|
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
|
|
7485
7672
|
|
|
7673
|
+
normalize-url@^8.0.0:
|
|
7674
|
+
version "8.0.0"
|
|
7675
|
+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.0.tgz#593dbd284f743e8dcf6a5ddf8fadff149c82701a"
|
|
7676
|
+
integrity sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==
|
|
7677
|
+
|
|
7486
7678
|
npm-bundled@^1.1.1:
|
|
7487
7679
|
version "1.1.2"
|
|
7488
7680
|
resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.1.2.tgz#944c78789bd739035b70baa2ca5cc32b8d860bc1"
|
|
@@ -7769,6 +7961,16 @@ onetime@^5.1.0, onetime@^5.1.2:
|
|
|
7769
7961
|
dependencies:
|
|
7770
7962
|
mimic-fn "^2.1.0"
|
|
7771
7963
|
|
|
7964
|
+
open@^10.0.3:
|
|
7965
|
+
version "10.0.3"
|
|
7966
|
+
resolved "https://registry.yarnpkg.com/open/-/open-10.0.3.tgz#f60d8db49fa126c50aec751957fb5d7de3308d4f"
|
|
7967
|
+
integrity sha512-dtbI5oW7987hwC9qjJTyABldTaa19SuyJse1QboWv3b0qCcrrLNVDqBx1XgELAjh9QTVQaP/C5b1nhQebd1H2A==
|
|
7968
|
+
dependencies:
|
|
7969
|
+
default-browser "^5.2.1"
|
|
7970
|
+
define-lazy-prop "^3.0.0"
|
|
7971
|
+
is-inside-container "^1.0.0"
|
|
7972
|
+
is-wsl "^3.1.0"
|
|
7973
|
+
|
|
7772
7974
|
open@^7.0.0:
|
|
7773
7975
|
version "7.4.2"
|
|
7774
7976
|
resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321"
|
|
@@ -7814,6 +8016,11 @@ p-cancelable@^2.0.0:
|
|
|
7814
8016
|
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.1.1.tgz#aab7fbd416582fa32a3db49859c122487c5ed2cf"
|
|
7815
8017
|
integrity sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==
|
|
7816
8018
|
|
|
8019
|
+
p-cancelable@^3.0.0:
|
|
8020
|
+
version "3.0.0"
|
|
8021
|
+
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-3.0.0.tgz#63826694b54d61ca1c20ebcb6d3ecf5e14cd8050"
|
|
8022
|
+
integrity sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==
|
|
8023
|
+
|
|
7817
8024
|
p-finally@^1.0.0:
|
|
7818
8025
|
version "1.0.0"
|
|
7819
8026
|
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
|
|
@@ -8541,7 +8748,7 @@ requires-port@^1.0.0:
|
|
|
8541
8748
|
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
|
|
8542
8749
|
integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
|
|
8543
8750
|
|
|
8544
|
-
resolve-alpn@^1.0.0:
|
|
8751
|
+
resolve-alpn@^1.0.0, resolve-alpn@^1.2.0:
|
|
8545
8752
|
version "1.2.1"
|
|
8546
8753
|
resolved "https://registry.yarnpkg.com/resolve-alpn/-/resolve-alpn-1.2.1.tgz#b7adbdac3546aaaec20b45e7d8265927072726f9"
|
|
8547
8754
|
integrity sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==
|
|
@@ -8579,6 +8786,13 @@ responselike@^2.0.0:
|
|
|
8579
8786
|
dependencies:
|
|
8580
8787
|
lowercase-keys "^2.0.0"
|
|
8581
8788
|
|
|
8789
|
+
responselike@^3.0.0:
|
|
8790
|
+
version "3.0.0"
|
|
8791
|
+
resolved "https://registry.yarnpkg.com/responselike/-/responselike-3.0.0.tgz#20decb6c298aff0dbee1c355ca95461d42823626"
|
|
8792
|
+
integrity sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==
|
|
8793
|
+
dependencies:
|
|
8794
|
+
lowercase-keys "^3.0.0"
|
|
8795
|
+
|
|
8582
8796
|
restore-cursor@^3.1.0:
|
|
8583
8797
|
version "3.1.0"
|
|
8584
8798
|
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
|
|
@@ -8609,6 +8823,11 @@ rimraf@^3.0.0, rimraf@^3.0.2:
|
|
|
8609
8823
|
dependencies:
|
|
8610
8824
|
glob "^7.1.3"
|
|
8611
8825
|
|
|
8826
|
+
run-applescript@^7.0.0:
|
|
8827
|
+
version "7.0.0"
|
|
8828
|
+
resolved "https://registry.yarnpkg.com/run-applescript/-/run-applescript-7.0.0.tgz#e5a553c2bffd620e169d276c1cd8f1b64778fbeb"
|
|
8829
|
+
integrity sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==
|
|
8830
|
+
|
|
8612
8831
|
run-async@^2.0.0, run-async@^2.4.0:
|
|
8613
8832
|
version "2.4.1"
|
|
8614
8833
|
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
|
|
@@ -8716,10 +8935,10 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
|
8716
8935
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
8717
8936
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
8718
8937
|
|
|
8719
|
-
semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
|
|
8720
|
-
version "7.
|
|
8721
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.
|
|
8722
|
-
integrity sha512-
|
|
8938
|
+
semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
|
|
8939
|
+
version "7.6.0"
|
|
8940
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
|
|
8941
|
+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
|
|
8723
8942
|
dependencies:
|
|
8724
8943
|
lru-cache "^6.0.0"
|
|
8725
8944
|
|
|
@@ -9230,7 +9449,7 @@ supports-color@^7.0.0, supports-color@^7.1.0:
|
|
|
9230
9449
|
dependencies:
|
|
9231
9450
|
has-flag "^4.0.0"
|
|
9232
9451
|
|
|
9233
|
-
supports-hyperlinks@^2.2.0:
|
|
9452
|
+
supports-hyperlinks@^2.1.0, supports-hyperlinks@^2.2.0:
|
|
9234
9453
|
version "2.3.0"
|
|
9235
9454
|
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
|
|
9236
9455
|
integrity sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==
|
package/oclif.manifest.json
CHANGED
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"deprecateAliases": true,
|
|
203
203
|
"name": "output-dir",
|
|
204
204
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
205
|
-
"default": "
|
|
205
|
+
"default": "metadataPackage_1708170524782",
|
|
206
206
|
"hasDynamicHelp": false,
|
|
207
207
|
"multiple": false,
|
|
208
208
|
"type": "option"
|
|
@@ -2815,5 +2815,5 @@
|
|
|
2815
2815
|
]
|
|
2816
2816
|
}
|
|
2817
2817
|
},
|
|
2818
|
-
"version": "3.2.
|
|
2818
|
+
"version": "3.2.15"
|
|
2819
2819
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.15",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"@salesforce/apex-node": "^3.0.2",
|
|
10
10
|
"@salesforce/core": "^6.4.4",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
|
+
"@salesforce/plugin-info": "^3.0.25",
|
|
12
13
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
13
14
|
"@salesforce/source-deploy-retrieve": "^10.2.13",
|
|
14
15
|
"@salesforce/source-tracking": "^5.1.11",
|
|
@@ -17,14 +18,14 @@
|
|
|
17
18
|
},
|
|
18
19
|
"devDependencies": {
|
|
19
20
|
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.1.9",
|
|
21
22
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
22
23
|
"@salesforce/plugin-command-reference": "^3.0.65",
|
|
23
24
|
"@salesforce/plugin-source": "^2.11.4",
|
|
24
|
-
"@salesforce/source-testkit": "^2.1.
|
|
25
|
+
"@salesforce/source-testkit": "^2.1.95",
|
|
25
26
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
26
27
|
"cross-env": "^7.0.3",
|
|
27
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
28
|
+
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
28
29
|
"oclif": "^4.4.2",
|
|
29
30
|
"shx": "0.3.4",
|
|
30
31
|
"ts-node": "^10.9.2",
|
|
@@ -91,6 +92,9 @@
|
|
|
91
92
|
}
|
|
92
93
|
}
|
|
93
94
|
},
|
|
95
|
+
"hooks": {
|
|
96
|
+
"sf-doctor-@salesforce/plugin-deploy-retrieve": "./lib/hooks/diagnostics"
|
|
97
|
+
},
|
|
94
98
|
"flexibleTaxonomy": true
|
|
95
99
|
},
|
|
96
100
|
"repository": "salesforcecli/plugin-deploy-retrieve",
|
|
@@ -249,7 +253,7 @@
|
|
|
249
253
|
"exports": "./lib/index.js",
|
|
250
254
|
"type": "module",
|
|
251
255
|
"sfdx": {
|
|
252
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.
|
|
253
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.
|
|
256
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.15.crt",
|
|
257
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.15.sig"
|
|
254
258
|
}
|
|
255
259
|
}
|