@salesforce/cli 2.130.5 → 2.130.6
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 +44 -35
- package/npm-shrinkwrap.json +18 -18
- package/oclif.lock +17 -17
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.130.
|
|
28
|
+
@salesforce/cli/2.130.6 linux-x64 node-v22.22.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -9773,7 +9773,7 @@ FLAG DESCRIPTIONS
|
|
|
9773
9773
|
directory.
|
|
9774
9774
|
```
|
|
9775
9775
|
|
|
9776
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
9776
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/analytics/template.ts)_
|
|
9777
9777
|
|
|
9778
9778
|
## `sf template generate apex class`
|
|
9779
9779
|
|
|
@@ -9833,7 +9833,7 @@ FLAG DESCRIPTIONS
|
|
|
9833
9833
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9834
9834
|
```
|
|
9835
9835
|
|
|
9836
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
9836
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/apex/class.ts)_
|
|
9837
9837
|
|
|
9838
9838
|
## `sf template generate apex trigger`
|
|
9839
9839
|
|
|
@@ -9903,7 +9903,7 @@ FLAG DESCRIPTIONS
|
|
|
9903
9903
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9904
9904
|
```
|
|
9905
9905
|
|
|
9906
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
9906
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/apex/trigger.ts)_
|
|
9907
9907
|
|
|
9908
9908
|
## `sf template generate digital-experience site`
|
|
9909
9909
|
|
|
@@ -9957,7 +9957,7 @@ FLAG DESCRIPTIONS
|
|
|
9957
9957
|
project, defaults to the current directory.
|
|
9958
9958
|
```
|
|
9959
9959
|
|
|
9960
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
9960
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/digital-experience/site.ts)_
|
|
9961
9961
|
|
|
9962
9962
|
## `sf template generate flexipage`
|
|
9963
9963
|
|
|
@@ -10039,7 +10039,7 @@ FLAG DESCRIPTIONS
|
|
|
10039
10039
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
10040
10040
|
```
|
|
10041
10041
|
|
|
10042
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
10042
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/flexipage/index.ts)_
|
|
10043
10043
|
|
|
10044
10044
|
## `sf template generate lightning app`
|
|
10045
10045
|
|
|
@@ -10095,7 +10095,7 @@ FLAG DESCRIPTIONS
|
|
|
10095
10095
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10096
10096
|
```
|
|
10097
10097
|
|
|
10098
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
10098
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/lightning/app.ts)_
|
|
10099
10099
|
|
|
10100
10100
|
## `sf template generate lightning component`
|
|
10101
10101
|
|
|
@@ -10165,7 +10165,7 @@ FLAG DESCRIPTIONS
|
|
|
10165
10165
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10166
10166
|
```
|
|
10167
10167
|
|
|
10168
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
10168
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/lightning/component.ts)_
|
|
10169
10169
|
|
|
10170
10170
|
## `sf template generate lightning event`
|
|
10171
10171
|
|
|
@@ -10221,7 +10221,7 @@ FLAG DESCRIPTIONS
|
|
|
10221
10221
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10222
10222
|
```
|
|
10223
10223
|
|
|
10224
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
10224
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/lightning/event.ts)_
|
|
10225
10225
|
|
|
10226
10226
|
## `sf template generate lightning interface`
|
|
10227
10227
|
|
|
@@ -10277,7 +10277,7 @@ FLAG DESCRIPTIONS
|
|
|
10277
10277
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10278
10278
|
```
|
|
10279
10279
|
|
|
10280
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
10280
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/lightning/interface.ts)_
|
|
10281
10281
|
|
|
10282
10282
|
## `sf template generate lightning test`
|
|
10283
10283
|
|
|
@@ -10333,7 +10333,7 @@ FLAG DESCRIPTIONS
|
|
|
10333
10333
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10334
10334
|
```
|
|
10335
10335
|
|
|
10336
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
10336
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/lightning/test.ts)_
|
|
10337
10337
|
|
|
10338
10338
|
## `sf template generate project`
|
|
10339
10339
|
|
|
@@ -10446,7 +10446,7 @@ FLAG DESCRIPTIONS
|
|
|
10446
10446
|
Override the api version used for api requests made by this command
|
|
10447
10447
|
```
|
|
10448
10448
|
|
|
10449
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
10449
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/project/index.ts)_
|
|
10450
10450
|
|
|
10451
10451
|
## `sf template generate static-resource`
|
|
10452
10452
|
|
|
@@ -10509,11 +10509,11 @@ FLAG DESCRIPTIONS
|
|
|
10509
10509
|
etc.
|
|
10510
10510
|
```
|
|
10511
10511
|
|
|
10512
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
10512
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/static-resource/index.ts)_
|
|
10513
10513
|
|
|
10514
10514
|
## `sf template generate ui-bundle`
|
|
10515
10515
|
|
|
10516
|
-
Generate a UI bundle.
|
|
10516
|
+
Generate a UI bundle, which contains the code and metadata to build a UI experience that uses non-native Salesforce frameworks, such as React.
|
|
10517
10517
|
|
|
10518
10518
|
```
|
|
10519
10519
|
USAGE
|
|
@@ -10521,10 +10521,10 @@ USAGE
|
|
|
10521
10521
|
[--api-version <value>]
|
|
10522
10522
|
|
|
10523
10523
|
FLAGS
|
|
10524
|
-
-d, --output-dir=<value> Directory
|
|
10524
|
+
-d, --output-dir=<value> Directory into which the files are created.
|
|
10525
10525
|
-l, --label=<value> Master label for the UI bundle.
|
|
10526
|
-
-n, --name=<value> (required)
|
|
10527
|
-
-t, --template=<option> [default: default] Template to use for
|
|
10526
|
+
-n, --name=<value> (required) API name of the generated UI bundle.
|
|
10527
|
+
-t, --template=<option> [default: default] Template to use when creating the files for a specific UI framework.
|
|
10528
10528
|
<options: default|reactbasic>
|
|
10529
10529
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
10530
10530
|
|
|
@@ -10533,12 +10533,20 @@ GLOBAL FLAGS
|
|
|
10533
10533
|
--json Format output as json.
|
|
10534
10534
|
|
|
10535
10535
|
DESCRIPTION
|
|
10536
|
-
Generate a UI bundle
|
|
10536
|
+
Generate a UI bundle, which contains the code and metadata to build a UI experience that uses non-native Salesforce
|
|
10537
|
+
frameworks, such as React.
|
|
10538
|
+
|
|
10539
|
+
Salesforce provides native UI frameworks, such as Lighting Web Components (LWC), to build applications that run on the
|
|
10540
|
+
Salesforce Platform. But you can also use non-native JavaScript- or TypeScript-based UI frameworks, such as React, to
|
|
10541
|
+
build a UI experience for the Salesforce Platform and that you can launch from the App Launcher.
|
|
10542
|
+
|
|
10543
|
+
These non-native UI experiences are defined by the "UIBundle" metadata type in your DX project. Use this command to
|
|
10544
|
+
generate the required DX project structure and files. For example, when you run this command and specify the name
|
|
10545
|
+
MyUiBundle, then the files are generated into a "uiBundles/MyUiBundle" directory. Use the --output-dir flag to specify
|
|
10546
|
+
a different directory.
|
|
10537
10547
|
|
|
10538
|
-
|
|
10539
|
-
|
|
10540
|
-
package directory. Either run this command from an existing directory of this name, or use the --output-dir flag to
|
|
10541
|
-
create one or point to an existing one.
|
|
10548
|
+
Use the --template flag for generating the files to get started with a speciic UI framework, such as React. Check out
|
|
10549
|
+
the README.md file in the generated "uiBundles/<bundlename>" directory for more information about the template.
|
|
10542
10550
|
|
|
10543
10551
|
ALIASES
|
|
10544
10552
|
$ sf ui-bundle generate
|
|
@@ -10552,17 +10560,21 @@ EXAMPLES
|
|
|
10552
10560
|
|
|
10553
10561
|
$ sf template generate ui-bundle --name MyReactApp --template reactbasic
|
|
10554
10562
|
|
|
10555
|
-
Generate the UI bundle in the "force-app/main/default/uiBundles" directory:
|
|
10563
|
+
Generate the React-based UI bundle in the "force-app/main/default/uiBundles" directory:
|
|
10556
10564
|
|
|
10557
|
-
$ sf template generate ui-bundle --name MyUiBundle --output-dir
|
|
10565
|
+
$ sf template generate ui-bundle --name MyUiBundle --template reactbasic --output-dir \
|
|
10566
|
+
force-app/main/default/uiBundles
|
|
10558
10567
|
|
|
10559
10568
|
FLAG DESCRIPTIONS
|
|
10560
|
-
-d, --output-dir=<value> Directory
|
|
10569
|
+
-d, --output-dir=<value> Directory into which the files are created.
|
|
10561
10570
|
|
|
10562
10571
|
The location can be an absolute path or relative to the current working directory.
|
|
10563
10572
|
|
|
10564
|
-
|
|
10565
|
-
|
|
10573
|
+
If not specified, the command reads your sfdx-project.json and defaults to "uiBundles" directory within your default
|
|
10574
|
+
package directory. When running outside a Salesforce DX project, defaults to the current directory.
|
|
10575
|
+
|
|
10576
|
+
**Important:** This command automatically ensures the output directory ends with "uiBundles". If your specified path
|
|
10577
|
+
doesn't end with "uiBundles", it's automatically appended. The UI bundle is created at "<output-dir>/<name>".
|
|
10566
10578
|
|
|
10567
10579
|
**Examples:**
|
|
10568
10580
|
|
|
@@ -10570,24 +10582,21 @@ FLAG DESCRIPTIONS
|
|
|
10570
10582
|
- "--output-dir force-app/main/default/uiBundles" → Creates a UI bundle at
|
|
10571
10583
|
"force-app/main/default/uiBundles/MyUiBundle/" (no change)
|
|
10572
10584
|
|
|
10573
|
-
If not specified, the command reads your sfdx-project.json and defaults to "uiBundles" directory within your default
|
|
10574
|
-
package directory. When running outside a Salesforce DX project, defaults to the current directory.
|
|
10575
|
-
|
|
10576
10585
|
-l, --label=<value> Master label for the UI bundle.
|
|
10577
10586
|
|
|
10578
10587
|
If not specified, the label is derived from the name.
|
|
10579
10588
|
|
|
10580
|
-
-n, --name=<value>
|
|
10589
|
+
-n, --name=<value> API name of the generated UI bundle.
|
|
10581
10590
|
|
|
10582
10591
|
This name can contain only underscores and alphanumeric characters, and must be unique in your org. It must begin
|
|
10583
10592
|
with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores.
|
|
10584
10593
|
|
|
10585
|
-
-t, --template=default|reactbasic Template to use for
|
|
10594
|
+
-t, --template=default|reactbasic Template to use when creating the files for a specific UI framework.
|
|
10586
10595
|
|
|
10587
10596
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10588
10597
|
```
|
|
10589
10598
|
|
|
10590
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
10599
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/ui-bundle/index.ts)_
|
|
10591
10600
|
|
|
10592
10601
|
## `sf template generate visualforce component`
|
|
10593
10602
|
|
|
@@ -10644,7 +10653,7 @@ FLAG DESCRIPTIONS
|
|
|
10644
10653
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10645
10654
|
```
|
|
10646
10655
|
|
|
10647
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
10656
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/visualforce/component.ts)_
|
|
10648
10657
|
|
|
10649
10658
|
## `sf template generate visualforce page`
|
|
10650
10659
|
|
|
@@ -10695,7 +10704,7 @@ FLAG DESCRIPTIONS
|
|
|
10695
10704
|
The name can be up to 40 characters and must start with a letter.
|
|
10696
10705
|
```
|
|
10697
10706
|
|
|
10698
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.
|
|
10707
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.13.3/src/commands/template/generate/visualforce/page.ts)_
|
|
10699
10708
|
|
|
10700
10709
|
## `sf update [CHANNEL]`
|
|
10701
10710
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.130.
|
|
3
|
+
"version": "2.130.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.130.
|
|
9
|
+
"version": "2.130.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@oclif/plugin-version": "2.2.40",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.58",
|
|
24
24
|
"@oclif/plugin-which": "3.2.47",
|
|
25
|
-
"@salesforce/core": "^8.
|
|
25
|
+
"@salesforce/core": "^8.28.0",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-agent": "1.32.14",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.17",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.63",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.93",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.7",
|
|
42
|
-
"@salesforce/plugin-templates": "56.13.
|
|
42
|
+
"@salesforce/plugin-templates": "56.13.3",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.119",
|
|
44
44
|
"@salesforce/plugin-user": "3.8.2",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.6",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@oclif/test": "^4.1.17",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
56
56
|
"@salesforce/plugin-release-management": "^5.7.0",
|
|
57
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
57
|
+
"@salesforce/ts-sinon": "^1.4.33",
|
|
58
58
|
"@salesforce/ts-types": "^2.0.11",
|
|
59
59
|
"aws-sdk": "^2.1693.0",
|
|
60
60
|
"oclif": "^4.22.96",
|
|
@@ -4778,9 +4778,9 @@
|
|
|
4778
4778
|
}
|
|
4779
4779
|
},
|
|
4780
4780
|
"node_modules/@salesforce/core": {
|
|
4781
|
-
"version": "8.
|
|
4782
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4783
|
-
"integrity": "sha512-
|
|
4781
|
+
"version": "8.28.0",
|
|
4782
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.0.tgz",
|
|
4783
|
+
"integrity": "sha512-3ujBW6XQYSCTCED7je+Pp0/BnWNvbumhIXiaGiJKNj4QAs8p7hfq7N2dJ87D0BqRjR+cEnuzpqE3DC087tRFWg==",
|
|
4784
4784
|
"license": "BSD-3-Clause",
|
|
4785
4785
|
"dependencies": {
|
|
4786
4786
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -5756,14 +5756,14 @@
|
|
|
5756
5756
|
}
|
|
5757
5757
|
},
|
|
5758
5758
|
"node_modules/@salesforce/plugin-templates": {
|
|
5759
|
-
"version": "56.13.
|
|
5760
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.13.
|
|
5761
|
-
"integrity": "sha512-
|
|
5759
|
+
"version": "56.13.3",
|
|
5760
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.13.3.tgz",
|
|
5761
|
+
"integrity": "sha512-qF6CXxc1Gl0i0UGpc1OxAzJgnvnGRqL+DwpNuj7TMAoPU8nsKIqzZNPUD0bLf+L7T4NPWIFWvM7lTfmxduOE8g==",
|
|
5762
5762
|
"license": "Apache-2.0",
|
|
5763
5763
|
"dependencies": {
|
|
5764
5764
|
"@salesforce/core": "^8.27.1",
|
|
5765
5765
|
"@salesforce/sf-plugins-core": "^12",
|
|
5766
|
-
"@salesforce/templates": "^66.7.
|
|
5766
|
+
"@salesforce/templates": "^66.7.4"
|
|
5767
5767
|
},
|
|
5768
5768
|
"engines": {
|
|
5769
5769
|
"node": ">=18.0.0"
|
|
@@ -6145,9 +6145,9 @@
|
|
|
6145
6145
|
}
|
|
6146
6146
|
},
|
|
6147
6147
|
"node_modules/@salesforce/templates": {
|
|
6148
|
-
"version": "66.7.
|
|
6149
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.
|
|
6150
|
-
"integrity": "sha512-
|
|
6148
|
+
"version": "66.7.4",
|
|
6149
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.4.tgz",
|
|
6150
|
+
"integrity": "sha512-nELEovHB5ZAGQCp9Kn7WkTCslM5RvyqPZbES78hvKlidxWSWhIYamnRmjmJpsH0VVTK/Z6serEHGUwS1QurETw==",
|
|
6151
6151
|
"license": "BSD-3-Clause",
|
|
6152
6152
|
"dependencies": {
|
|
6153
6153
|
"@salesforce/kit": "^3.2.4",
|
|
@@ -6302,9 +6302,9 @@
|
|
|
6302
6302
|
}
|
|
6303
6303
|
},
|
|
6304
6304
|
"node_modules/@salesforce/ts-sinon": {
|
|
6305
|
-
"version": "1.4.
|
|
6306
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
|
6307
|
-
"integrity": "sha512-
|
|
6305
|
+
"version": "1.4.33",
|
|
6306
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.33.tgz",
|
|
6307
|
+
"integrity": "sha512-vzcXahroM1s9/xhAhd11/XCh9ebLZfVkAIq5B32LzQgRJeUTJvF53n3j3TphdS/YkmBJyRj/P7p5133O/oJwWA==",
|
|
6308
6308
|
"dev": true,
|
|
6309
6309
|
"license": "Apache-2.0",
|
|
6310
6310
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -2091,10 +2091,10 @@
|
|
|
2091
2091
|
strip-ansi "6.0.1"
|
|
2092
2092
|
ts-retry-promise "^0.8.1"
|
|
2093
2093
|
|
|
2094
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.25.
|
|
2095
|
-
version "8.
|
|
2096
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
2097
|
-
integrity sha512-
|
|
2094
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.25.1", "@salesforce/core@^8.26.2", "@salesforce/core@^8.26.3", "@salesforce/core@^8.27.0", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5":
|
|
2095
|
+
version "8.28.0"
|
|
2096
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.28.0.tgz"
|
|
2097
|
+
integrity sha512-3ujBW6XQYSCTCED7je+Pp0/BnWNvbumhIXiaGiJKNj4QAs8p7hfq7N2dJ87D0BqRjR+cEnuzpqE3DC087tRFWg==
|
|
2098
2098
|
dependencies:
|
|
2099
2099
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
2100
2100
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2449,14 +2449,14 @@
|
|
|
2449
2449
|
"@salesforce/ts-types" "^2.0.12"
|
|
2450
2450
|
debug "^4.4.3"
|
|
2451
2451
|
|
|
2452
|
-
"@salesforce/plugin-templates@56.13.
|
|
2453
|
-
version "56.13.
|
|
2454
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.13.
|
|
2455
|
-
integrity sha512-
|
|
2452
|
+
"@salesforce/plugin-templates@56.13.3":
|
|
2453
|
+
version "56.13.3"
|
|
2454
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.13.3.tgz"
|
|
2455
|
+
integrity sha512-qF6CXxc1Gl0i0UGpc1OxAzJgnvnGRqL+DwpNuj7TMAoPU8nsKIqzZNPUD0bLf+L7T4NPWIFWvM7lTfmxduOE8g==
|
|
2456
2456
|
dependencies:
|
|
2457
2457
|
"@salesforce/core" "^8.27.1"
|
|
2458
2458
|
"@salesforce/sf-plugins-core" "^12"
|
|
2459
|
-
"@salesforce/templates" "^66.7.
|
|
2459
|
+
"@salesforce/templates" "^66.7.4"
|
|
2460
2460
|
|
|
2461
2461
|
"@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.119":
|
|
2462
2462
|
version "3.7.119"
|
|
@@ -2576,10 +2576,10 @@
|
|
|
2576
2576
|
o11y_schema "^260.52.0"
|
|
2577
2577
|
proxy-agent "^6.5.0"
|
|
2578
2578
|
|
|
2579
|
-
"@salesforce/templates@^66.7.
|
|
2580
|
-
version "66.7.
|
|
2581
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.
|
|
2582
|
-
integrity sha512-
|
|
2579
|
+
"@salesforce/templates@^66.7.4":
|
|
2580
|
+
version "66.7.4"
|
|
2581
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.4.tgz"
|
|
2582
|
+
integrity sha512-nELEovHB5ZAGQCp9Kn7WkTCslM5RvyqPZbES78hvKlidxWSWhIYamnRmjmJpsH0VVTK/Z6serEHGUwS1QurETw==
|
|
2583
2583
|
dependencies:
|
|
2584
2584
|
"@salesforce/kit" "^3.2.4"
|
|
2585
2585
|
ejs "^3.1.10"
|
|
@@ -2590,10 +2590,10 @@
|
|
|
2590
2590
|
tar "^7.5.12"
|
|
2591
2591
|
tslib "^2.8.1"
|
|
2592
2592
|
|
|
2593
|
-
"@salesforce/ts-sinon@^1.4.
|
|
2594
|
-
version "1.4.
|
|
2595
|
-
resolved "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
|
2596
|
-
integrity sha512-
|
|
2593
|
+
"@salesforce/ts-sinon@^1.4.33":
|
|
2594
|
+
version "1.4.33"
|
|
2595
|
+
resolved "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.33.tgz"
|
|
2596
|
+
integrity sha512-vzcXahroM1s9/xhAhd11/XCh9ebLZfVkAIq5B32LzQgRJeUTJvF53n3j3TphdS/YkmBJyRj/P7p5133O/oJwWA==
|
|
2597
2597
|
dependencies:
|
|
2598
2598
|
"@salesforce/ts-types" "^2.0.12"
|
|
2599
2599
|
sinon "^5.1.1"
|
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.130.
|
|
4
|
+
"version": "2.130.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"@oclif/plugin-version": "2.2.40",
|
|
157
157
|
"@oclif/plugin-warn-if-update-available": "3.1.58",
|
|
158
158
|
"@oclif/plugin-which": "3.2.47",
|
|
159
|
-
"@salesforce/core": "^8.
|
|
159
|
+
"@salesforce/core": "^8.28.0",
|
|
160
160
|
"@salesforce/kit": "^3.1.6",
|
|
161
161
|
"@salesforce/plugin-agent": "1.32.14",
|
|
162
162
|
"@salesforce/plugin-apex": "3.9.17",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"@salesforce/plugin-settings": "2.4.63",
|
|
174
174
|
"@salesforce/plugin-sobject": "1.4.93",
|
|
175
175
|
"@salesforce/plugin-telemetry": "3.8.7",
|
|
176
|
-
"@salesforce/plugin-templates": "56.13.
|
|
176
|
+
"@salesforce/plugin-templates": "56.13.3",
|
|
177
177
|
"@salesforce/plugin-trust": "3.7.119",
|
|
178
178
|
"@salesforce/plugin-user": "3.8.2",
|
|
179
179
|
"@salesforce/sf-plugins-core": "12.2.6",
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"@oclif/test": "^4.1.17",
|
|
261
261
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
262
262
|
"@salesforce/plugin-release-management": "^5.7.0",
|
|
263
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
263
|
+
"@salesforce/ts-sinon": "^1.4.33",
|
|
264
264
|
"@salesforce/ts-types": "^2.0.11",
|
|
265
265
|
"aws-sdk": "^2.1693.0",
|
|
266
266
|
"oclif": "^4.22.96",
|