@salesforce/plugin-deploy-retrieve 3.2.12 → 3.2.14
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 +234 -64
- package/oclif.manifest.json +2 -2
- package/package.json +9 -5
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.14/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_1707766162417] 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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/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
|
@@ -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"
|
|
@@ -1413,27 +1418,27 @@
|
|
|
1413
1418
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
|
1414
1419
|
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
|
1415
1420
|
|
|
1416
|
-
"@inquirer/confirm@^2.0.
|
|
1417
|
-
version "2.0.
|
|
1418
|
-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.
|
|
1419
|
-
integrity sha512-
|
|
1421
|
+
"@inquirer/confirm@^2.0.17":
|
|
1422
|
+
version "2.0.17"
|
|
1423
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.17.tgz#a45eb1b973c51c993a3c093a0114e960b1cf09a4"
|
|
1424
|
+
integrity sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==
|
|
1420
1425
|
dependencies:
|
|
1421
|
-
"@inquirer/core" "^
|
|
1422
|
-
"@inquirer/type" "^1.1.
|
|
1426
|
+
"@inquirer/core" "^6.0.0"
|
|
1427
|
+
"@inquirer/type" "^1.1.6"
|
|
1423
1428
|
chalk "^4.1.2"
|
|
1424
1429
|
|
|
1425
|
-
"@inquirer/core@^
|
|
1426
|
-
version "
|
|
1427
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-
|
|
1428
|
-
integrity sha512-
|
|
1430
|
+
"@inquirer/core@^6.0.0":
|
|
1431
|
+
version "6.0.0"
|
|
1432
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-6.0.0.tgz#d44ccd8ae09a4879a78f09cca35bf1ab894b95f4"
|
|
1433
|
+
integrity sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==
|
|
1429
1434
|
dependencies:
|
|
1430
|
-
"@inquirer/type" "^1.1.
|
|
1435
|
+
"@inquirer/type" "^1.1.6"
|
|
1431
1436
|
"@types/mute-stream" "^0.0.4"
|
|
1432
|
-
"@types/node" "^20.
|
|
1437
|
+
"@types/node" "^20.10.7"
|
|
1433
1438
|
"@types/wrap-ansi" "^3.0.0"
|
|
1434
1439
|
ansi-escapes "^4.3.2"
|
|
1435
1440
|
chalk "^4.1.2"
|
|
1436
|
-
cli-spinners "^2.9.
|
|
1441
|
+
cli-spinners "^2.9.2"
|
|
1437
1442
|
cli-width "^4.1.0"
|
|
1438
1443
|
figures "^3.2.0"
|
|
1439
1444
|
mute-stream "^1.0.0"
|
|
@@ -1442,29 +1447,29 @@
|
|
|
1442
1447
|
strip-ansi "^6.0.1"
|
|
1443
1448
|
wrap-ansi "^6.2.0"
|
|
1444
1449
|
|
|
1445
|
-
"@inquirer/input@^1.2.
|
|
1446
|
-
version "1.2.
|
|
1447
|
-
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.
|
|
1448
|
-
integrity sha512-
|
|
1450
|
+
"@inquirer/input@^1.2.16":
|
|
1451
|
+
version "1.2.16"
|
|
1452
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.16.tgz#94d8765a47689e799fd55ed0361dedc8f554341b"
|
|
1453
|
+
integrity sha512-Ou0LaSWvj1ni+egnyQ+NBtfM1885UwhRCMtsRt2bBO47DoC1dwtCa+ZUNgrxlnCHHF0IXsbQHYtIIjFGAavI4g==
|
|
1449
1454
|
dependencies:
|
|
1450
|
-
"@inquirer/core" "^
|
|
1451
|
-
"@inquirer/type" "^1.1.
|
|
1455
|
+
"@inquirer/core" "^6.0.0"
|
|
1456
|
+
"@inquirer/type" "^1.1.6"
|
|
1452
1457
|
chalk "^4.1.2"
|
|
1453
1458
|
|
|
1454
|
-
"@inquirer/password@^1.1.
|
|
1455
|
-
version "1.1.
|
|
1456
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.
|
|
1457
|
-
integrity sha512-
|
|
1459
|
+
"@inquirer/password@^1.1.16":
|
|
1460
|
+
version "1.1.16"
|
|
1461
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.16.tgz#37ddebbe37c6e76f8ad27d1f726aacdd7c423558"
|
|
1462
|
+
integrity sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==
|
|
1458
1463
|
dependencies:
|
|
1459
|
-
"@inquirer/
|
|
1460
|
-
"@inquirer/type" "^1.1.
|
|
1464
|
+
"@inquirer/core" "^6.0.0"
|
|
1465
|
+
"@inquirer/type" "^1.1.6"
|
|
1461
1466
|
ansi-escapes "^4.3.2"
|
|
1462
1467
|
chalk "^4.1.2"
|
|
1463
1468
|
|
|
1464
|
-
"@inquirer/type@^1.1.
|
|
1465
|
-
version "1.
|
|
1466
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.
|
|
1467
|
-
integrity sha512
|
|
1469
|
+
"@inquirer/type@^1.1.6":
|
|
1470
|
+
version "1.2.0"
|
|
1471
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.0.tgz#a569613628a881c2104289ca868a7def54e5c49d"
|
|
1472
|
+
integrity sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==
|
|
1468
1473
|
|
|
1469
1474
|
"@isaacs/cliui@^8.0.2":
|
|
1470
1475
|
version "8.0.2"
|
|
@@ -1768,10 +1773,10 @@
|
|
|
1768
1773
|
read-package-json-fast "^3.0.0"
|
|
1769
1774
|
which "^3.0.0"
|
|
1770
1775
|
|
|
1771
|
-
"@oclif/core@^3.11.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
|
|
1772
|
-
version "3.
|
|
1773
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
1774
|
-
integrity sha512-
|
|
1776
|
+
"@oclif/core@^3.11.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1":
|
|
1777
|
+
version "3.19.1"
|
|
1778
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.1.tgz#18af989f4b086ba9b6dfac891fb27f8281664084"
|
|
1779
|
+
integrity sha512-dd1h4Hz+LwpuYhKvgBjDmW3/HgUAm93JM95cnbzSv5VcmiBeC+utjLvY96PmPbYxxDoz7XazEOl8oOpSLSEgcg==
|
|
1775
1780
|
dependencies:
|
|
1776
1781
|
"@types/cli-progress" "^3.11.5"
|
|
1777
1782
|
ansi-escapes "^4.3.2"
|
|
@@ -1994,10 +1999,10 @@
|
|
|
1994
1999
|
strip-ansi "6.0.1"
|
|
1995
2000
|
ts-retry-promise "^0.8.0"
|
|
1996
2001
|
|
|
1997
|
-
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7", "@salesforce/core@^6.5.
|
|
1998
|
-
version "6.5.
|
|
1999
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.
|
|
2000
|
-
integrity sha512-
|
|
2002
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2":
|
|
2003
|
+
version "6.5.3"
|
|
2004
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.3.tgz#b1ceef7947b9046ab23e78e73851115fec86f4f9"
|
|
2005
|
+
integrity sha512-L4I2LrGyuXbNDCkoQdrMQ2sR/nhNIgRMLgpYNpOARZFIWKUsnjgBLVpUui+knCzjrQsOMoSwev+W0vp17iT76w==
|
|
2001
2006
|
dependencies:
|
|
2002
2007
|
"@salesforce/kit" "^3.0.15"
|
|
2003
2008
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -2011,7 +2016,7 @@
|
|
|
2011
2016
|
jsforce "^2.0.0-beta.29"
|
|
2012
2017
|
jsonwebtoken "9.0.2"
|
|
2013
2018
|
jszip "3.10.1"
|
|
2014
|
-
pino "^8.
|
|
2019
|
+
pino "^8.18.0"
|
|
2015
2020
|
pino-abstract-transport "^1.1.0"
|
|
2016
2021
|
pino-pretty "^10.3.1"
|
|
2017
2022
|
proper-lockfile "^4.1.2"
|
|
@@ -2063,13 +2068,13 @@
|
|
|
2063
2068
|
"@salesforce/ts-types" "^2.0.9"
|
|
2064
2069
|
tslib "^2.6.2"
|
|
2065
2070
|
|
|
2066
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
2067
|
-
version "3.0.
|
|
2068
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
2069
|
-
integrity sha512-
|
|
2071
|
+
"@salesforce/plugin-command-reference@^3.0.65":
|
|
2072
|
+
version "3.0.65"
|
|
2073
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.65.tgz#03ccb9005525132c309829f5a633d72db171f39c"
|
|
2074
|
+
integrity sha512-VaDvlOweE4WeSx1DlnAuTJk/sFlMTe/oGjuvl9aIxe4oUxKObRtl8kwW7Ife/ojfHItj2Rtb0GnZG+iPjYbkWA==
|
|
2070
2075
|
dependencies:
|
|
2071
|
-
"@oclif/core" "^3.
|
|
2072
|
-
"@salesforce/core" "^6.
|
|
2076
|
+
"@oclif/core" "^3.18.2"
|
|
2077
|
+
"@salesforce/core" "^6.5.1"
|
|
2073
2078
|
"@salesforce/kit" "^3.0.15"
|
|
2074
2079
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
2075
2080
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -2077,6 +2082,23 @@
|
|
|
2077
2082
|
handlebars "^4.7.8"
|
|
2078
2083
|
tslib "^2"
|
|
2079
2084
|
|
|
2085
|
+
"@salesforce/plugin-info@^3.0.21":
|
|
2086
|
+
version "3.0.21"
|
|
2087
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.0.21.tgz#f5b4f5af315dce829c0d0abe49a8f51321b17fcb"
|
|
2088
|
+
integrity sha512-j060NJicZLWlci35v50PP5XhKRwQ9yITycdUc8M3dBoELoJcK8EBT0pwuN1u7ypi49K2Lma1z+69nT9vSuh0Cw==
|
|
2089
|
+
dependencies:
|
|
2090
|
+
"@inquirer/input" "^1.2.16"
|
|
2091
|
+
"@oclif/core" "^3.18.2"
|
|
2092
|
+
"@salesforce/core" "^6.4.2"
|
|
2093
|
+
"@salesforce/kit" "^3.0.15"
|
|
2094
|
+
"@salesforce/sf-plugins-core" "^7.1.4"
|
|
2095
|
+
got "^13.0.0"
|
|
2096
|
+
marked "^4.3.0"
|
|
2097
|
+
marked-terminal "^4.2.0"
|
|
2098
|
+
open "^8.4.2"
|
|
2099
|
+
proxy-agent "^6.3.1"
|
|
2100
|
+
semver "^7.5.4"
|
|
2101
|
+
|
|
2080
2102
|
"@salesforce/plugin-source@^2.11.4":
|
|
2081
2103
|
version "2.11.4"
|
|
2082
2104
|
resolved "https://registry.yarnpkg.com/@salesforce/plugin-source/-/plugin-source-2.11.4.tgz#03d8b7fd9787f09ae210d657d2b91fc433be3f90"
|
|
@@ -2117,15 +2139,15 @@
|
|
|
2117
2139
|
chalk "^4"
|
|
2118
2140
|
inquirer "^8.2.5"
|
|
2119
2141
|
|
|
2120
|
-
"@salesforce/sf-plugins-core@^7.1.4":
|
|
2121
|
-
version "7.1.
|
|
2122
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
2123
|
-
integrity sha512-
|
|
2142
|
+
"@salesforce/sf-plugins-core@^7.1.4", "@salesforce/sf-plugins-core@^7.1.9":
|
|
2143
|
+
version "7.1.9"
|
|
2144
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.9.tgz#b4ea2005096f2289160cfd4452afb51d53bdefb3"
|
|
2145
|
+
integrity sha512-nyl6Kh1IHbGxcbQSUoJcte3t4fvozaXuHQWkHExIMGKjvSp8fCnx4pra8NZRdg/HnbWWu6eIHV4b/cHdzKWjnQ==
|
|
2124
2146
|
dependencies:
|
|
2125
|
-
"@inquirer/confirm" "^2.0.
|
|
2126
|
-
"@inquirer/password" "^1.1.
|
|
2127
|
-
"@oclif/core" "^3.
|
|
2128
|
-
"@salesforce/core" "^6.5.
|
|
2147
|
+
"@inquirer/confirm" "^2.0.17"
|
|
2148
|
+
"@inquirer/password" "^1.1.16"
|
|
2149
|
+
"@oclif/core" "^3.19.1"
|
|
2150
|
+
"@salesforce/core" "^6.5.2"
|
|
2129
2151
|
"@salesforce/kit" "^3.0.15"
|
|
2130
2152
|
"@salesforce/ts-types" "^2.0.9"
|
|
2131
2153
|
chalk "^5.3.0"
|
|
@@ -2215,6 +2237,11 @@
|
|
|
2215
2237
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
|
|
2216
2238
|
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
|
|
2217
2239
|
|
|
2240
|
+
"@sindresorhus/is@^5.2.0":
|
|
2241
|
+
version "5.6.0"
|
|
2242
|
+
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.6.0.tgz#41dd6093d34652cddb5d5bdeee04eafc33826668"
|
|
2243
|
+
integrity sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==
|
|
2244
|
+
|
|
2218
2245
|
"@sinonjs/commons@^1", "@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
|
|
2219
2246
|
version "1.8.6"
|
|
2220
2247
|
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.6.tgz#80c516a4dc264c2a69115e7578d62581ff455ed9"
|
|
@@ -2775,6 +2802,13 @@
|
|
|
2775
2802
|
dependencies:
|
|
2776
2803
|
defer-to-connect "^2.0.0"
|
|
2777
2804
|
|
|
2805
|
+
"@szmarczak/http-timer@^5.0.1":
|
|
2806
|
+
version "5.0.1"
|
|
2807
|
+
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-5.0.1.tgz#c7c1bf1141cdd4751b0399c8fc7b8b664cd5be3a"
|
|
2808
|
+
integrity sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==
|
|
2809
|
+
dependencies:
|
|
2810
|
+
defer-to-connect "^2.0.1"
|
|
2811
|
+
|
|
2778
2812
|
"@tootallnate/once@1":
|
|
2779
2813
|
version "1.1.2"
|
|
2780
2814
|
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
|
|
@@ -2863,6 +2897,11 @@
|
|
|
2863
2897
|
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
|
|
2864
2898
|
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
|
|
2865
2899
|
|
|
2900
|
+
"@types/http-cache-semantics@^4.0.2":
|
|
2901
|
+
version "4.0.4"
|
|
2902
|
+
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
|
|
2903
|
+
integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==
|
|
2904
|
+
|
|
2866
2905
|
"@types/inquirer@^8.2.3":
|
|
2867
2906
|
version "8.2.10"
|
|
2868
2907
|
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.10.tgz#9444dce2d764c35bc5bb4d742598aaa4acb6561b"
|
|
@@ -2946,7 +2985,7 @@
|
|
|
2946
2985
|
dependencies:
|
|
2947
2986
|
"@types/node" "*"
|
|
2948
2987
|
|
|
2949
|
-
"@types/node@*"
|
|
2988
|
+
"@types/node@*":
|
|
2950
2989
|
version "20.10.6"
|
|
2951
2990
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
|
|
2952
2991
|
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
|
|
@@ -2970,6 +3009,13 @@
|
|
|
2970
3009
|
dependencies:
|
|
2971
3010
|
undici-types "~5.26.4"
|
|
2972
3011
|
|
|
3012
|
+
"@types/node@^20.10.7":
|
|
3013
|
+
version "20.11.17"
|
|
3014
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.17.tgz#cdd642d0e62ef3a861f88ddbc2b61e32578a9292"
|
|
3015
|
+
integrity sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==
|
|
3016
|
+
dependencies:
|
|
3017
|
+
undici-types "~5.26.4"
|
|
3018
|
+
|
|
2973
3019
|
"@types/normalize-package-data@^2.4.0":
|
|
2974
3020
|
version "2.4.1"
|
|
2975
3021
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
|
@@ -3261,7 +3307,7 @@ ansi-colors@4.1.1:
|
|
|
3261
3307
|
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
|
3262
3308
|
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
|
|
3263
3309
|
|
|
3264
|
-
ansi-escapes@^4.2.1, ansi-escapes@^4.3.2:
|
|
3310
|
+
ansi-escapes@^4.2.1, ansi-escapes@^4.3.1, ansi-escapes@^4.3.2:
|
|
3265
3311
|
version "4.3.2"
|
|
3266
3312
|
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
|
|
3267
3313
|
integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
|
|
@@ -3763,6 +3809,24 @@ cacheable-lookup@^5.0.3:
|
|
|
3763
3809
|
resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005"
|
|
3764
3810
|
integrity sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==
|
|
3765
3811
|
|
|
3812
|
+
cacheable-lookup@^7.0.0:
|
|
3813
|
+
version "7.0.0"
|
|
3814
|
+
resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz#3476a8215d046e5a3202a9209dd13fec1f933a27"
|
|
3815
|
+
integrity sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==
|
|
3816
|
+
|
|
3817
|
+
cacheable-request@^10.2.8:
|
|
3818
|
+
version "10.2.14"
|
|
3819
|
+
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-10.2.14.tgz#eb915b665fda41b79652782df3f553449c406b9d"
|
|
3820
|
+
integrity sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==
|
|
3821
|
+
dependencies:
|
|
3822
|
+
"@types/http-cache-semantics" "^4.0.2"
|
|
3823
|
+
get-stream "^6.0.1"
|
|
3824
|
+
http-cache-semantics "^4.1.1"
|
|
3825
|
+
keyv "^4.5.3"
|
|
3826
|
+
mimic-response "^4.0.0"
|
|
3827
|
+
normalize-url "^8.0.0"
|
|
3828
|
+
responselike "^3.0.0"
|
|
3829
|
+
|
|
3766
3830
|
cacheable-request@^7.0.2:
|
|
3767
3831
|
version "7.0.4"
|
|
3768
3832
|
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.4.tgz#7a33ebf08613178b403635be7b899d3e69bbe817"
|
|
@@ -3990,11 +4054,20 @@ cli-progress@^3.12.0:
|
|
|
3990
4054
|
dependencies:
|
|
3991
4055
|
string-width "^4.2.3"
|
|
3992
4056
|
|
|
3993
|
-
cli-spinners@^2.5.0, cli-spinners@^2.9.
|
|
4057
|
+
cli-spinners@^2.5.0, cli-spinners@^2.9.2:
|
|
3994
4058
|
version "2.9.2"
|
|
3995
4059
|
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
|
|
3996
4060
|
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
|
|
3997
4061
|
|
|
4062
|
+
cli-table3@^0.6.0:
|
|
4063
|
+
version "0.6.3"
|
|
4064
|
+
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2"
|
|
4065
|
+
integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==
|
|
4066
|
+
dependencies:
|
|
4067
|
+
string-width "^4.2.0"
|
|
4068
|
+
optionalDependencies:
|
|
4069
|
+
"@colors/colors" "1.5.0"
|
|
4070
|
+
|
|
3998
4071
|
cli-table@^0.3.1:
|
|
3999
4072
|
version "0.3.11"
|
|
4000
4073
|
resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.11.tgz#ac69cdecbe81dccdba4889b9a18b7da312a9d3ee"
|
|
@@ -4430,7 +4503,7 @@ defaults@^1.0.3:
|
|
|
4430
4503
|
dependencies:
|
|
4431
4504
|
clone "^1.0.2"
|
|
4432
4505
|
|
|
4433
|
-
defer-to-connect@^2.0.0:
|
|
4506
|
+
defer-to-connect@^2.0.0, defer-to-connect@^2.0.1:
|
|
4434
4507
|
version "2.0.1"
|
|
4435
4508
|
resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz#8016bdb4143e4632b77a3449c6236277de520587"
|
|
4436
4509
|
integrity sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==
|
|
@@ -4444,6 +4517,11 @@ define-data-property@^1.0.1, define-data-property@^1.1.1:
|
|
|
4444
4517
|
gopd "^1.0.1"
|
|
4445
4518
|
has-property-descriptors "^1.0.0"
|
|
4446
4519
|
|
|
4520
|
+
define-lazy-prop@^2.0.0:
|
|
4521
|
+
version "2.0.0"
|
|
4522
|
+
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f"
|
|
4523
|
+
integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==
|
|
4524
|
+
|
|
4447
4525
|
define-properties@^1.1.3, define-properties@^1.1.4, define-properties@^1.2.0:
|
|
4448
4526
|
version "1.2.0"
|
|
4449
4527
|
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.0.tgz#52988570670c9eacedd8064f4a990f2405849bd5"
|
|
@@ -5256,6 +5334,11 @@ foreground-child@^3.1.0:
|
|
|
5256
5334
|
cross-spawn "^7.0.0"
|
|
5257
5335
|
signal-exit "^4.0.1"
|
|
5258
5336
|
|
|
5337
|
+
form-data-encoder@^2.1.2:
|
|
5338
|
+
version "2.1.4"
|
|
5339
|
+
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
|
|
5340
|
+
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
|
|
5341
|
+
|
|
5259
5342
|
form-data@^4.0.0:
|
|
5260
5343
|
version "4.0.0"
|
|
5261
5344
|
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
|
|
@@ -5413,7 +5496,7 @@ get-stream@^5.0.0, get-stream@^5.1.0:
|
|
|
5413
5496
|
dependencies:
|
|
5414
5497
|
pump "^3.0.0"
|
|
5415
5498
|
|
|
5416
|
-
get-stream@^6.0.0:
|
|
5499
|
+
get-stream@^6.0.0, get-stream@^6.0.1:
|
|
5417
5500
|
version "6.0.1"
|
|
5418
5501
|
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
|
|
5419
5502
|
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
|
|
@@ -5581,6 +5664,23 @@ got@^11, got@^11.8.6:
|
|
|
5581
5664
|
p-cancelable "^2.0.0"
|
|
5582
5665
|
responselike "^2.0.0"
|
|
5583
5666
|
|
|
5667
|
+
got@^13.0.0:
|
|
5668
|
+
version "13.0.0"
|
|
5669
|
+
resolved "https://registry.yarnpkg.com/got/-/got-13.0.0.tgz#a2402862cef27a5d0d1b07c0fb25d12b58175422"
|
|
5670
|
+
integrity sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==
|
|
5671
|
+
dependencies:
|
|
5672
|
+
"@sindresorhus/is" "^5.2.0"
|
|
5673
|
+
"@szmarczak/http-timer" "^5.0.1"
|
|
5674
|
+
cacheable-lookup "^7.0.0"
|
|
5675
|
+
cacheable-request "^10.2.8"
|
|
5676
|
+
decompress-response "^6.0.0"
|
|
5677
|
+
form-data-encoder "^2.1.2"
|
|
5678
|
+
get-stream "^6.0.1"
|
|
5679
|
+
http2-wrapper "^2.1.10"
|
|
5680
|
+
lowercase-keys "^3.0.0"
|
|
5681
|
+
p-cancelable "^3.0.0"
|
|
5682
|
+
responselike "^3.0.0"
|
|
5683
|
+
|
|
5584
5684
|
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:
|
|
5585
5685
|
version "4.2.11"
|
|
5586
5686
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
|
|
@@ -5787,6 +5887,14 @@ http2-wrapper@^1.0.0-beta.5.2:
|
|
|
5787
5887
|
quick-lru "^5.1.1"
|
|
5788
5888
|
resolve-alpn "^1.0.0"
|
|
5789
5889
|
|
|
5890
|
+
http2-wrapper@^2.1.10:
|
|
5891
|
+
version "2.2.1"
|
|
5892
|
+
resolved "https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-2.2.1.tgz#310968153dcdedb160d8b72114363ef5fce1f64a"
|
|
5893
|
+
integrity sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==
|
|
5894
|
+
dependencies:
|
|
5895
|
+
quick-lru "^5.1.1"
|
|
5896
|
+
resolve-alpn "^1.2.0"
|
|
5897
|
+
|
|
5790
5898
|
https-proxy-agent@^5.0.0:
|
|
5791
5899
|
version "5.0.1"
|
|
5792
5900
|
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
|
|
@@ -6050,7 +6158,7 @@ is-date-object@^1.0.1:
|
|
|
6050
6158
|
dependencies:
|
|
6051
6159
|
has-tostringtag "^1.0.0"
|
|
6052
6160
|
|
|
6053
|
-
is-docker@^2.0.0:
|
|
6161
|
+
is-docker@^2.0.0, is-docker@^2.1.1:
|
|
6054
6162
|
version "2.2.1"
|
|
6055
6163
|
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
|
|
6056
6164
|
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
|
|
@@ -6565,6 +6673,13 @@ keyv@^4.0.0:
|
|
|
6565
6673
|
dependencies:
|
|
6566
6674
|
json-buffer "3.0.1"
|
|
6567
6675
|
|
|
6676
|
+
keyv@^4.5.3:
|
|
6677
|
+
version "4.5.4"
|
|
6678
|
+
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
|
|
6679
|
+
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
|
|
6680
|
+
dependencies:
|
|
6681
|
+
json-buffer "3.0.1"
|
|
6682
|
+
|
|
6568
6683
|
kind-of@^6.0.3:
|
|
6569
6684
|
version "6.0.3"
|
|
6570
6685
|
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
|
|
@@ -6816,6 +6931,11 @@ lowercase-keys@^2.0.0:
|
|
|
6816
6931
|
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
|
|
6817
6932
|
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
|
|
6818
6933
|
|
|
6934
|
+
lowercase-keys@^3.0.0:
|
|
6935
|
+
version "3.0.0"
|
|
6936
|
+
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-3.0.0.tgz#c5e7d442e37ead247ae9db117a9d0a467c89d4f2"
|
|
6937
|
+
integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==
|
|
6938
|
+
|
|
6819
6939
|
lru-cache@^5.1.1:
|
|
6820
6940
|
version "5.1.1"
|
|
6821
6941
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
|
|
@@ -6939,6 +7059,18 @@ map-obj@^4.0.0:
|
|
|
6939
7059
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
|
6940
7060
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
6941
7061
|
|
|
7062
|
+
marked-terminal@^4.2.0:
|
|
7063
|
+
version "4.2.0"
|
|
7064
|
+
resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-4.2.0.tgz#593734a53cf9a4bb01ea961aa579bd21889ce502"
|
|
7065
|
+
integrity sha512-DQfNRV9svZf0Dm9Cf5x5xaVJ1+XjxQW6XjFJ5HFkVyK52SDpj5PCBzS5X5r2w9nHr3mlB0T5201UMLue9fmhUw==
|
|
7066
|
+
dependencies:
|
|
7067
|
+
ansi-escapes "^4.3.1"
|
|
7068
|
+
cardinal "^2.1.1"
|
|
7069
|
+
chalk "^4.1.0"
|
|
7070
|
+
cli-table3 "^0.6.0"
|
|
7071
|
+
node-emoji "^1.10.0"
|
|
7072
|
+
supports-hyperlinks "^2.1.0"
|
|
7073
|
+
|
|
6942
7074
|
marked@^10.0.0:
|
|
6943
7075
|
version "10.0.0"
|
|
6944
7076
|
resolved "https://registry.yarnpkg.com/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c"
|
|
@@ -7052,6 +7184,11 @@ mimic-response@^3.1.0:
|
|
|
7052
7184
|
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
|
|
7053
7185
|
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
|
|
7054
7186
|
|
|
7187
|
+
mimic-response@^4.0.0:
|
|
7188
|
+
version "4.0.0"
|
|
7189
|
+
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-4.0.0.tgz#35468b19e7c75d10f5165ea25e75a5ceea7cf70f"
|
|
7190
|
+
integrity sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==
|
|
7191
|
+
|
|
7055
7192
|
min-indent@^1.0.0:
|
|
7056
7193
|
version "1.0.1"
|
|
7057
7194
|
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
|
@@ -7379,6 +7516,13 @@ no-case@^3.0.4:
|
|
|
7379
7516
|
lower-case "^2.0.2"
|
|
7380
7517
|
tslib "^2.0.3"
|
|
7381
7518
|
|
|
7519
|
+
node-emoji@^1.10.0:
|
|
7520
|
+
version "1.11.0"
|
|
7521
|
+
resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.11.0.tgz#69a0150e6946e2f115e9d7ea4df7971e2628301c"
|
|
7522
|
+
integrity sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==
|
|
7523
|
+
dependencies:
|
|
7524
|
+
lodash "^4.17.21"
|
|
7525
|
+
|
|
7382
7526
|
node-fetch@^2.6.1, node-fetch@^2.6.7, node-fetch@^2.6.9:
|
|
7383
7527
|
version "2.7.0"
|
|
7384
7528
|
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
|
|
@@ -7485,6 +7629,11 @@ normalize-url@^6.0.1:
|
|
|
7485
7629
|
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
|
|
7486
7630
|
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
|
|
7487
7631
|
|
|
7632
|
+
normalize-url@^8.0.0:
|
|
7633
|
+
version "8.0.0"
|
|
7634
|
+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.0.tgz#593dbd284f743e8dcf6a5ddf8fadff149c82701a"
|
|
7635
|
+
integrity sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==
|
|
7636
|
+
|
|
7488
7637
|
npm-bundled@^1.1.1:
|
|
7489
7638
|
version "1.1.2"
|
|
7490
7639
|
resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.1.2.tgz#944c78789bd739035b70baa2ca5cc32b8d860bc1"
|
|
@@ -7779,6 +7928,15 @@ open@^7.0.0:
|
|
|
7779
7928
|
is-docker "^2.0.0"
|
|
7780
7929
|
is-wsl "^2.1.1"
|
|
7781
7930
|
|
|
7931
|
+
open@^8.4.2:
|
|
7932
|
+
version "8.4.2"
|
|
7933
|
+
resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9"
|
|
7934
|
+
integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==
|
|
7935
|
+
dependencies:
|
|
7936
|
+
define-lazy-prop "^2.0.0"
|
|
7937
|
+
is-docker "^2.1.1"
|
|
7938
|
+
is-wsl "^2.2.0"
|
|
7939
|
+
|
|
7782
7940
|
optionator@^0.9.3:
|
|
7783
7941
|
version "0.9.3"
|
|
7784
7942
|
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64"
|
|
@@ -7816,6 +7974,11 @@ p-cancelable@^2.0.0:
|
|
|
7816
7974
|
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.1.1.tgz#aab7fbd416582fa32a3db49859c122487c5ed2cf"
|
|
7817
7975
|
integrity sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==
|
|
7818
7976
|
|
|
7977
|
+
p-cancelable@^3.0.0:
|
|
7978
|
+
version "3.0.0"
|
|
7979
|
+
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-3.0.0.tgz#63826694b54d61ca1c20ebcb6d3ecf5e14cd8050"
|
|
7980
|
+
integrity sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==
|
|
7981
|
+
|
|
7819
7982
|
p-finally@^1.0.0:
|
|
7820
7983
|
version "1.0.0"
|
|
7821
7984
|
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
|
|
@@ -8142,10 +8305,10 @@ pino-std-serializers@^6.0.0:
|
|
|
8142
8305
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
8143
8306
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
8144
8307
|
|
|
8145
|
-
pino@^8.
|
|
8146
|
-
version "8.
|
|
8147
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
8148
|
-
integrity sha512-
|
|
8308
|
+
pino@^8.18.0:
|
|
8309
|
+
version "8.18.0"
|
|
8310
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.18.0.tgz#f2bfbb4e827ed2049ee1e88372268efdcd1505f6"
|
|
8311
|
+
integrity sha512-Mz/gKiRyuXu4HnpHgi1YWdHQCoWMufapzooisvFn78zl4dZciAxS+YeRkUxXl1ee/SzU80YCz1zpECCh4oC6Aw==
|
|
8149
8312
|
dependencies:
|
|
8150
8313
|
atomic-sleep "^1.0.0"
|
|
8151
8314
|
fast-redact "^3.1.1"
|
|
@@ -8543,7 +8706,7 @@ requires-port@^1.0.0:
|
|
|
8543
8706
|
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
|
|
8544
8707
|
integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
|
|
8545
8708
|
|
|
8546
|
-
resolve-alpn@^1.0.0:
|
|
8709
|
+
resolve-alpn@^1.0.0, resolve-alpn@^1.2.0:
|
|
8547
8710
|
version "1.2.1"
|
|
8548
8711
|
resolved "https://registry.yarnpkg.com/resolve-alpn/-/resolve-alpn-1.2.1.tgz#b7adbdac3546aaaec20b45e7d8265927072726f9"
|
|
8549
8712
|
integrity sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==
|
|
@@ -8581,6 +8744,13 @@ responselike@^2.0.0:
|
|
|
8581
8744
|
dependencies:
|
|
8582
8745
|
lowercase-keys "^2.0.0"
|
|
8583
8746
|
|
|
8747
|
+
responselike@^3.0.0:
|
|
8748
|
+
version "3.0.0"
|
|
8749
|
+
resolved "https://registry.yarnpkg.com/responselike/-/responselike-3.0.0.tgz#20decb6c298aff0dbee1c355ca95461d42823626"
|
|
8750
|
+
integrity sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==
|
|
8751
|
+
dependencies:
|
|
8752
|
+
lowercase-keys "^3.0.0"
|
|
8753
|
+
|
|
8584
8754
|
restore-cursor@^3.1.0:
|
|
8585
8755
|
version "3.1.0"
|
|
8586
8756
|
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
|
|
@@ -9232,7 +9402,7 @@ supports-color@^7.0.0, supports-color@^7.1.0:
|
|
|
9232
9402
|
dependencies:
|
|
9233
9403
|
has-flag "^4.0.0"
|
|
9234
9404
|
|
|
9235
|
-
supports-hyperlinks@^2.2.0:
|
|
9405
|
+
supports-hyperlinks@^2.1.0, supports-hyperlinks@^2.2.0:
|
|
9236
9406
|
version "2.3.0"
|
|
9237
9407
|
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
|
|
9238
9408
|
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_1707766381865",
|
|
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.14"
|
|
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.14",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"@salesforce/apex-node": "^3.0.2",
|
|
10
10
|
"@salesforce/core": "^6.4.4",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
|
-
"@salesforce/
|
|
12
|
+
"@salesforce/plugin-info": "^3.0.21",
|
|
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",
|
|
15
16
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
20
21
|
"@salesforce/cli-plugins-testkit": "^5.1.8",
|
|
21
22
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.0.65",
|
|
23
24
|
"@salesforce/plugin-source": "^2.11.4",
|
|
24
25
|
"@salesforce/source-testkit": "^2.1.88",
|
|
25
26
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
@@ -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.14.crt",
|
|
257
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.2.14.sig"
|
|
254
258
|
}
|
|
255
259
|
}
|