@salesforce/cli 2.12.0 → 2.12.1

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.
@@ -9,7 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  const os = require("os");
10
10
  const core_1 = require("@oclif/core");
11
11
  const sf_plugins_core_1 = require("@salesforce/sf-plugins-core");
12
- const core_2 = require("@salesforce/core");
13
12
  function buildChoices(matches, config) {
14
13
  const configuredIds = matches.map((p) => (0, core_1.toConfiguredId)(p.id, config));
15
14
  const maxCommandLength = configuredIds.reduce((max, id) => Math.max(max, id.length), 0);
@@ -23,8 +22,6 @@ function buildChoices(matches, config) {
23
22
  });
24
23
  }
25
24
  async function determineCommand(config, matches) {
26
- if (matches.length === 1)
27
- return matches[0].id;
28
25
  const prompter = new sf_plugins_core_1.Prompter();
29
26
  const choices = buildChoices(matches, config);
30
27
  const { command } = await prompter.timedPrompt([
@@ -45,9 +42,6 @@ const hook = async function ({ config, matches, argv }) {
45
42
  const help = new Help(config, config.pjson.helpOptions);
46
43
  return help.showHelp([(0, core_1.toStandardizedId)(command, config), ...argv]);
47
44
  }
48
- if (matches.length === 1) {
49
- await core_2.Lifecycle.getInstance().emitWarning(`One command matches the partial command entered, running command:${os.EOL}${config.bin} ${(0, core_1.toConfiguredId)(command, config)} ${argv.join(' ')}`);
50
- }
51
45
  return config.runCommand((0, core_1.toStandardizedId)(command, config), argv);
52
46
  };
53
47
  exports.default = hook;
@@ -1,45 +1,45 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.12.0",
9
+ "version": "2.12.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@oclif/core": "2.15.0",
14
- "@oclif/plugin-autocomplete": "2.3.8",
15
- "@oclif/plugin-commands": "2.2.26",
16
- "@oclif/plugin-help": "5.2.19",
17
- "@oclif/plugin-not-found": "2.4.1",
18
- "@oclif/plugin-plugins": "3.8.2",
19
- "@oclif/plugin-search": "0.0.22",
20
- "@oclif/plugin-update": "3.2.3",
14
+ "@oclif/plugin-autocomplete": "2.3.9",
15
+ "@oclif/plugin-commands": "2.2.27",
16
+ "@oclif/plugin-help": "5.2.20",
17
+ "@oclif/plugin-not-found": "2.4.2",
18
+ "@oclif/plugin-plugins": "3.8.3",
19
+ "@oclif/plugin-search": "0.0.23",
20
+ "@oclif/plugin-update": "3.2.4",
21
21
  "@oclif/plugin-version": "1.3.10",
22
- "@oclif/plugin-warn-if-update-available": "2.1.0",
23
- "@oclif/plugin-which": "2.2.32",
22
+ "@oclif/plugin-warn-if-update-available": "2.1.1",
23
+ "@oclif/plugin-which": "2.2.33",
24
24
  "@salesforce/core": "^5.2.0",
25
- "@salesforce/plugin-apex": "2.3.15",
26
- "@salesforce/plugin-auth": "2.8.17",
27
- "@salesforce/plugin-data": "2.5.12",
28
- "@salesforce/plugin-deploy-retrieve": "1.18.2",
29
- "@salesforce/plugin-info": "2.6.45",
30
- "@salesforce/plugin-limits": "2.3.35",
31
- "@salesforce/plugin-login": "1.2.31",
32
- "@salesforce/plugin-marketplace": "0.2.2",
33
- "@salesforce/plugin-org": "2.10.8",
34
- "@salesforce/plugin-schema": "2.3.28",
35
- "@salesforce/plugin-settings": "1.4.30",
36
- "@salesforce/plugin-sobject": "0.2.7",
37
- "@salesforce/plugin-source": "2.10.36",
38
- "@salesforce/plugin-telemetry": "2.3.4",
39
- "@salesforce/plugin-templates": "55.5.13",
40
- "@salesforce/plugin-trust": "2.6.15",
41
- "@salesforce/plugin-user": "2.3.32",
42
- "@salesforce/sf-plugins-core": "3.1.24",
25
+ "@salesforce/plugin-apex": "2.3.16",
26
+ "@salesforce/plugin-auth": "2.8.18",
27
+ "@salesforce/plugin-data": "2.5.14",
28
+ "@salesforce/plugin-deploy-retrieve": "1.18.3",
29
+ "@salesforce/plugin-info": "2.6.46",
30
+ "@salesforce/plugin-limits": "2.3.36",
31
+ "@salesforce/plugin-login": "1.2.32",
32
+ "@salesforce/plugin-marketplace": "0.2.3",
33
+ "@salesforce/plugin-org": "2.10.9",
34
+ "@salesforce/plugin-schema": "2.3.29",
35
+ "@salesforce/plugin-settings": "1.4.31",
36
+ "@salesforce/plugin-sobject": "0.2.8",
37
+ "@salesforce/plugin-source": "2.10.37",
38
+ "@salesforce/plugin-telemetry": "2.3.5",
39
+ "@salesforce/plugin-templates": "55.5.14",
40
+ "@salesforce/plugin-trust": "2.6.16",
41
+ "@salesforce/plugin-user": "2.3.33",
42
+ "@salesforce/sf-plugins-core": "3.1.25",
43
43
  "debug": "^4.3.4",
44
44
  "tslib": "^2.4.1"
45
45
  },
@@ -2511,9 +2511,9 @@
2511
2511
  }
2512
2512
  },
2513
2513
  "node_modules/@oclif/plugin-autocomplete": {
2514
- "version": "2.3.8",
2515
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.8.tgz",
2516
- "integrity": "sha512-cmRPss9OQxz8sRoaw5C/4t/Da7eBEIDJWKRsuzUSQBcPJCN3kTgjp24VTjPHT3j86197s/qkjCRct+3P0IGArg==",
2514
+ "version": "2.3.9",
2515
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.9.tgz",
2516
+ "integrity": "sha512-MLmJtyp2iVnihDaogMDy+U323wI5vlV2raHOHKfe6mwzq6ObowimiOXnT9l2a0HELGHI0Fmd1tKeCgPrJE152A==",
2517
2517
  "license": "MIT",
2518
2518
  "dependencies": {
2519
2519
  "@oclif/core": "^2.15.0",
@@ -2544,9 +2544,9 @@
2544
2544
  }
2545
2545
  },
2546
2546
  "node_modules/@oclif/plugin-commands": {
2547
- "version": "2.2.26",
2548
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.26.tgz",
2549
- "integrity": "sha512-DvJ2EnCt5S/VPLwnb9LApumqBNXsJQ8iIO9DL7tJk4i7+WSIlndvoO2xqRSFOqdXBGojs8LZmDYbCGhcjO4J7g==",
2547
+ "version": "2.2.27",
2548
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.27.tgz",
2549
+ "integrity": "sha512-o20GA34rSHggccP8PacIxAHMRdqlJ3vDKyXlRAezzGkmJ4ctJLXKJOScSXLZUPSJnmCgDBUs9TkR5O7tjex7mA==",
2550
2550
  "license": "MIT",
2551
2551
  "dependencies": {
2552
2552
  "@oclif/core": "^2.15.0",
@@ -2557,9 +2557,9 @@
2557
2557
  }
2558
2558
  },
2559
2559
  "node_modules/@oclif/plugin-help": {
2560
- "version": "5.2.19",
2561
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.19.tgz",
2562
- "integrity": "sha512-gf6/dFtzMJ8RA4ovlBCBGJsZsd4jPXhYWJho+Gh6KmA+Ev9LupoExbE0qT+a2uHJyHEvIg4uX/MBW3qdERD/8g==",
2560
+ "version": "5.2.20",
2561
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.20.tgz",
2562
+ "integrity": "sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==",
2563
2563
  "license": "MIT",
2564
2564
  "dependencies": {
2565
2565
  "@oclif/core": "^2.15.0"
@@ -2569,9 +2569,9 @@
2569
2569
  }
2570
2570
  },
2571
2571
  "node_modules/@oclif/plugin-not-found": {
2572
- "version": "2.4.1",
2573
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.1.tgz",
2574
- "integrity": "sha512-LqW7qpw5Q8ploRiup2jEIMQJXcxHP1tpwj45GApKQMe7GRdGdRdjBT9Tu+U2tdEgMqgMplAIhOsYCx2nc2nMSw==",
2572
+ "version": "2.4.2",
2573
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.2.tgz",
2574
+ "integrity": "sha512-NT/MRj5haUhkJJGf7wiF9+PslMfceQzkn8YkmdWON/X0iMPeoEst3aa50eSZvw79id+Kckl9kneJndqrUgWu/w==",
2575
2575
  "license": "MIT",
2576
2576
  "dependencies": {
2577
2577
  "@oclif/core": "^2.15.0",
@@ -2583,9 +2583,9 @@
2583
2583
  }
2584
2584
  },
2585
2585
  "node_modules/@oclif/plugin-plugins": {
2586
- "version": "3.8.2",
2587
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.8.2.tgz",
2588
- "integrity": "sha512-ajQGE6k5gti4p//J9qPBo1RjA4RICJhrqQf9eRVFtuL7QQY2bFkpxoXPi4jx0W0AcLwJ1kC6c2ayxMlcHSescA==",
2586
+ "version": "3.8.3",
2587
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.8.3.tgz",
2588
+ "integrity": "sha512-dUpTfqwNfcCSnGfk8RV/BOouyvc2zd7vYY5ORdTpnm+LmDG1zT+045r5k0WqynO68ubh1isVZvfcBT6zgW3k3A==",
2589
2589
  "license": "MIT",
2590
2590
  "dependencies": {
2591
2591
  "@oclif/core": "^2.15.0",
@@ -2644,9 +2644,9 @@
2644
2644
  }
2645
2645
  },
2646
2646
  "node_modules/@oclif/plugin-search": {
2647
- "version": "0.0.22",
2648
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-0.0.22.tgz",
2649
- "integrity": "sha512-YPOGOm2/hclKeNfddMHX753TgbVFXUJYrGX/abeduXBdFV+h+ZYrp6PK0fCPTWPjJZQt63b8Ejvkd418dF5lMg==",
2647
+ "version": "0.0.23",
2648
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-0.0.23.tgz",
2649
+ "integrity": "sha512-KkRbglnDIAr6ycEIr82VyA8iKhrSj53CL7Ou5pSpshlrQZUD7HM0TGATXC4td504Ga6o8b3qE7YZwSuC4B+FtQ==",
2650
2650
  "license": "MIT",
2651
2651
  "dependencies": {
2652
2652
  "@oclif/core": "^2.9.3",
@@ -2660,9 +2660,9 @@
2660
2660
  }
2661
2661
  },
2662
2662
  "node_modules/@oclif/plugin-update": {
2663
- "version": "3.2.3",
2664
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.2.3.tgz",
2665
- "integrity": "sha512-JVKwp4ysG9GU4RmG59MZYMunz8onRI+wEQzJThyYkUFd0VfZviYt2FHsyoNtxi30l0tInC8APgKp1pCCO4e+FQ==",
2663
+ "version": "3.2.4",
2664
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.2.4.tgz",
2665
+ "integrity": "sha512-41G7NTKND+yTpb8LHlvlMIcNoaEUIIJuEwju9igL+ME/pN/53opeXgFV2IjjeFiexXj50OfesY9OQ6lqOZHw+g==",
2666
2666
  "license": "MIT",
2667
2667
  "dependencies": {
2668
2668
  "@oclif/core": "^2.11.8",
@@ -2722,9 +2722,9 @@
2722
2722
  }
2723
2723
  },
2724
2724
  "node_modules/@oclif/plugin-warn-if-update-available": {
2725
- "version": "2.1.0",
2726
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.1.0.tgz",
2727
- "integrity": "sha512-liTWd/qSIqALsikr88CAB9o2xGFt0LdT5REbhxtrx16/trRmkxQ+0RHK1FieGZAzEENx/4D3YcC/Y67a0uyO0g==",
2725
+ "version": "2.1.1",
2726
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.1.1.tgz",
2727
+ "integrity": "sha512-y7eSzT6R5bmTIJbiMMXgOlbBpcWXGlVhNeQJBLBCCy1+90Wbjyqf6uvY0i2WcO4sh/THTJ20qCW80j3XUlgDTA==",
2728
2728
  "license": "MIT",
2729
2729
  "dependencies": {
2730
2730
  "@oclif/core": "^2.15.0",
@@ -2739,9 +2739,9 @@
2739
2739
  }
2740
2740
  },
2741
2741
  "node_modules/@oclif/plugin-which": {
2742
- "version": "2.2.32",
2743
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.32.tgz",
2744
- "integrity": "sha512-6kWSBkw9tlGSfy2PF4dNoGc/c1a+FIitXSJTbMcXopWym8iZ8Jr7JrI24PxuqWqM6ciTzZqrqcnOs+EddlYAnw==",
2742
+ "version": "2.2.33",
2743
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.33.tgz",
2744
+ "integrity": "sha512-se6vCAt0h19s3AswEpyb9i0P8AhqJ3zf8yEBvGf3lM1oYeAAALdYal8wKdvXWhvQTORGnTiUlPRse94DNNRXfQ==",
2745
2745
  "license": "MIT",
2746
2746
  "dependencies": {
2747
2747
  "@oclif/core": "^2.11.10",
@@ -3638,9 +3638,9 @@
3638
3638
  }
3639
3639
  },
3640
3640
  "node_modules/@salesforce/plugin-apex": {
3641
- "version": "2.3.15",
3642
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-2.3.15.tgz",
3643
- "integrity": "sha512-OM5D+LS9E8sdIhhrtqStNblzFGMQVpNaxJRnfhj5Az3xRvoQ42XawRHiLNbULnJFM/PKb1K4rn7SIaBhRGoMpQ==",
3641
+ "version": "2.3.16",
3642
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-2.3.16.tgz",
3643
+ "integrity": "sha512-WazQSOiAnAiRynPNmHygvFIUsVylRpcUde0lvLuIppDcu1koqdkdzX2fXSFY2UN+XCxRjgSXPQSrXlxg7383ow==",
3644
3644
  "license": "BSD-3-Clause",
3645
3645
  "dependencies": {
3646
3646
  "@oclif/core": "^2.15.0",
@@ -3655,9 +3655,9 @@
3655
3655
  }
3656
3656
  },
3657
3657
  "node_modules/@salesforce/plugin-auth": {
3658
- "version": "2.8.17",
3659
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.17.tgz",
3660
- "integrity": "sha512-BEwZJDbQac73IMWrSFe6eWUDL+BDiF6Rv/lfKanp+P5kiUcX360n+TlzZ6MsHq6/RVFSs/RybmKDMTBPOnSFIQ==",
3658
+ "version": "2.8.18",
3659
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.18.tgz",
3660
+ "integrity": "sha512-O57oZRamWwYJu/R3dtLgtpmhrHz4REvAW011rTvhgR2ypCV6HWM6u9gsQoc4Km3zMBk+bR649rnDrqiprwLFcg==",
3661
3661
  "license": "BSD-3-Clause",
3662
3662
  "dependencies": {
3663
3663
  "@oclif/core": "^2.15.0",
@@ -3695,9 +3695,9 @@
3695
3695
  }
3696
3696
  },
3697
3697
  "node_modules/@salesforce/plugin-data": {
3698
- "version": "2.5.12",
3699
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.12.tgz",
3700
- "integrity": "sha512-EvRyLnvXXzBUKzBOGRJAYOikAQHV9qHXB2ayZ3khaFldAdpAHi05f9s0p3PLBhum80xuESzHYtzhQ4Blrl81TQ==",
3698
+ "version": "2.5.14",
3699
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.14.tgz",
3700
+ "integrity": "sha512-tk2gVNBAtr3G4Xd1A8mZFidlvY6pVco3DjrbJUtUxyb2g+o3VtdIftOadfoQ+YAQpU/04tNN2JsPURgkbQJ8Zg==",
3701
3701
  "license": "BSD-3-Clause",
3702
3702
  "dependencies": {
3703
3703
  "@oclif/core": "^2.15.0",
@@ -3716,9 +3716,9 @@
3716
3716
  }
3717
3717
  },
3718
3718
  "node_modules/@salesforce/plugin-deploy-retrieve": {
3719
- "version": "1.18.2",
3720
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.18.2.tgz",
3721
- "integrity": "sha512-uL5JHe+hmegb/aZhyxGyl/utno74fUDwsUy6WZGAutRpsv35+k57gvz5GkByCjaV1ROlSBy38YQkfWqYCdFSZA==",
3719
+ "version": "1.18.3",
3720
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.18.3.tgz",
3721
+ "integrity": "sha512-Frqt7RNgZcn2pHEI0p9NGSICRZipALzSPrtAhzpGUrAh1Hao08BbRNZRqWh1oOkwSGK67wV4Y+NxJAQ1SFPiAw==",
3722
3722
  "license": "BSD-3-Clause",
3723
3723
  "dependencies": {
3724
3724
  "@oclif/core": "^2.15.0",
@@ -3737,9 +3737,9 @@
3737
3737
  }
3738
3738
  },
3739
3739
  "node_modules/@salesforce/plugin-info": {
3740
- "version": "2.6.45",
3741
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.45.tgz",
3742
- "integrity": "sha512-1OIbnZz8cx98T6O/qbHw+5dKHWBPSZxYnyV8k/xWwzqbO2vNAVzV3PS9jKiXDz6K8NhL45xJw9SwgrGT3n2UPA==",
3740
+ "version": "2.6.46",
3741
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.46.tgz",
3742
+ "integrity": "sha512-Ab/SQIlHdDXW9U42IhVrdHNrHuDERolZlspaA0qbj77HDzDzOM3VX6jnMh8CSoCHHwS4fdiTjgkI4OB1DXeQ3g==",
3743
3743
  "license": "BSD-3-Clause",
3744
3744
  "dependencies": {
3745
3745
  "@oclif/core": "^2.15.0",
@@ -3759,9 +3759,9 @@
3759
3759
  }
3760
3760
  },
3761
3761
  "node_modules/@salesforce/plugin-limits": {
3762
- "version": "2.3.35",
3763
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.35.tgz",
3764
- "integrity": "sha512-ACVXlMAmkg9WIB6DLKh+8dpkXlT2dmbWJmsK9f3c89wCntE+lS7c6RnTDkxKUbsoQJe6BFGtYBkfvKGPYBwQQQ==",
3762
+ "version": "2.3.36",
3763
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.36.tgz",
3764
+ "integrity": "sha512-uqJCk15Zkiu3T/sBK8LPeKQQuPRzoieMHcLLCwRoeGpL3n1rxuq++r73yCYXWFQt7X6P06VyjpRyiFcZQ0Y3wQ==",
3765
3765
  "license": "BSD-3-Clause",
3766
3766
  "dependencies": {
3767
3767
  "@oclif/core": "^2.15.0",
@@ -3776,9 +3776,9 @@
3776
3776
  }
3777
3777
  },
3778
3778
  "node_modules/@salesforce/plugin-login": {
3779
- "version": "1.2.31",
3780
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.31.tgz",
3781
- "integrity": "sha512-IXivS5MQ9a1yei4JQNdAU1kZa21cIUOrXqxRlslElmdjMR83E+t15LAsx+L2hCFzj7X55CwUcufhiM687xP1ZA==",
3779
+ "version": "1.2.32",
3780
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.32.tgz",
3781
+ "integrity": "sha512-6M2BiEkvngfLkm1goMdEGbEtJVYXWTK6j07aww7RCgSiuf4wzLsk2SH0/HFjiy4dumzoL0ngaSb/j9uybdN2xw==",
3782
3782
  "license": "BSD-3-Clause",
3783
3783
  "dependencies": {
3784
3784
  "@oclif/core": "^2.15.0",
@@ -3793,9 +3793,9 @@
3793
3793
  }
3794
3794
  },
3795
3795
  "node_modules/@salesforce/plugin-marketplace": {
3796
- "version": "0.2.2",
3797
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.2.2.tgz",
3798
- "integrity": "sha512-Uuxzxo0FljtP8TO4WkkZmN+reMyjQlk29kjWq+UTqWF6fdPsREYBmquGshZNccLh/07vFr2Jds/zysXrG7+XeA==",
3796
+ "version": "0.2.3",
3797
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.2.3.tgz",
3798
+ "integrity": "sha512-w6f4mRhccMwfqC/Bkj7soNjIQ30idNRlMYkyROGQbFtfPqZPFdLTtyL9uTXTAY1k+WsZ68eb+c2/szZ14mdfKA==",
3799
3799
  "license": "BSD-3-Clause",
3800
3800
  "dependencies": {
3801
3801
  "@oclif/core": "^2.15.0",
@@ -3811,9 +3811,9 @@
3811
3811
  }
3812
3812
  },
3813
3813
  "node_modules/@salesforce/plugin-org": {
3814
- "version": "2.10.8",
3815
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.10.8.tgz",
3816
- "integrity": "sha512-/j60Ht8bwdnp9cCBFz1jEyaDNlyoOPnYSwlhp7PGUThLqxbW+lp6Wd7JzjgiVpOf4+Es1YdVfLvTDgyMBs6dBw==",
3814
+ "version": "2.10.9",
3815
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.10.9.tgz",
3816
+ "integrity": "sha512-UAHjLitKTRlBg1US4RmqhYmfNrqTOzW1UfXDrsctLJpDlbDz2IBRdxBJbeq9k4dA/f8Wb9/1JSb6WuqgVHwZ3g==",
3817
3817
  "license": "BSD-3-Clause",
3818
3818
  "dependencies": {
3819
3819
  "@oclif/core": "^2.15.0",
@@ -4010,9 +4010,9 @@
4010
4010
  }
4011
4011
  },
4012
4012
  "node_modules/@salesforce/plugin-schema": {
4013
- "version": "2.3.28",
4014
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.28.tgz",
4015
- "integrity": "sha512-13UEwwz1TDfTi7fPX4LiHz66qUdWfAZNsZuBeYx3MPMfiGAOkxEAvwn8Moq/48WQ/RXDJJq6MnfLiIRYXi3WFg==",
4013
+ "version": "2.3.29",
4014
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.29.tgz",
4015
+ "integrity": "sha512-OCPvOzDOrT74+p4zU3VHYWFlWVjsu9x7/+hkqOuP4y9IWfEFhcTCSNn4cGd7ZsMz5o6F0YZotjP7ODHgqZ8D9A==",
4016
4016
  "license": "BSD-3-Clause",
4017
4017
  "dependencies": {
4018
4018
  "@oclif/core": "^2.15.0",
@@ -4025,9 +4025,9 @@
4025
4025
  }
4026
4026
  },
4027
4027
  "node_modules/@salesforce/plugin-settings": {
4028
- "version": "1.4.30",
4029
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.30.tgz",
4030
- "integrity": "sha512-eezOWSoGNuVRbfyqXNSuLnRycdtIIyLxskcq0QldQIp/1jcQTeA+d1aM8DTatSnxyhbw2Z3JJA0+DL+2noKk+g==",
4028
+ "version": "1.4.31",
4029
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.31.tgz",
4030
+ "integrity": "sha512-EprhzfV0Xhh2Ndbay2wdfx9hOI0xXLOfB3mstTaKa4Fg46uyJpVDVM+A74/xHUOxg7maBsLbJp2Il+zyM3KFsQ==",
4031
4031
  "license": "BSD-3-Clause",
4032
4032
  "dependencies": {
4033
4033
  "@oclif/core": "^2.15.0",
@@ -4041,9 +4041,9 @@
4041
4041
  }
4042
4042
  },
4043
4043
  "node_modules/@salesforce/plugin-sobject": {
4044
- "version": "0.2.7",
4045
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.7.tgz",
4046
- "integrity": "sha512-Tiv5IxIDnSSEe1NRKZEIjnsmiBvQLGhVQrhdN6SEAuw8R0auqQCEgzu4GsWAwRm/mqBTouVnQwl5ZS2+ysFQPg==",
4044
+ "version": "0.2.8",
4045
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.8.tgz",
4046
+ "integrity": "sha512-y5tgrov2YVBxnmC5eS/SFxFnczAd60PwNkiE8XzujrQiDSRbmkboH3rhBGv89F9aBkzBLw+lJUd9S+AEc3fn7A==",
4047
4047
  "license": "BSD-3-Clause",
4048
4048
  "dependencies": {
4049
4049
  "@oclif/core": "^2.15.0",
@@ -4062,9 +4062,9 @@
4062
4062
  }
4063
4063
  },
4064
4064
  "node_modules/@salesforce/plugin-source": {
4065
- "version": "2.10.36",
4066
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.36.tgz",
4067
- "integrity": "sha512-zX/BPSQceFDlokaMqtUM+Tb/xLlG3FE5U1p9XQbqcXn+T51UM1u6OFcRAuBzueFprnXpzrOdSn9kt5mIOdGamQ==",
4065
+ "version": "2.10.37",
4066
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.37.tgz",
4067
+ "integrity": "sha512-XQFtRVXNTRCOq1qD3yvbqpnt/XcFdGmRHV+ivRZpjq9b+wcHG3h6nAxZ8wNQf/0zMCjI+p2H+OcOqE4tG7zLOg==",
4068
4068
  "license": "BSD-3-Clause",
4069
4069
  "dependencies": {
4070
4070
  "@oclif/core": "^2.15.0",
@@ -4084,9 +4084,9 @@
4084
4084
  }
4085
4085
  },
4086
4086
  "node_modules/@salesforce/plugin-telemetry": {
4087
- "version": "2.3.4",
4088
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.4.tgz",
4089
- "integrity": "sha512-wyiK583/zFtu+KqYjmvZhe9SJZjLh567c24NSiYzPie/EW0F6N4JJLx8kJ+g6o9kJbRdXNyx9bTzKIEJwr/M0A==",
4087
+ "version": "2.3.5",
4088
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.5.tgz",
4089
+ "integrity": "sha512-Kh3mvZmh2ZWkot9BoHmZkgTAhc1KoglAI9P4ORS2xqV1AJhtq2R2q2hfvhaCnjFQ217xivHaW9vD23dHtPA0Iw==",
4090
4090
  "license": "BSD-3-Clause",
4091
4091
  "dependencies": {
4092
4092
  "@oclif/core": "^2.15.0",
@@ -4101,9 +4101,9 @@
4101
4101
  }
4102
4102
  },
4103
4103
  "node_modules/@salesforce/plugin-templates": {
4104
- "version": "55.5.13",
4105
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.13.tgz",
4106
- "integrity": "sha512-tX4EjtTDIhu88XW3IrWn2xBtQQH2hh1PPpUR0mEDRITLfn9SUD/3nEpGBjvmplWUH74/eiGoHXsoi+rTs4ZbJw==",
4104
+ "version": "55.5.14",
4105
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.14.tgz",
4106
+ "integrity": "sha512-Otu+kcDpf4uO7le8wg8ulP6EJO4I71+PHdygxp7sJ0iXDWgcHEO7ZZJwLiyI44eNi6hngw9+KWa/pIWdpaTYHg==",
4107
4107
  "license": "BSD-3-Clause",
4108
4108
  "dependencies": {
4109
4109
  "@oclif/core": "^2.15.0",
@@ -4119,9 +4119,9 @@
4119
4119
  }
4120
4120
  },
4121
4121
  "node_modules/@salesforce/plugin-trust": {
4122
- "version": "2.6.15",
4123
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.15.tgz",
4124
- "integrity": "sha512-/lnVMyr+FebW3g663UQVoamrklHL0YJnat52XRemVmdWGWd7CNWoVtHQ2I8iaOMu0mBLDt3/3BaVqQFAxJgVHw==",
4122
+ "version": "2.6.16",
4123
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.16.tgz",
4124
+ "integrity": "sha512-cBM8dJ3mf1VeY/ysg8Syb02gtGxjvt+yU4w/byHyLUtijhsieCREKP6OzvbMSq9asez+iuQa/haHI/yNDzeSuA==",
4125
4125
  "license": "BSD-3-Clause",
4126
4126
  "dependencies": {
4127
4127
  "@oclif/core": "^2.15.0",
@@ -7645,9 +7645,9 @@
7645
7645
  }
7646
7646
  },
7647
7647
  "node_modules/@salesforce/plugin-user": {
7648
- "version": "2.3.32",
7649
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.32.tgz",
7650
- "integrity": "sha512-Msljq9lATskNYzVZsHrxBDzSLOiju9Khtbw7irlfdDrpCRV0K9aViyLDZC6HcV5rfWkeW4T8dSnvnqLNp6EMRg==",
7648
+ "version": "2.3.33",
7649
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.33.tgz",
7650
+ "integrity": "sha512-xlq/qRfFekPrWCNM/pq1Yg0zHW4YtFS1sXXlemOuLVisUVp1CleyNSBFFIoB86T7NhsPqyHRoIMD+5RTrZ5viA==",
7651
7651
  "license": "BSD-3-Clause",
7652
7652
  "dependencies": {
7653
7653
  "@oclif/core": "^2.15.0",
@@ -7675,9 +7675,9 @@
7675
7675
  "license": "ISC"
7676
7676
  },
7677
7677
  "node_modules/@salesforce/sf-plugins-core": {
7678
- "version": "3.1.24",
7679
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.24.tgz",
7680
- "integrity": "sha512-VzYalv5ArjpKOn0PAAXmLjRv3xnyf1MhoYygFtmcWIvOWvlqndtqtZaC5JkLQgJduF905YDEg5dKsIAUd6R6Sg==",
7678
+ "version": "3.1.25",
7679
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.25.tgz",
7680
+ "integrity": "sha512-n2cjdp3oWgeXzMmmF1ZOIUBbidxist9qJdbDrWwVbDW2dQS3Kb23vWKsrFci7l1Hf9sQA1AApxTiwJ1DQEqKBA==",
7681
7681
  "license": "BSD-3-Clause",
7682
7682
  "dependencies": {
7683
7683
  "@oclif/core": "^2.15.0",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.12.0",
2
+ "version": "2.12.1",
3
3
  "commands": {
4
4
  "cmdt:generate:field": {
5
5
  "id": "cmdt:generate:field",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.12.0",
4
+ "version": "2.12.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run",
@@ -70,13 +70,13 @@
70
70
  "@salesforce/plugin-user"
71
71
  ],
72
72
  "jitPlugins": {
73
- "@salesforce/plugin-custom-metadata": "2.2.4",
74
- "@salesforce/plugin-community": "2.4.4",
73
+ "@salesforce/plugin-custom-metadata": "2.2.5",
74
+ "@salesforce/plugin-community": "2.4.5",
75
75
  "@salesforce/plugin-dev": "1.2.0",
76
- "@salesforce/plugin-devops-center": "1.2.0",
77
- "@salesforce/plugin-env": "2.2.2",
76
+ "@salesforce/plugin-devops-center": "1.2.1",
77
+ "@salesforce/plugin-env": "2.2.3",
78
78
  "@salesforce/plugin-functions": "1.22.3",
79
- "@salesforce/plugin-packaging": "1.26.1",
79
+ "@salesforce/plugin-packaging": "1.26.2",
80
80
  "@salesforce/plugin-signups": "1.5.1",
81
81
  "@salesforce/sfdx-plugin-lwc-test": "1.1.0",
82
82
  "@salesforce/sfdx-scanner": "3.16.0"
@@ -122,35 +122,35 @@
122
122
  },
123
123
  "dependencies": {
124
124
  "@oclif/core": "2.15.0",
125
- "@oclif/plugin-autocomplete": "2.3.8",
126
- "@oclif/plugin-commands": "2.2.26",
127
- "@oclif/plugin-help": "5.2.19",
128
- "@oclif/plugin-not-found": "2.4.1",
129
- "@oclif/plugin-plugins": "3.8.2",
130
- "@oclif/plugin-search": "0.0.22",
131
- "@oclif/plugin-update": "3.2.3",
125
+ "@oclif/plugin-autocomplete": "2.3.9",
126
+ "@oclif/plugin-commands": "2.2.27",
127
+ "@oclif/plugin-help": "5.2.20",
128
+ "@oclif/plugin-not-found": "2.4.2",
129
+ "@oclif/plugin-plugins": "3.8.3",
130
+ "@oclif/plugin-search": "0.0.23",
131
+ "@oclif/plugin-update": "3.2.4",
132
132
  "@oclif/plugin-version": "1.3.10",
133
- "@oclif/plugin-warn-if-update-available": "2.1.0",
134
- "@oclif/plugin-which": "2.2.32",
133
+ "@oclif/plugin-warn-if-update-available": "2.1.1",
134
+ "@oclif/plugin-which": "2.2.33",
135
135
  "@salesforce/core": "^5.2.0",
136
- "@salesforce/plugin-apex": "2.3.15",
137
- "@salesforce/plugin-auth": "2.8.17",
138
- "@salesforce/plugin-data": "2.5.12",
139
- "@salesforce/plugin-deploy-retrieve": "1.18.2",
140
- "@salesforce/plugin-info": "2.6.45",
141
- "@salesforce/plugin-limits": "2.3.35",
142
- "@salesforce/plugin-login": "1.2.31",
143
- "@salesforce/plugin-marketplace": "0.2.2",
144
- "@salesforce/plugin-org": "2.10.8",
145
- "@salesforce/plugin-schema": "2.3.28",
146
- "@salesforce/plugin-settings": "1.4.30",
147
- "@salesforce/plugin-sobject": "0.2.7",
148
- "@salesforce/plugin-source": "2.10.36",
149
- "@salesforce/plugin-telemetry": "2.3.4",
150
- "@salesforce/plugin-templates": "55.5.13",
151
- "@salesforce/plugin-trust": "2.6.15",
152
- "@salesforce/plugin-user": "2.3.32",
153
- "@salesforce/sf-plugins-core": "3.1.24",
136
+ "@salesforce/plugin-apex": "2.3.16",
137
+ "@salesforce/plugin-auth": "2.8.18",
138
+ "@salesforce/plugin-data": "2.5.14",
139
+ "@salesforce/plugin-deploy-retrieve": "1.18.3",
140
+ "@salesforce/plugin-info": "2.6.46",
141
+ "@salesforce/plugin-limits": "2.3.36",
142
+ "@salesforce/plugin-login": "1.2.32",
143
+ "@salesforce/plugin-marketplace": "0.2.3",
144
+ "@salesforce/plugin-org": "2.10.9",
145
+ "@salesforce/plugin-schema": "2.3.29",
146
+ "@salesforce/plugin-settings": "1.4.31",
147
+ "@salesforce/plugin-sobject": "0.2.8",
148
+ "@salesforce/plugin-source": "2.10.37",
149
+ "@salesforce/plugin-telemetry": "2.3.5",
150
+ "@salesforce/plugin-templates": "55.5.14",
151
+ "@salesforce/plugin-trust": "2.6.16",
152
+ "@salesforce/plugin-user": "2.3.33",
153
+ "@salesforce/sf-plugins-core": "3.1.25",
154
154
  "debug": "^4.3.4",
155
155
  "tslib": "^2.4.1"
156
156
  },