@salesforce/cli 2.45.6-qa.0 → 2.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -21
- package/bin/run.js +1 -1
- package/dist/cli.js +3 -3
- package/dist/hooks/incomplete.js +1 -1
- package/dist/hooks/pluginsPreinstall.js +1 -1
- package/dist/hooks/prerun.js +1 -1
- package/dist/logger.js +4 -3
- package/dist/util/env.js +0 -6
- package/npm-shrinkwrap.json +47 -204
- package/oclif.lock +60 -77
- package/oclif.manifest.json +1 -1
- package/package.json +9 -11
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.
|
|
27
|
+
@salesforce/cli/2.46.0 linux-x64 node-v20.13.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -204,7 +204,7 @@ EXAMPLES
|
|
|
204
204
|
$ sf alias list
|
|
205
205
|
```
|
|
206
206
|
|
|
207
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
207
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/list.ts)_
|
|
208
208
|
|
|
209
209
|
## `sf alias set`
|
|
210
210
|
|
|
@@ -222,7 +222,7 @@ DESCRIPTION
|
|
|
222
222
|
Set one or more aliases on your local computer.
|
|
223
223
|
|
|
224
224
|
Aliases are user-defined short names that make it easier to use the CLI. For example, users often set an alias for a
|
|
225
|
-
scratch org usernames because they're long and unintuitive.
|
|
225
|
+
scratch org usernames because they're long and unintuitive. Check the --help of a CLI command to determine where you
|
|
226
226
|
can use an alias.
|
|
227
227
|
|
|
228
228
|
You can associate an alias with only one value at a time. If you set an alias multiple times, the alias points to the
|
|
@@ -253,7 +253,7 @@ EXAMPLES
|
|
|
253
253
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
256
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/set.ts)_
|
|
257
257
|
|
|
258
258
|
## `sf alias unset`
|
|
259
259
|
|
|
@@ -293,7 +293,7 @@ EXAMPLES
|
|
|
293
293
|
$ sf alias unset --all [--no-prompt]
|
|
294
294
|
```
|
|
295
295
|
|
|
296
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
296
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/unset.ts)_
|
|
297
297
|
|
|
298
298
|
## `sf analytics generate template`
|
|
299
299
|
|
|
@@ -922,7 +922,7 @@ CONFIGURATION VARIABLES
|
|
|
922
922
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
923
923
|
```
|
|
924
924
|
|
|
925
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
925
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/get.ts)_
|
|
926
926
|
|
|
927
927
|
## `sf config list`
|
|
928
928
|
|
|
@@ -962,7 +962,7 @@ EXAMPLES
|
|
|
962
962
|
$ sf config list
|
|
963
963
|
```
|
|
964
964
|
|
|
965
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
965
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/list.ts)_
|
|
966
966
|
|
|
967
967
|
## `sf config set`
|
|
968
968
|
|
|
@@ -1031,7 +1031,7 @@ CONFIGURATION VARIABLES
|
|
|
1031
1031
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1032
1032
|
```
|
|
1033
1033
|
|
|
1034
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
1034
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/set.ts)_
|
|
1035
1035
|
|
|
1036
1036
|
## `sf config unset`
|
|
1037
1037
|
|
|
@@ -1081,7 +1081,7 @@ CONFIGURATION VARIABLES
|
|
|
1081
1081
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1082
1082
|
```
|
|
1083
1083
|
|
|
1084
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
1084
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/unset.ts)_
|
|
1085
1085
|
|
|
1086
1086
|
## `sf data create file`
|
|
1087
1087
|
|
|
@@ -1950,7 +1950,7 @@ EXAMPLES
|
|
|
1950
1950
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1951
1951
|
```
|
|
1952
1952
|
|
|
1953
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.
|
|
1953
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.5/src/commands/doctor.ts)_
|
|
1954
1954
|
|
|
1955
1955
|
## `sf force data bulk delete`
|
|
1956
1956
|
|
|
@@ -2112,7 +2112,7 @@ DESCRIPTION
|
|
|
2112
2112
|
Display help for sf.
|
|
2113
2113
|
```
|
|
2114
2114
|
|
|
2115
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.
|
|
2115
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.0/src/commands/help.ts)_
|
|
2116
2116
|
|
|
2117
2117
|
## `sf info releasenotes display`
|
|
2118
2118
|
|
|
@@ -2152,7 +2152,7 @@ EXAMPLES
|
|
|
2152
2152
|
$ sf info releasenotes display --version latest
|
|
2153
2153
|
```
|
|
2154
2154
|
|
|
2155
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.
|
|
2155
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.5/src/commands/info/releasenotes/display.ts)_
|
|
2156
2156
|
|
|
2157
2157
|
## `sf lightning generate app`
|
|
2158
2158
|
|
|
@@ -5446,7 +5446,7 @@ EXAMPLES
|
|
|
5446
5446
|
$ sf plugins
|
|
5447
5447
|
```
|
|
5448
5448
|
|
|
5449
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.
|
|
5449
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.3/src/commands/plugins/index.ts)_
|
|
5450
5450
|
|
|
5451
5451
|
## `sf plugins discover`
|
|
5452
5452
|
|
|
@@ -5464,7 +5464,7 @@ EXAMPLES
|
|
|
5464
5464
|
$ sf plugins discover
|
|
5465
5465
|
```
|
|
5466
5466
|
|
|
5467
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.
|
|
5467
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.10/src/commands/plugins/discover.ts)_
|
|
5468
5468
|
|
|
5469
5469
|
## `sf plugins:inspect PLUGIN...`
|
|
5470
5470
|
|
|
@@ -5491,7 +5491,7 @@ EXAMPLES
|
|
|
5491
5491
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5492
5492
|
```
|
|
5493
5493
|
|
|
5494
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.
|
|
5494
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.3/src/commands/plugins/inspect.ts)_
|
|
5495
5495
|
|
|
5496
5496
|
## `sf plugins install PLUGIN`
|
|
5497
5497
|
|
|
@@ -5516,7 +5516,7 @@ GLOBAL FLAGS
|
|
|
5516
5516
|
DESCRIPTION
|
|
5517
5517
|
Installs a plugin into sf.
|
|
5518
5518
|
|
|
5519
|
-
Uses
|
|
5519
|
+
Uses npm to install plugins.
|
|
5520
5520
|
|
|
5521
5521
|
Installation of a user-installed plugin will override a core plugin.
|
|
5522
5522
|
|
|
@@ -5540,7 +5540,7 @@ EXAMPLES
|
|
|
5540
5540
|
$ sf plugins install someuser/someplugin
|
|
5541
5541
|
```
|
|
5542
5542
|
|
|
5543
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.
|
|
5543
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.3/src/commands/plugins/install.ts)_
|
|
5544
5544
|
|
|
5545
5545
|
## `sf plugins link PATH`
|
|
5546
5546
|
|
|
@@ -5570,7 +5570,7 @@ EXAMPLES
|
|
|
5570
5570
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5571
5571
|
```
|
|
5572
5572
|
|
|
5573
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.
|
|
5573
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.3/src/commands/plugins/link.ts)_
|
|
5574
5574
|
|
|
5575
5575
|
## `sf plugins reset`
|
|
5576
5576
|
|
|
@@ -5585,7 +5585,7 @@ FLAGS
|
|
|
5585
5585
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5586
5586
|
```
|
|
5587
5587
|
|
|
5588
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.
|
|
5588
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.3/src/commands/plugins/reset.ts)_
|
|
5589
5589
|
|
|
5590
5590
|
## `sf plugins trust verify`
|
|
5591
5591
|
|
|
@@ -5642,7 +5642,7 @@ EXAMPLES
|
|
|
5642
5642
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5643
5643
|
```
|
|
5644
5644
|
|
|
5645
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.
|
|
5645
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.3/src/commands/plugins/uninstall.ts)_
|
|
5646
5646
|
|
|
5647
5647
|
## `sf plugins update`
|
|
5648
5648
|
|
|
@@ -5660,7 +5660,7 @@ DESCRIPTION
|
|
|
5660
5660
|
Update installed plugins.
|
|
5661
5661
|
```
|
|
5662
5662
|
|
|
5663
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.
|
|
5663
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.3/src/commands/plugins/update.ts)_
|
|
5664
5664
|
|
|
5665
5665
|
## `sf project convert mdapi`
|
|
5666
5666
|
|
package/bin/run.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
// Since the CLI is a single process, we can have a larger amount of max listeners since
|
|
7
7
|
// the process gets shut down. Don't set it to 0 (no limit) since we should still be aware
|
|
8
|
-
// of
|
|
8
|
+
// of rogue event listeners
|
|
9
9
|
process.setMaxListeners(parseInt(process.env.SF_MAX_EVENT_LISTENERS, 10) || 1000);
|
|
10
10
|
|
|
11
11
|
// Don't let other plugins override the CLI specified max listener count
|
package/dist/cli.js
CHANGED
|
@@ -10,7 +10,7 @@ import { fileURLToPath } from 'node:url';
|
|
|
10
10
|
import { execute } from '@oclif/core/execute';
|
|
11
11
|
import { Config } from '@oclif/core/config';
|
|
12
12
|
import NodeEnv, { Env } from './util/env.js';
|
|
13
|
-
import { logger } from './logger.js';
|
|
13
|
+
import { sfStartupLogger, logger } from './logger.js';
|
|
14
14
|
const envVars = [
|
|
15
15
|
...new Set([
|
|
16
16
|
...Object.keys(process.env).filter((e) => e.startsWith('SF_') || e.startsWith('SFDX_')),
|
|
@@ -58,8 +58,8 @@ function debugCliInfo(env, config) {
|
|
|
58
58
|
function debugSection(section, items) {
|
|
59
59
|
const pad = 25;
|
|
60
60
|
const header = `### ${section} ###`;
|
|
61
|
-
|
|
62
|
-
items.forEach(([name, value]) =>
|
|
61
|
+
sfStartupLogger.debug('%s', header.padStart(pad));
|
|
62
|
+
items.forEach(([name, value]) => sfStartupLogger.debug('%s: %s', name.padStart(pad), value));
|
|
63
63
|
}
|
|
64
64
|
debugSection('OS', [
|
|
65
65
|
['platform', platform()],
|
package/dist/hooks/incomplete.js
CHANGED
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import os from 'node:os';
|
|
8
8
|
import { toConfiguredId, toStandardizedId } from '@oclif/core/util/ids';
|
|
9
|
-
import { loadHelpClass } from '@oclif/core/help';
|
|
10
9
|
function buildChoices(matches, config) {
|
|
11
10
|
const configuredIds = matches.map((p) => toConfiguredId(p.id, config));
|
|
12
11
|
const maxCommandLength = configuredIds.reduce((max, id) => Math.max(max, id.length), 0);
|
|
@@ -39,6 +38,7 @@ async function determineCommand(config, matches) {
|
|
|
39
38
|
const hook = async function ({ config, matches, argv }) {
|
|
40
39
|
const command = await determineCommand(config, matches.filter((m) => !m.hidden));
|
|
41
40
|
if (argv.includes('--help') || argv.includes('-h')) {
|
|
41
|
+
const { loadHelpClass } = await import('@oclif/core/help');
|
|
42
42
|
const Help = await loadHelpClass(config);
|
|
43
43
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
44
44
|
const help = new Help(config, config.pjson.helpOptions);
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
|
-
import { handle } from '@oclif/core/handle';
|
|
8
7
|
const hook = async function (options) {
|
|
9
8
|
const verifySignHookResult = await this.config.runHook('plugins:preinstall:verify:signature', options);
|
|
10
9
|
const pluginTrustFailure = verifySignHookResult.failures.find((failure) => failure.plugin.name === '@salesforce/plugin-trust');
|
|
11
10
|
if (pluginTrustFailure !== undefined) {
|
|
11
|
+
const { handle } = await import('@oclif/core/handle');
|
|
12
12
|
await handle(pluginTrustFailure.error);
|
|
13
13
|
}
|
|
14
14
|
};
|
package/dist/hooks/prerun.js
CHANGED
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
|
-
import ux from '@oclif/core/ux';
|
|
8
7
|
// eslint-disable-next-line @typescript-eslint/require-await
|
|
9
8
|
const hook = async function ({ Command, config }) {
|
|
10
9
|
if (process.argv.includes('--json'))
|
|
@@ -20,6 +19,7 @@ const hook = async function ({ Command, config }) {
|
|
|
20
19
|
if (!specifiedVersion)
|
|
21
20
|
return;
|
|
22
21
|
if (plugin.version !== specifiedVersion) {
|
|
22
|
+
const { ux } = await import('@oclif/core/ux');
|
|
23
23
|
ux.warn(`Plugin ${plugin.name} (${plugin.version}) differs from the version specified by ${config.bin} (${specifiedVersion})`);
|
|
24
24
|
}
|
|
25
25
|
};
|
package/dist/logger.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
7
|
import { format } from 'node:util';
|
|
8
|
-
import { Logger } from '@salesforce/core';
|
|
9
|
-
|
|
8
|
+
import { Logger } from '@salesforce/core/logger';
|
|
9
|
+
const customLogger = (namespace) => {
|
|
10
10
|
const sfLogger = new Logger(namespace);
|
|
11
11
|
return {
|
|
12
12
|
child: (ns, delimiter) => customLogger(`${namespace}${delimiter ?? ':'}${ns}`),
|
|
@@ -18,5 +18,6 @@ export const customLogger = (namespace) => {
|
|
|
18
18
|
namespace,
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
|
-
export const logger = customLogger('sf');
|
|
21
|
+
export const logger = customLogger('sf:oclif');
|
|
22
|
+
export const sfStartupLogger = customLogger('sf-startup');
|
|
22
23
|
//# sourceMappingURL=logger.js.map
|
package/dist/util/env.js
CHANGED
|
@@ -31,12 +31,6 @@ export class Env extends EnvVars {
|
|
|
31
31
|
isInstaller() {
|
|
32
32
|
return this.getBoolean(Env.SF_INSTALLER);
|
|
33
33
|
}
|
|
34
|
-
getNpmRegistryOverride() {
|
|
35
|
-
return this.getString(Env.SF_NPM_REGISTRY);
|
|
36
|
-
}
|
|
37
|
-
setNpmRegistryOverride(value) {
|
|
38
|
-
return this.setString(Env.SF_NPM_REGISTRY, value);
|
|
39
|
-
}
|
|
40
34
|
normalizeAutoupdateDisabled() {
|
|
41
35
|
// Ensure that the legacy envar always causes the oclif counterpart to be set
|
|
42
36
|
// see https://github.com/oclif/plugin-update/blob/3946fb296a0a95544ab6364b36a1f7422c8aeddf/src/hooks/init.ts#L22
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.46.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.46.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
|
-
"@oclif/core": "4.0.
|
|
14
|
+
"@oclif/core": "4.0.2",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.1.2",
|
|
16
16
|
"@oclif/plugin-commands": "4.0.2",
|
|
17
|
-
"@oclif/plugin-help": "6.
|
|
17
|
+
"@oclif/plugin-help": "6.2.0",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.2",
|
|
19
|
-
"@oclif/plugin-plugins": "5.2.
|
|
19
|
+
"@oclif/plugin-plugins": "5.2.3",
|
|
20
20
|
"@oclif/plugin-search": "1.1.1",
|
|
21
21
|
"@oclif/plugin-update": "4.3.3",
|
|
22
22
|
"@oclif/plugin-version": "2.2.2",
|
|
@@ -28,22 +28,21 @@
|
|
|
28
28
|
"@salesforce/plugin-auth": "3.6.17",
|
|
29
29
|
"@salesforce/plugin-data": "3.4.3",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.8.4",
|
|
31
|
-
"@salesforce/plugin-info": "3.3.
|
|
31
|
+
"@salesforce/plugin-info": "3.3.5",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.10",
|
|
33
|
-
"@salesforce/plugin-marketplace": "1.2.
|
|
33
|
+
"@salesforce/plugin-marketplace": "1.2.10",
|
|
34
34
|
"@salesforce/plugin-org": "4.1.19",
|
|
35
35
|
"@salesforce/plugin-packaging": "2.4.5",
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.10",
|
|
37
|
-
"@salesforce/plugin-settings": "2.
|
|
37
|
+
"@salesforce/plugin-settings": "2.3.0",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.8",
|
|
39
39
|
"@salesforce/plugin-source": "3.3.21",
|
|
40
40
|
"@salesforce/plugin-telemetry": "3.3.12",
|
|
41
41
|
"@salesforce/plugin-templates": "56.2.9",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.4",
|
|
43
43
|
"@salesforce/plugin-user": "3.5.11",
|
|
44
|
-
"@salesforce/sf-plugins-core": "10.0.0
|
|
45
|
-
"ansis": "^3.2.0"
|
|
46
|
-
"debug": "^4.3.4"
|
|
44
|
+
"@salesforce/sf-plugins-core": "10.0.0",
|
|
45
|
+
"ansis": "^3.2.0"
|
|
47
46
|
},
|
|
48
47
|
"bin": {
|
|
49
48
|
"sf": "bin/run.js",
|
|
@@ -55,7 +54,6 @@
|
|
|
55
54
|
"@salesforce/plugin-release-management": "^5.4.7",
|
|
56
55
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
57
56
|
"@salesforce/ts-types": "^2.0.9",
|
|
58
|
-
"@types/debug": "^4.1.12",
|
|
59
57
|
"aws-sdk": "^2.1631.0",
|
|
60
58
|
"oclif": "^4.12.3",
|
|
61
59
|
"ts-node": "^10.9.2",
|
|
@@ -2212,9 +2210,9 @@
|
|
|
2212
2210
|
}
|
|
2213
2211
|
},
|
|
2214
2212
|
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
2215
|
-
"version": "8.
|
|
2216
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
2217
|
-
"integrity": "sha512-
|
|
2213
|
+
"version": "8.16.0",
|
|
2214
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
|
|
2215
|
+
"integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
|
|
2218
2216
|
"dev": true,
|
|
2219
2217
|
"license": "MIT",
|
|
2220
2218
|
"dependencies": {
|
|
@@ -3656,9 +3654,9 @@
|
|
|
3656
3654
|
}
|
|
3657
3655
|
},
|
|
3658
3656
|
"node_modules/@oclif/core": {
|
|
3659
|
-
"version": "4.0.
|
|
3660
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
3661
|
-
"integrity": "sha512-
|
|
3657
|
+
"version": "4.0.2",
|
|
3658
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.2.tgz",
|
|
3659
|
+
"integrity": "sha512-0r+JwE1FbVlEYNQlLonMULnZb6rKR0RqT8eUgKeJTb5cILhsKUjlZf2NLIX4GP3SZrK8POwGGLcztmj42hZYiw==",
|
|
3662
3660
|
"license": "MIT",
|
|
3663
3661
|
"dependencies": {
|
|
3664
3662
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4029,12 +4027,12 @@
|
|
|
4029
4027
|
}
|
|
4030
4028
|
},
|
|
4031
4029
|
"node_modules/@oclif/plugin-help": {
|
|
4032
|
-
"version": "6.
|
|
4033
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.
|
|
4034
|
-
"integrity": "sha512-
|
|
4030
|
+
"version": "6.2.0",
|
|
4031
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.0.tgz",
|
|
4032
|
+
"integrity": "sha512-LNTrAE3ZwTXJVAFuwx+jSMGJCYHHa7jjSZ+9PgJlHIIA9qC7XcTcORoBByw9otB9q3JcbWmbS0GNCGTvciRdaw==",
|
|
4035
4033
|
"license": "MIT",
|
|
4036
4034
|
"dependencies": {
|
|
4037
|
-
"@oclif/core": "^4
|
|
4035
|
+
"@oclif/core": "^4"
|
|
4038
4036
|
},
|
|
4039
4037
|
"engines": {
|
|
4040
4038
|
"node": ">=18.0.0"
|
|
@@ -4056,9 +4054,9 @@
|
|
|
4056
4054
|
}
|
|
4057
4055
|
},
|
|
4058
4056
|
"node_modules/@oclif/plugin-plugins": {
|
|
4059
|
-
"version": "5.2.
|
|
4060
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.2.
|
|
4061
|
-
"integrity": "sha512-
|
|
4057
|
+
"version": "5.2.3",
|
|
4058
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.2.3.tgz",
|
|
4059
|
+
"integrity": "sha512-MvC2rbGXyIpX8lLaIP4FwZbUwrGFvIvKiHjd5L1MNKyaQfX+P5fJilYkOwmciYWmVCeXLhTmC+9Av+lJhk4m4A==",
|
|
4062
4060
|
"license": "MIT",
|
|
4063
4061
|
"dependencies": {
|
|
4064
4062
|
"@oclif/core": "^4",
|
|
@@ -4588,16 +4586,16 @@
|
|
|
4588
4586
|
}
|
|
4589
4587
|
},
|
|
4590
4588
|
"node_modules/@salesforce/core": {
|
|
4591
|
-
"version": "7.3.
|
|
4592
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
4593
|
-
"integrity": "sha512-
|
|
4589
|
+
"version": "7.3.10",
|
|
4590
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.10.tgz",
|
|
4591
|
+
"integrity": "sha512-kEKoqkmhWNoiucAE3Ylv6FpC4iVgk4aE0dmcwSmNrMjxSbtjQJGUybprfO/itrLJv+56eM7/4FARQQ2gDbRzQQ==",
|
|
4594
4592
|
"license": "BSD-3-Clause",
|
|
4595
4593
|
"dependencies": {
|
|
4596
4594
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
4597
4595
|
"@salesforce/kit": "^3.1.1",
|
|
4598
4596
|
"@salesforce/schemas": "^1.9.0",
|
|
4599
4597
|
"@salesforce/ts-types": "^2.0.9",
|
|
4600
|
-
"ajv": "^8.
|
|
4598
|
+
"ajv": "^8.15.0",
|
|
4601
4599
|
"change-case": "^4.1.2",
|
|
4602
4600
|
"faye": "^1.4.0",
|
|
4603
4601
|
"form-data": "^4.0.0",
|
|
@@ -4605,20 +4603,20 @@
|
|
|
4605
4603
|
"jsonwebtoken": "9.0.2",
|
|
4606
4604
|
"jszip": "3.10.1",
|
|
4607
4605
|
"pino": "^8.21.0",
|
|
4608
|
-
"pino-abstract-transport": "^1.
|
|
4606
|
+
"pino-abstract-transport": "^1.2.0",
|
|
4609
4607
|
"pino-pretty": "^10.3.1",
|
|
4610
4608
|
"proper-lockfile": "^4.1.2",
|
|
4611
4609
|
"semver": "^7.6.2",
|
|
4612
|
-
"ts-retry-promise": "^0.
|
|
4610
|
+
"ts-retry-promise": "^0.8.1"
|
|
4613
4611
|
},
|
|
4614
4612
|
"engines": {
|
|
4615
4613
|
"node": ">=18.0.0"
|
|
4616
4614
|
}
|
|
4617
4615
|
},
|
|
4618
4616
|
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
4619
|
-
"version": "8.
|
|
4620
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
4621
|
-
"integrity": "sha512-
|
|
4617
|
+
"version": "8.16.0",
|
|
4618
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
|
|
4619
|
+
"integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
|
|
4622
4620
|
"license": "MIT",
|
|
4623
4621
|
"dependencies": {
|
|
4624
4622
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -4637,15 +4635,6 @@
|
|
|
4637
4635
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
4638
4636
|
"license": "MIT"
|
|
4639
4637
|
},
|
|
4640
|
-
"node_modules/@salesforce/core/node_modules/ts-retry-promise": {
|
|
4641
|
-
"version": "0.7.1",
|
|
4642
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz",
|
|
4643
|
-
"integrity": "sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==",
|
|
4644
|
-
"license": "MIT",
|
|
4645
|
-
"engines": {
|
|
4646
|
-
"node": ">=6"
|
|
4647
|
-
}
|
|
4648
|
-
},
|
|
4649
4638
|
"node_modules/@salesforce/dev-config": {
|
|
4650
4639
|
"version": "4.1.0",
|
|
4651
4640
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
|
|
@@ -5706,17 +5695,17 @@
|
|
|
5706
5695
|
}
|
|
5707
5696
|
},
|
|
5708
5697
|
"node_modules/@salesforce/plugin-info": {
|
|
5709
|
-
"version": "3.3.
|
|
5710
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.
|
|
5711
|
-
"integrity": "sha512-
|
|
5698
|
+
"version": "3.3.5",
|
|
5699
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.5.tgz",
|
|
5700
|
+
"integrity": "sha512-KveT3o2mXdcvt8T2J0Pb7wzwvAPOqHvxO/+xu6GTceMWQfpA0H0hx3awwXF0keY4Ek6fLHgzIfmnCjCoxp6y6w==",
|
|
5712
5701
|
"license": "BSD-3-Clause",
|
|
5713
5702
|
"dependencies": {
|
|
5714
5703
|
"@inquirer/input": "^2.1.8",
|
|
5715
5704
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
5716
|
-
"@oclif/core": "^
|
|
5705
|
+
"@oclif/core": "^4",
|
|
5717
5706
|
"@salesforce/core": "^7.3.9",
|
|
5718
5707
|
"@salesforce/kit": "^3.1.0",
|
|
5719
|
-
"@salesforce/sf-plugins-core": "^
|
|
5708
|
+
"@salesforce/sf-plugins-core": "^10.0.0",
|
|
5720
5709
|
"got": "^13.0.0",
|
|
5721
5710
|
"marked": "^4.3.0",
|
|
5722
5711
|
"marked-terminal": "^4.2.0",
|
|
@@ -5728,135 +5717,6 @@
|
|
|
5728
5717
|
"node": ">=18.0.0"
|
|
5729
5718
|
}
|
|
5730
5719
|
},
|
|
5731
|
-
"node_modules/@salesforce/plugin-info/node_modules/@oclif/core": {
|
|
5732
|
-
"version": "3.26.9",
|
|
5733
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.9.tgz",
|
|
5734
|
-
"integrity": "sha512-yB5Yxd62DsHqqCK/60L8IiGpTRIU4J+fzCqfbPRiIYE5+agfN63kppaM+TbqyMBdsnt/PQOnYD8Bhs1quUr6fg==",
|
|
5735
|
-
"license": "MIT",
|
|
5736
|
-
"dependencies": {
|
|
5737
|
-
"@types/cli-progress": "^3.11.5",
|
|
5738
|
-
"ansi-escapes": "^4.3.2",
|
|
5739
|
-
"ansi-styles": "^4.3.0",
|
|
5740
|
-
"cardinal": "^2.1.1",
|
|
5741
|
-
"chalk": "^4.1.2",
|
|
5742
|
-
"clean-stack": "^3.0.1",
|
|
5743
|
-
"cli-progress": "^3.12.0",
|
|
5744
|
-
"color": "^4.2.3",
|
|
5745
|
-
"debug": "^4.3.5",
|
|
5746
|
-
"ejs": "^3.1.10",
|
|
5747
|
-
"get-package-type": "^0.1.0",
|
|
5748
|
-
"globby": "^11.1.0",
|
|
5749
|
-
"hyperlinker": "^1.0.0",
|
|
5750
|
-
"indent-string": "^4.0.0",
|
|
5751
|
-
"is-wsl": "^2.2.0",
|
|
5752
|
-
"js-yaml": "^3.14.1",
|
|
5753
|
-
"minimatch": "^9.0.4",
|
|
5754
|
-
"natural-orderby": "^2.0.3",
|
|
5755
|
-
"object-treeify": "^1.1.33",
|
|
5756
|
-
"password-prompt": "^1.1.3",
|
|
5757
|
-
"slice-ansi": "^4.0.0",
|
|
5758
|
-
"string-width": "^4.2.3",
|
|
5759
|
-
"strip-ansi": "^6.0.1",
|
|
5760
|
-
"supports-color": "^8.1.1",
|
|
5761
|
-
"supports-hyperlinks": "^2.2.0",
|
|
5762
|
-
"widest-line": "^3.1.0",
|
|
5763
|
-
"wordwrap": "^1.0.0",
|
|
5764
|
-
"wrap-ansi": "^7.0.0"
|
|
5765
|
-
},
|
|
5766
|
-
"engines": {
|
|
5767
|
-
"node": ">=18.0.0"
|
|
5768
|
-
}
|
|
5769
|
-
},
|
|
5770
|
-
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
|
|
5771
|
-
"version": "9.1.1",
|
|
5772
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
|
|
5773
|
-
"integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
|
|
5774
|
-
"license": "BSD-3-Clause",
|
|
5775
|
-
"dependencies": {
|
|
5776
|
-
"@inquirer/confirm": "^3.1.9",
|
|
5777
|
-
"@inquirer/password": "^2.1.9",
|
|
5778
|
-
"@oclif/core": "^3.26.6",
|
|
5779
|
-
"@salesforce/core": "^7.3.9",
|
|
5780
|
-
"@salesforce/kit": "^3.1.2",
|
|
5781
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
5782
|
-
"chalk": "^5.3.0"
|
|
5783
|
-
},
|
|
5784
|
-
"engines": {
|
|
5785
|
-
"node": ">=18.0.0"
|
|
5786
|
-
}
|
|
5787
|
-
},
|
|
5788
|
-
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
|
|
5789
|
-
"version": "5.3.0",
|
|
5790
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
5791
|
-
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
5792
|
-
"license": "MIT",
|
|
5793
|
-
"engines": {
|
|
5794
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
5795
|
-
},
|
|
5796
|
-
"funding": {
|
|
5797
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5798
|
-
}
|
|
5799
|
-
},
|
|
5800
|
-
"node_modules/@salesforce/plugin-info/node_modules/argparse": {
|
|
5801
|
-
"version": "1.0.10",
|
|
5802
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5803
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5804
|
-
"license": "MIT",
|
|
5805
|
-
"dependencies": {
|
|
5806
|
-
"sprintf-js": "~1.0.2"
|
|
5807
|
-
}
|
|
5808
|
-
},
|
|
5809
|
-
"node_modules/@salesforce/plugin-info/node_modules/js-yaml": {
|
|
5810
|
-
"version": "3.14.1",
|
|
5811
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5812
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5813
|
-
"license": "MIT",
|
|
5814
|
-
"dependencies": {
|
|
5815
|
-
"argparse": "^1.0.7",
|
|
5816
|
-
"esprima": "^4.0.0"
|
|
5817
|
-
},
|
|
5818
|
-
"bin": {
|
|
5819
|
-
"js-yaml": "bin/js-yaml.js"
|
|
5820
|
-
}
|
|
5821
|
-
},
|
|
5822
|
-
"node_modules/@salesforce/plugin-info/node_modules/sprintf-js": {
|
|
5823
|
-
"version": "1.0.3",
|
|
5824
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
5825
|
-
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
5826
|
-
"license": "BSD-3-Clause"
|
|
5827
|
-
},
|
|
5828
|
-
"node_modules/@salesforce/plugin-info/node_modules/supports-color": {
|
|
5829
|
-
"version": "8.1.1",
|
|
5830
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5831
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5832
|
-
"license": "MIT",
|
|
5833
|
-
"dependencies": {
|
|
5834
|
-
"has-flag": "^4.0.0"
|
|
5835
|
-
},
|
|
5836
|
-
"engines": {
|
|
5837
|
-
"node": ">=10"
|
|
5838
|
-
},
|
|
5839
|
-
"funding": {
|
|
5840
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5841
|
-
}
|
|
5842
|
-
},
|
|
5843
|
-
"node_modules/@salesforce/plugin-info/node_modules/wrap-ansi": {
|
|
5844
|
-
"version": "7.0.0",
|
|
5845
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
5846
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
5847
|
-
"license": "MIT",
|
|
5848
|
-
"dependencies": {
|
|
5849
|
-
"ansi-styles": "^4.0.0",
|
|
5850
|
-
"string-width": "^4.1.0",
|
|
5851
|
-
"strip-ansi": "^6.0.0"
|
|
5852
|
-
},
|
|
5853
|
-
"engines": {
|
|
5854
|
-
"node": ">=10"
|
|
5855
|
-
},
|
|
5856
|
-
"funding": {
|
|
5857
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
5858
|
-
}
|
|
5859
|
-
},
|
|
5860
5720
|
"node_modules/@salesforce/plugin-limits": {
|
|
5861
5721
|
"version": "3.3.10",
|
|
5862
5722
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.10.tgz",
|
|
@@ -6002,9 +5862,9 @@
|
|
|
6002
5862
|
}
|
|
6003
5863
|
},
|
|
6004
5864
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
6005
|
-
"version": "1.2.
|
|
6006
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.
|
|
6007
|
-
"integrity": "sha512-
|
|
5865
|
+
"version": "1.2.10",
|
|
5866
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.10.tgz",
|
|
5867
|
+
"integrity": "sha512-KEjbXW0HWUgOvzjUczWJI6CSsNBsCJJbaHDU+50jIn/xxNrje+hZpG2H3iqZmbhqSBWIkqIT5fsSnI/ymwwlHQ==",
|
|
6008
5868
|
"license": "BSD-3-Clause",
|
|
6009
5869
|
"dependencies": {
|
|
6010
5870
|
"@oclif/core": "^3.26.4",
|
|
@@ -7022,9 +6882,9 @@
|
|
|
7022
6882
|
}
|
|
7023
6883
|
},
|
|
7024
6884
|
"node_modules/@salesforce/plugin-settings": {
|
|
7025
|
-
"version": "2.
|
|
7026
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.
|
|
7027
|
-
"integrity": "sha512-
|
|
6885
|
+
"version": "2.3.0",
|
|
6886
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.0.tgz",
|
|
6887
|
+
"integrity": "sha512-raLBJPPNFTW2w0BfzXOOfDkLPtcflHRR1E9DD+7+6YVLo1SRJ896RkPRDo2llsfzilmcYT42CttRHxlUzbQypw==",
|
|
7028
6888
|
"license": "BSD-3-Clause",
|
|
7029
6889
|
"dependencies": {
|
|
7030
6890
|
"@oclif/core": "^3.26.5",
|
|
@@ -8116,15 +7976,15 @@
|
|
|
8116
7976
|
"license": "ISC"
|
|
8117
7977
|
},
|
|
8118
7978
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
8119
|
-
"version": "10.0.0
|
|
8120
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.0
|
|
8121
|
-
"integrity": "sha512-
|
|
7979
|
+
"version": "10.0.0",
|
|
7980
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.0.tgz",
|
|
7981
|
+
"integrity": "sha512-Y18aDrz376Ekza45nfCjpyiI+np1oY9Cc7DxNAYiP37c0lstTajVsgz6wvDvt6p6QGEX//nnqcz/NaMlry/INw==",
|
|
8122
7982
|
"license": "BSD-3-Clause",
|
|
8123
7983
|
"dependencies": {
|
|
8124
7984
|
"@inquirer/confirm": "^3.1.9",
|
|
8125
7985
|
"@inquirer/password": "^2.1.9",
|
|
8126
7986
|
"@oclif/core": "^4",
|
|
8127
|
-
"@salesforce/core": "^7.3.
|
|
7987
|
+
"@salesforce/core": "^7.3.10",
|
|
8128
7988
|
"@salesforce/kit": "^3.1.2",
|
|
8129
7989
|
"@salesforce/ts-types": "^2.0.9",
|
|
8130
7990
|
"ansis": "^3.1.1",
|
|
@@ -9872,16 +9732,6 @@
|
|
|
9872
9732
|
"@types/node": "*"
|
|
9873
9733
|
}
|
|
9874
9734
|
},
|
|
9875
|
-
"node_modules/@types/debug": {
|
|
9876
|
-
"version": "4.1.12",
|
|
9877
|
-
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
|
|
9878
|
-
"integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
|
|
9879
|
-
"dev": true,
|
|
9880
|
-
"license": "MIT",
|
|
9881
|
-
"dependencies": {
|
|
9882
|
-
"@types/ms": "*"
|
|
9883
|
-
}
|
|
9884
|
-
},
|
|
9885
9735
|
"node_modules/@types/expect": {
|
|
9886
9736
|
"version": "1.20.4",
|
|
9887
9737
|
"resolved": "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz",
|
|
@@ -9990,13 +9840,6 @@
|
|
|
9990
9840
|
"dev": true,
|
|
9991
9841
|
"license": "MIT"
|
|
9992
9842
|
},
|
|
9993
|
-
"node_modules/@types/ms": {
|
|
9994
|
-
"version": "0.7.34",
|
|
9995
|
-
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz",
|
|
9996
|
-
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==",
|
|
9997
|
-
"dev": true,
|
|
9998
|
-
"license": "MIT"
|
|
9999
|
-
},
|
|
10000
9843
|
"node_modules/@types/mute-stream": {
|
|
10001
9844
|
"version": "0.0.4",
|
|
10002
9845
|
"resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz",
|
package/oclif.lock
CHANGED
|
@@ -2101,10 +2101,10 @@
|
|
|
2101
2101
|
wordwrap "^1.0.0"
|
|
2102
2102
|
wrap-ansi "^7.0.0"
|
|
2103
2103
|
|
|
2104
|
-
"@oclif/core@^4", "@oclif/core@^4.0.0-beta.12", "@oclif/core
|
|
2105
|
-
version "4.0.
|
|
2106
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
2107
|
-
integrity sha512-
|
|
2104
|
+
"@oclif/core@^4", "@oclif/core@^4.0.0-beta.12", "@oclif/core@4.0.2":
|
|
2105
|
+
version "4.0.2"
|
|
2106
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.2.tgz"
|
|
2107
|
+
integrity sha512-0r+JwE1FbVlEYNQlLonMULnZb6rKR0RqT8eUgKeJTb5cILhsKUjlZf2NLIX4GP3SZrK8POwGGLcztmj42hZYiw==
|
|
2108
2108
|
dependencies:
|
|
2109
2109
|
ansi-escapes "^4.3.2"
|
|
2110
2110
|
ansis "^3.1.1"
|
|
@@ -2194,12 +2194,12 @@
|
|
|
2194
2194
|
object-treeify "^4.0.1"
|
|
2195
2195
|
tty-table "^4.2.3"
|
|
2196
2196
|
|
|
2197
|
-
"@oclif/plugin-help@^6.0.21", "@oclif/plugin-help@6.
|
|
2198
|
-
version "6.
|
|
2199
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.
|
|
2200
|
-
integrity sha512-
|
|
2197
|
+
"@oclif/plugin-help@^6.0.21", "@oclif/plugin-help@6.2.0":
|
|
2198
|
+
version "6.2.0"
|
|
2199
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.0.tgz"
|
|
2200
|
+
integrity sha512-LNTrAE3ZwTXJVAFuwx+jSMGJCYHHa7jjSZ+9PgJlHIIA9qC7XcTcORoBByw9otB9q3JcbWmbS0GNCGTvciRdaw==
|
|
2201
2201
|
dependencies:
|
|
2202
|
-
"@oclif/core" "^4
|
|
2202
|
+
"@oclif/core" "^4"
|
|
2203
2203
|
|
|
2204
2204
|
"@oclif/plugin-not-found@^3.2.1", "@oclif/plugin-not-found@3.2.2":
|
|
2205
2205
|
version "3.2.2"
|
|
@@ -2211,10 +2211,10 @@
|
|
|
2211
2211
|
ansis "^3.2.0"
|
|
2212
2212
|
fast-levenshtein "^3.0.0"
|
|
2213
2213
|
|
|
2214
|
-
"@oclif/plugin-plugins@5.2.
|
|
2215
|
-
version "5.2.
|
|
2216
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.2.
|
|
2217
|
-
integrity sha512-
|
|
2214
|
+
"@oclif/plugin-plugins@5.2.3":
|
|
2215
|
+
version "5.2.3"
|
|
2216
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.2.3.tgz"
|
|
2217
|
+
integrity sha512-MvC2rbGXyIpX8lLaIP4FwZbUwrGFvIvKiHjd5L1MNKyaQfX+P5fJilYkOwmciYWmVCeXLhTmC+9Av+lJhk4m4A==
|
|
2218
2218
|
dependencies:
|
|
2219
2219
|
"@oclif/core" "^4"
|
|
2220
2220
|
ansis "^3.2.0"
|
|
@@ -2550,16 +2550,16 @@
|
|
|
2550
2550
|
strip-ansi "6.0.1"
|
|
2551
2551
|
ts-retry-promise "^0.8.1"
|
|
2552
2552
|
|
|
2553
|
-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6", "@salesforce/core@^7.3.8", "@salesforce/core@^7.3.9":
|
|
2554
|
-
version "7.3.
|
|
2555
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
2556
|
-
integrity sha512-
|
|
2553
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.10", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6", "@salesforce/core@^7.3.8", "@salesforce/core@^7.3.9":
|
|
2554
|
+
version "7.3.10"
|
|
2555
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.3.10.tgz"
|
|
2556
|
+
integrity sha512-kEKoqkmhWNoiucAE3Ylv6FpC4iVgk4aE0dmcwSmNrMjxSbtjQJGUybprfO/itrLJv+56eM7/4FARQQ2gDbRzQQ==
|
|
2557
2557
|
dependencies:
|
|
2558
2558
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
2559
2559
|
"@salesforce/kit" "^3.1.1"
|
|
2560
2560
|
"@salesforce/schemas" "^1.9.0"
|
|
2561
2561
|
"@salesforce/ts-types" "^2.0.9"
|
|
2562
|
-
ajv "^8.
|
|
2562
|
+
ajv "^8.15.0"
|
|
2563
2563
|
change-case "^4.1.2"
|
|
2564
2564
|
faye "^1.4.0"
|
|
2565
2565
|
form-data "^4.0.0"
|
|
@@ -2567,11 +2567,11 @@
|
|
|
2567
2567
|
jsonwebtoken "9.0.2"
|
|
2568
2568
|
jszip "3.10.1"
|
|
2569
2569
|
pino "^8.21.0"
|
|
2570
|
-
pino-abstract-transport "^1.
|
|
2570
|
+
pino-abstract-transport "^1.2.0"
|
|
2571
2571
|
pino-pretty "^10.3.1"
|
|
2572
2572
|
proper-lockfile "^4.1.2"
|
|
2573
2573
|
semver "^7.6.2"
|
|
2574
|
-
ts-retry-promise "^0.
|
|
2574
|
+
ts-retry-promise "^0.8.1"
|
|
2575
2575
|
|
|
2576
2576
|
"@salesforce/dev-config@^4.1.0":
|
|
2577
2577
|
version "4.1.0"
|
|
@@ -2715,17 +2715,17 @@
|
|
|
2715
2715
|
"@salesforce/ts-types" "^2.0.9"
|
|
2716
2716
|
chalk "^5.3.0"
|
|
2717
2717
|
|
|
2718
|
-
"@salesforce/plugin-info@^3.2.7", "@salesforce/plugin-info@^3.3.1", "@salesforce/plugin-info@^3.3.4", "@salesforce/plugin-info@3.3.
|
|
2719
|
-
version "3.3.
|
|
2720
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.
|
|
2721
|
-
integrity sha512-
|
|
2718
|
+
"@salesforce/plugin-info@^3.2.7", "@salesforce/plugin-info@^3.3.1", "@salesforce/plugin-info@^3.3.4", "@salesforce/plugin-info@3.3.5":
|
|
2719
|
+
version "3.3.5"
|
|
2720
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.5.tgz"
|
|
2721
|
+
integrity sha512-KveT3o2mXdcvt8T2J0Pb7wzwvAPOqHvxO/+xu6GTceMWQfpA0H0hx3awwXF0keY4Ek6fLHgzIfmnCjCoxp6y6w==
|
|
2722
2722
|
dependencies:
|
|
2723
2723
|
"@inquirer/input" "^2.1.8"
|
|
2724
2724
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
2725
|
-
"@oclif/core" "^
|
|
2725
|
+
"@oclif/core" "^4"
|
|
2726
2726
|
"@salesforce/core" "^7.3.9"
|
|
2727
2727
|
"@salesforce/kit" "^3.1.0"
|
|
2728
|
-
"@salesforce/sf-plugins-core" "^
|
|
2728
|
+
"@salesforce/sf-plugins-core" "^10.0.0"
|
|
2729
2729
|
got "^13.0.0"
|
|
2730
2730
|
marked "^4.3.0"
|
|
2731
2731
|
marked-terminal "^4.2.0"
|
|
@@ -2743,10 +2743,10 @@
|
|
|
2743
2743
|
"@salesforce/kit" "^3.1.2"
|
|
2744
2744
|
"@salesforce/sf-plugins-core" "^9.1.1"
|
|
2745
2745
|
|
|
2746
|
-
"@salesforce/plugin-marketplace@1.2.
|
|
2747
|
-
version "1.2.
|
|
2748
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.
|
|
2749
|
-
integrity sha512-
|
|
2746
|
+
"@salesforce/plugin-marketplace@1.2.10":
|
|
2747
|
+
version "1.2.10"
|
|
2748
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.10.tgz"
|
|
2749
|
+
integrity sha512-KEjbXW0HWUgOvzjUczWJI6CSsNBsCJJbaHDU+50jIn/xxNrje+hZpG2H3iqZmbhqSBWIkqIT5fsSnI/ymwwlHQ==
|
|
2750
2750
|
dependencies:
|
|
2751
2751
|
"@oclif/core" "^3.26.4"
|
|
2752
2752
|
"@salesforce/core" "^7.3.9"
|
|
@@ -2819,10 +2819,10 @@
|
|
|
2819
2819
|
"@salesforce/core" "^7.3.8"
|
|
2820
2820
|
"@salesforce/sf-plugins-core" "^9.1.1"
|
|
2821
2821
|
|
|
2822
|
-
"@salesforce/plugin-settings@2.
|
|
2823
|
-
version "2.
|
|
2824
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.
|
|
2825
|
-
integrity sha512-
|
|
2822
|
+
"@salesforce/plugin-settings@2.3.0":
|
|
2823
|
+
version "2.3.0"
|
|
2824
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.0.tgz"
|
|
2825
|
+
integrity sha512-raLBJPPNFTW2w0BfzXOOfDkLPtcflHRR1E9DD+7+6YVLo1SRJ896RkPRDo2llsfzilmcYT42CttRHxlUzbQypw==
|
|
2826
2826
|
dependencies:
|
|
2827
2827
|
"@oclif/core" "^3.26.5"
|
|
2828
2828
|
"@salesforce/core" "^7.3.9"
|
|
@@ -2925,6 +2925,24 @@
|
|
|
2925
2925
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz"
|
|
2926
2926
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
2927
2927
|
|
|
2928
|
+
"@salesforce/sf-plugins-core@^10.0.0", "@salesforce/sf-plugins-core@10.0.0":
|
|
2929
|
+
version "10.0.0"
|
|
2930
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.0.tgz"
|
|
2931
|
+
integrity sha512-Y18aDrz376Ekza45nfCjpyiI+np1oY9Cc7DxNAYiP37c0lstTajVsgz6wvDvt6p6QGEX//nnqcz/NaMlry/INw==
|
|
2932
|
+
dependencies:
|
|
2933
|
+
"@inquirer/confirm" "^3.1.9"
|
|
2934
|
+
"@inquirer/password" "^2.1.9"
|
|
2935
|
+
"@oclif/core" "^4"
|
|
2936
|
+
"@salesforce/core" "^7.3.10"
|
|
2937
|
+
"@salesforce/kit" "^3.1.2"
|
|
2938
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
2939
|
+
ansis "^3.1.1"
|
|
2940
|
+
cli-progress "^3.12.0"
|
|
2941
|
+
natural-orderby "^3.0.2"
|
|
2942
|
+
slice-ansi "^7.1.0"
|
|
2943
|
+
string-width "^7.1.0"
|
|
2944
|
+
terminal-link "^3.0.0"
|
|
2945
|
+
|
|
2928
2946
|
"@salesforce/sf-plugins-core@^9.0.10":
|
|
2929
2947
|
version "9.1.1"
|
|
2930
2948
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz"
|
|
@@ -3029,24 +3047,6 @@
|
|
|
3029
3047
|
"@salesforce/ts-types" "^2.0.9"
|
|
3030
3048
|
chalk "^5.3.0"
|
|
3031
3049
|
|
|
3032
|
-
"@salesforce/sf-plugins-core@10.0.0-beta.1":
|
|
3033
|
-
version "10.0.0-beta.1"
|
|
3034
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.0-beta.1.tgz"
|
|
3035
|
-
integrity sha512-oIVHCUi9+TG6dlkpws4CVhj3Ol4Oq6k3rAkUrUqIodyEeizP3mMg+PIbiFr7OukdjRm2uCF6HE2xguU/6Mj1HA==
|
|
3036
|
-
dependencies:
|
|
3037
|
-
"@inquirer/confirm" "^3.1.9"
|
|
3038
|
-
"@inquirer/password" "^2.1.9"
|
|
3039
|
-
"@oclif/core" "^4"
|
|
3040
|
-
"@salesforce/core" "^7.3.9"
|
|
3041
|
-
"@salesforce/kit" "^3.1.2"
|
|
3042
|
-
"@salesforce/ts-types" "^2.0.9"
|
|
3043
|
-
ansis "^3.1.1"
|
|
3044
|
-
cli-progress "^3.12.0"
|
|
3045
|
-
natural-orderby "^3.0.2"
|
|
3046
|
-
slice-ansi "^7.1.0"
|
|
3047
|
-
string-width "^7.1.0"
|
|
3048
|
-
terminal-link "^3.0.0"
|
|
3049
|
-
|
|
3050
3050
|
"@salesforce/source-deploy-retrieve@^11.4.3", "@salesforce/source-deploy-retrieve@^11.6.2", "@salesforce/source-deploy-retrieve@^11.6.3", "@salesforce/source-deploy-retrieve@^11.6.4":
|
|
3051
3051
|
version "11.6.4"
|
|
3052
3052
|
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.6.4.tgz"
|
|
@@ -3889,13 +3889,6 @@
|
|
|
3889
3889
|
dependencies:
|
|
3890
3890
|
"@types/node" "*"
|
|
3891
3891
|
|
|
3892
|
-
"@types/debug@^4.1.12":
|
|
3893
|
-
version "4.1.12"
|
|
3894
|
-
resolved "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz"
|
|
3895
|
-
integrity sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==
|
|
3896
|
-
dependencies:
|
|
3897
|
-
"@types/ms" "*"
|
|
3898
|
-
|
|
3899
3892
|
"@types/expect@^1.20.4":
|
|
3900
3893
|
version "1.20.4"
|
|
3901
3894
|
resolved "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz"
|
|
@@ -3982,11 +3975,6 @@
|
|
|
3982
3975
|
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz"
|
|
3983
3976
|
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
|
3984
3977
|
|
|
3985
|
-
"@types/ms@*":
|
|
3986
|
-
version "0.7.34"
|
|
3987
|
-
resolved "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz"
|
|
3988
|
-
integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==
|
|
3989
|
-
|
|
3990
3978
|
"@types/mute-stream@^0.0.1":
|
|
3991
3979
|
version "0.0.1"
|
|
3992
3980
|
resolved "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.1.tgz"
|
|
@@ -4265,19 +4253,19 @@ ajv@^6.12.4:
|
|
|
4265
4253
|
uri-js "^4.2.2"
|
|
4266
4254
|
|
|
4267
4255
|
ajv@^8.11.0:
|
|
4268
|
-
version "8.
|
|
4269
|
-
resolved "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
4270
|
-
integrity sha512-
|
|
4256
|
+
version "8.16.0"
|
|
4257
|
+
resolved "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz"
|
|
4258
|
+
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
|
|
4271
4259
|
dependencies:
|
|
4272
4260
|
fast-deep-equal "^3.1.3"
|
|
4273
4261
|
json-schema-traverse "^1.0.0"
|
|
4274
4262
|
require-from-string "^2.0.2"
|
|
4275
4263
|
uri-js "^4.4.1"
|
|
4276
4264
|
|
|
4277
|
-
ajv@^8.
|
|
4278
|
-
version "8.
|
|
4279
|
-
resolved "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
4280
|
-
integrity sha512-
|
|
4265
|
+
ajv@^8.15.0:
|
|
4266
|
+
version "8.16.0"
|
|
4267
|
+
resolved "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz"
|
|
4268
|
+
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
|
|
4281
4269
|
dependencies:
|
|
4282
4270
|
fast-deep-equal "^3.1.3"
|
|
4283
4271
|
json-schema-traverse "^1.0.0"
|
|
@@ -10597,7 +10585,7 @@ pify@^4.0.1:
|
|
|
10597
10585
|
resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz"
|
|
10598
10586
|
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
|
|
10599
10587
|
|
|
10600
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.
|
|
10588
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
|
|
10601
10589
|
version "1.2.0"
|
|
10602
10590
|
resolved "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz"
|
|
10603
10591
|
integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
|
|
@@ -12253,11 +12241,6 @@ ts-node@^10.8.1, ts-node@^10.9.2, ts-node@>=10:
|
|
|
12253
12241
|
v8-compile-cache-lib "^3.0.1"
|
|
12254
12242
|
yn "3.1.1"
|
|
12255
12243
|
|
|
12256
|
-
ts-retry-promise@^0.7.1:
|
|
12257
|
-
version "0.7.1"
|
|
12258
|
-
resolved "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz"
|
|
12259
|
-
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
|
|
12260
|
-
|
|
12261
12244
|
ts-retry-promise@^0.8.1:
|
|
12262
12245
|
version "0.8.1"
|
|
12263
12246
|
resolved "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.1.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.46.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -139,12 +139,12 @@
|
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
141
|
"@inquirer/select": "^1.3.1",
|
|
142
|
-
"@oclif/core": "4.0.
|
|
142
|
+
"@oclif/core": "4.0.2",
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.1.2",
|
|
144
144
|
"@oclif/plugin-commands": "4.0.2",
|
|
145
|
-
"@oclif/plugin-help": "6.
|
|
145
|
+
"@oclif/plugin-help": "6.2.0",
|
|
146
146
|
"@oclif/plugin-not-found": "3.2.2",
|
|
147
|
-
"@oclif/plugin-plugins": "5.2.
|
|
147
|
+
"@oclif/plugin-plugins": "5.2.3",
|
|
148
148
|
"@oclif/plugin-search": "1.1.1",
|
|
149
149
|
"@oclif/plugin-update": "4.3.3",
|
|
150
150
|
"@oclif/plugin-version": "2.2.2",
|
|
@@ -156,22 +156,21 @@
|
|
|
156
156
|
"@salesforce/plugin-auth": "3.6.17",
|
|
157
157
|
"@salesforce/plugin-data": "3.4.3",
|
|
158
158
|
"@salesforce/plugin-deploy-retrieve": "3.8.4",
|
|
159
|
-
"@salesforce/plugin-info": "3.3.
|
|
159
|
+
"@salesforce/plugin-info": "3.3.5",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.10",
|
|
161
|
-
"@salesforce/plugin-marketplace": "1.2.
|
|
161
|
+
"@salesforce/plugin-marketplace": "1.2.10",
|
|
162
162
|
"@salesforce/plugin-org": "4.1.19",
|
|
163
163
|
"@salesforce/plugin-packaging": "2.4.5",
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.10",
|
|
165
|
-
"@salesforce/plugin-settings": "2.
|
|
165
|
+
"@salesforce/plugin-settings": "2.3.0",
|
|
166
166
|
"@salesforce/plugin-sobject": "1.4.8",
|
|
167
167
|
"@salesforce/plugin-source": "3.3.21",
|
|
168
168
|
"@salesforce/plugin-telemetry": "3.3.12",
|
|
169
169
|
"@salesforce/plugin-templates": "56.2.9",
|
|
170
170
|
"@salesforce/plugin-trust": "3.7.4",
|
|
171
171
|
"@salesforce/plugin-user": "3.5.11",
|
|
172
|
-
"@salesforce/sf-plugins-core": "10.0.0
|
|
173
|
-
"ansis": "^3.2.0"
|
|
174
|
-
"debug": "^4.3.4"
|
|
172
|
+
"@salesforce/sf-plugins-core": "10.0.0",
|
|
173
|
+
"ansis": "^3.2.0"
|
|
175
174
|
},
|
|
176
175
|
"pinnedDependencies": [
|
|
177
176
|
"@oclif/core",
|
|
@@ -253,7 +252,6 @@
|
|
|
253
252
|
"@salesforce/plugin-release-management": "^5.4.7",
|
|
254
253
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
255
254
|
"@salesforce/ts-types": "^2.0.9",
|
|
256
|
-
"@types/debug": "^4.1.12",
|
|
257
255
|
"aws-sdk": "^2.1631.0",
|
|
258
256
|
"oclif": "^4.12.3",
|
|
259
257
|
"ts-node": "^10.9.2",
|