@salesforce/plugin-packaging 2.23.0 → 2.23.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.
- package/README.md +36 -34
- package/messages/package_version_retrieve.md +2 -2
- package/oclif.manifest.json +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -155,7 +155,7 @@ FLAG DESCRIPTIONS
|
|
|
155
155
|
--installation-key-bypass flag is required.
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
158
|
+
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/convert.ts)_
|
|
159
159
|
|
|
160
160
|
## `sf package create`
|
|
161
161
|
|
|
@@ -234,7 +234,7 @@ FLAG DESCRIPTIONS
|
|
|
234
234
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
235
235
|
```
|
|
236
236
|
|
|
237
|
-
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
237
|
+
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/create.ts)_
|
|
238
238
|
|
|
239
239
|
## `sf package delete`
|
|
240
240
|
|
|
@@ -276,7 +276,7 @@ EXAMPLES
|
|
|
276
276
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
277
277
|
```
|
|
278
278
|
|
|
279
|
-
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
279
|
+
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/delete.ts)_
|
|
280
280
|
|
|
281
281
|
## `sf package install`
|
|
282
282
|
|
|
@@ -375,7 +375,7 @@ FLAG DESCRIPTIONS
|
|
|
375
375
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
376
376
|
```
|
|
377
377
|
|
|
378
|
-
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
378
|
+
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/install.ts)_
|
|
379
379
|
|
|
380
380
|
## `sf package install report`
|
|
381
381
|
|
|
@@ -408,7 +408,7 @@ EXAMPLES
|
|
|
408
408
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
409
409
|
```
|
|
410
410
|
|
|
411
|
-
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
411
|
+
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/install/report.ts)_
|
|
412
412
|
|
|
413
413
|
## `sf package installed list`
|
|
414
414
|
|
|
@@ -440,7 +440,7 @@ EXAMPLES
|
|
|
440
440
|
$ sf package installed list --target-org me@example.com
|
|
441
441
|
```
|
|
442
442
|
|
|
443
|
-
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
443
|
+
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/installed/list.ts)_
|
|
444
444
|
|
|
445
445
|
## `sf package list`
|
|
446
446
|
|
|
@@ -478,7 +478,7 @@ EXAMPLES
|
|
|
478
478
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
479
479
|
```
|
|
480
480
|
|
|
481
|
-
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
481
|
+
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/list.ts)_
|
|
482
482
|
|
|
483
483
|
## `sf package push-upgrade abort`
|
|
484
484
|
|
|
@@ -517,7 +517,7 @@ EXAMPLES
|
|
|
517
517
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
520
|
+
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/push-upgrade/abort.ts)_
|
|
521
521
|
|
|
522
522
|
## `sf package push-upgrade list`
|
|
523
523
|
|
|
@@ -576,7 +576,7 @@ EXAMPLES
|
|
|
576
576
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
577
577
|
```
|
|
578
578
|
|
|
579
|
-
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
579
|
+
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/push-upgrade/list.ts)_
|
|
580
580
|
|
|
581
581
|
## `sf package push-upgrade report`
|
|
582
582
|
|
|
@@ -618,7 +618,7 @@ EXAMPLES
|
|
|
618
618
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
619
619
|
```
|
|
620
620
|
|
|
621
|
-
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
621
|
+
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/push-upgrade/report.ts)_
|
|
622
622
|
|
|
623
623
|
## `sf package push-upgrade schedule`
|
|
624
624
|
|
|
@@ -705,7 +705,7 @@ FLAG DESCRIPTIONS
|
|
|
705
705
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
706
706
|
```
|
|
707
707
|
|
|
708
|
-
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
708
|
+
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/push-upgrade/schedule.ts)_
|
|
709
709
|
|
|
710
710
|
## `sf package uninstall`
|
|
711
711
|
|
|
@@ -753,7 +753,7 @@ EXAMPLES
|
|
|
753
753
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
754
754
|
```
|
|
755
755
|
|
|
756
|
-
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
756
|
+
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/uninstall.ts)_
|
|
757
757
|
|
|
758
758
|
## `sf package uninstall report`
|
|
759
759
|
|
|
@@ -786,7 +786,7 @@ EXAMPLES
|
|
|
786
786
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
787
787
|
```
|
|
788
788
|
|
|
789
|
-
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
789
|
+
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/uninstall/report.ts)_
|
|
790
790
|
|
|
791
791
|
## `sf package update`
|
|
792
792
|
|
|
@@ -849,7 +849,7 @@ FLAG DESCRIPTIONS
|
|
|
849
849
|
notified to upgrade to the recommended version.
|
|
850
850
|
```
|
|
851
851
|
|
|
852
|
-
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
852
|
+
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/update.ts)_
|
|
853
853
|
|
|
854
854
|
## `sf package version create`
|
|
855
855
|
|
|
@@ -1024,7 +1024,7 @@ FLAG DESCRIPTIONS
|
|
|
1024
1024
|
periods of no output from commands.
|
|
1025
1025
|
```
|
|
1026
1026
|
|
|
1027
|
-
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1027
|
+
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/version/create.ts)_
|
|
1028
1028
|
|
|
1029
1029
|
## `sf package version create list`
|
|
1030
1030
|
|
|
@@ -1085,7 +1085,7 @@ EXAMPLES
|
|
|
1085
1085
|
$ sf package version create list --created-last-days 0 --status Success
|
|
1086
1086
|
```
|
|
1087
1087
|
|
|
1088
|
-
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1088
|
+
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/version/create/list.ts)_
|
|
1089
1089
|
|
|
1090
1090
|
## `sf package version create report`
|
|
1091
1091
|
|
|
@@ -1128,7 +1128,7 @@ EXAMPLES
|
|
|
1128
1128
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
1129
1129
|
```
|
|
1130
1130
|
|
|
1131
|
-
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1131
|
+
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/version/create/report.ts)_
|
|
1132
1132
|
|
|
1133
1133
|
## `sf package version delete`
|
|
1134
1134
|
|
|
@@ -1169,7 +1169,7 @@ EXAMPLES
|
|
|
1169
1169
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
1170
1170
|
```
|
|
1171
1171
|
|
|
1172
|
-
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1172
|
+
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/version/delete.ts)_
|
|
1173
1173
|
|
|
1174
1174
|
## `sf package version displayancestry`
|
|
1175
1175
|
|
|
@@ -1229,7 +1229,7 @@ FLAG DESCRIPTIONS
|
|
|
1229
1229
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
1230
1230
|
```
|
|
1231
1231
|
|
|
1232
|
-
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1232
|
+
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/version/displayancestry.ts)_
|
|
1233
1233
|
|
|
1234
1234
|
## `sf package version displaydependencies`
|
|
1235
1235
|
|
|
@@ -1291,7 +1291,7 @@ FLAG DESCRIPTIONS
|
|
|
1291
1291
|
package, which must be installed last.
|
|
1292
1292
|
```
|
|
1293
1293
|
|
|
1294
|
-
_See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1294
|
+
_See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/version/displaydependencies.ts)_
|
|
1295
1295
|
|
|
1296
1296
|
## `sf package version list`
|
|
1297
1297
|
|
|
@@ -1367,7 +1367,7 @@ EXAMPLES
|
|
|
1367
1367
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
1368
1368
|
```
|
|
1369
1369
|
|
|
1370
|
-
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1370
|
+
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/version/list.ts)_
|
|
1371
1371
|
|
|
1372
1372
|
## `sf package version promote`
|
|
1373
1373
|
|
|
@@ -1411,7 +1411,7 @@ EXAMPLES
|
|
|
1411
1411
|
$ sf package version promote --package "Awesome Package Alias"
|
|
1412
1412
|
```
|
|
1413
1413
|
|
|
1414
|
-
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1414
|
+
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/version/promote.ts)_
|
|
1415
1415
|
|
|
1416
1416
|
## `sf package version report`
|
|
1417
1417
|
|
|
@@ -1451,11 +1451,11 @@ EXAMPLES
|
|
|
1451
1451
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
1452
1452
|
```
|
|
1453
1453
|
|
|
1454
|
-
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1454
|
+
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/version/report.ts)_
|
|
1455
1455
|
|
|
1456
1456
|
## `sf package version retrieve`
|
|
1457
1457
|
|
|
1458
|
-
Retrieve package metadata for a specified package version. Package metadata can be retrieved for second-generation managed package versions or unlocked packages
|
|
1458
|
+
Retrieve package metadata for a specified package version. Package metadata can be retrieved for only second-generation managed package versions or unlocked packages.
|
|
1459
1459
|
|
|
1460
1460
|
```
|
|
1461
1461
|
USAGE
|
|
@@ -1475,8 +1475,8 @@ GLOBAL FLAGS
|
|
|
1475
1475
|
--json Format output as json.
|
|
1476
1476
|
|
|
1477
1477
|
DESCRIPTION
|
|
1478
|
-
Retrieve package metadata for a specified package version. Package metadata can be retrieved for
|
|
1479
|
-
managed package versions or unlocked packages
|
|
1478
|
+
Retrieve package metadata for a specified package version. Package metadata can be retrieved for only
|
|
1479
|
+
second-generation managed package versions or unlocked packages.
|
|
1480
1480
|
|
|
1481
1481
|
Retrieving a package version downloads the metadata into the directory you specify.
|
|
1482
1482
|
|
|
@@ -1490,11 +1490,13 @@ DESCRIPTION
|
|
|
1490
1490
|
true.
|
|
1491
1491
|
|
|
1492
1492
|
EXAMPLES
|
|
1493
|
-
Retrieve package metadata for a converted subscriber package version ID (starts with 04t) into my-directory/ within
|
|
1494
|
-
|
|
1493
|
+
Retrieve package metadata for a converted subscriber package version ID (starts with 04t) into my-directory/ within
|
|
1494
|
+
your Salesforce DX project directory:
|
|
1495
|
+
|
|
1496
|
+
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
1495
1497
|
```
|
|
1496
1498
|
|
|
1497
|
-
_See code: [src/commands/package/version/retrieve.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1499
|
+
_See code: [src/commands/package/version/retrieve.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/version/retrieve.ts)_
|
|
1498
1500
|
|
|
1499
1501
|
## `sf package version update`
|
|
1500
1502
|
|
|
@@ -1547,7 +1549,7 @@ EXAMPLES
|
|
|
1547
1549
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
1548
1550
|
```
|
|
1549
1551
|
|
|
1550
|
-
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1552
|
+
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package/version/update.ts)_
|
|
1551
1553
|
|
|
1552
1554
|
## `sf package1 version create`
|
|
1553
1555
|
|
|
@@ -1614,7 +1616,7 @@ FLAG DESCRIPTIONS
|
|
|
1614
1616
|
subscribers.
|
|
1615
1617
|
```
|
|
1616
1618
|
|
|
1617
|
-
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1619
|
+
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package1/version/create.ts)_
|
|
1618
1620
|
|
|
1619
1621
|
## `sf package1 version create get`
|
|
1620
1622
|
|
|
@@ -1647,7 +1649,7 @@ EXAMPLES
|
|
|
1647
1649
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
1648
1650
|
```
|
|
1649
1651
|
|
|
1650
|
-
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1652
|
+
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package1/version/create/get.ts)_
|
|
1651
1653
|
|
|
1652
1654
|
## `sf package1 version display`
|
|
1653
1655
|
|
|
@@ -1681,7 +1683,7 @@ EXAMPLES
|
|
|
1681
1683
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
1682
1684
|
```
|
|
1683
1685
|
|
|
1684
|
-
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1686
|
+
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package1/version/display.ts)_
|
|
1685
1687
|
|
|
1686
1688
|
## `sf package1 version list`
|
|
1687
1689
|
|
|
@@ -1719,6 +1721,6 @@ FLAG DESCRIPTIONS
|
|
|
1719
1721
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
1720
1722
|
```
|
|
1721
1723
|
|
|
1722
|
-
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
1724
|
+
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.23.1/src/commands/package1/version/list.ts)_
|
|
1723
1725
|
|
|
1724
1726
|
<!-- commandsstop -->
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# summary
|
|
2
2
|
|
|
3
|
-
Retrieve package metadata for a specified package version. Package metadata can be retrieved for second-generation managed package versions or unlocked packages
|
|
3
|
+
Retrieve package metadata for a specified package version. Package metadata can be retrieved for only second-generation managed package versions or unlocked packages.
|
|
4
4
|
|
|
5
5
|
# description
|
|
6
6
|
|
|
@@ -12,7 +12,7 @@ By default, the package version retrieve command is available to 2GP managed pac
|
|
|
12
12
|
|
|
13
13
|
# examples
|
|
14
14
|
|
|
15
|
-
Retrieve package metadata for a converted subscriber package version ID (starts with 04t) into my-directory/ within your Salesforce DX project directory:
|
|
15
|
+
- Retrieve package metadata for a converted subscriber package version ID (starts with 04t) into my-directory/ within your Salesforce DX project directory:
|
|
16
16
|
|
|
17
17
|
<%= config.bin %> <%= command.id %> --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
18
18
|
|
package/oclif.manifest.json
CHANGED
|
@@ -3607,7 +3607,7 @@
|
|
|
3607
3607
|
"args": {},
|
|
3608
3608
|
"description": "Retrieving a package version downloads the metadata into the directory you specify.\n\nWhen you run this command, specify the subscriber package version ID (starts with 04t) and the path to an empty directory.\n\nBy default, the package version retrieve command is available to 2GP managed packages that were converted from 1GP. To use this command with a managed package created using 2GP (not converted from 1GP) or with an unlocked package, specify IsDevUsePkgZipRequested = true in the Package2VersionCreateRequest Tooling API object. If you run this command and the zip folder with the package version’s source files is missing, confirm that IsDevUsePkgZipRequested is set to true.",
|
|
3609
3609
|
"examples": [
|
|
3610
|
-
"Retrieve package metadata for a converted subscriber package version ID (starts with 04t) into my-directory/ within your Salesforce DX project directory:\n
|
|
3610
|
+
"Retrieve package metadata for a converted subscriber package version ID (starts with 04t) into my-directory/ within your Salesforce DX project directory:\n<%= config.bin %> <%= command.id %> --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com"
|
|
3611
3611
|
],
|
|
3612
3612
|
"flags": {
|
|
3613
3613
|
"json": {
|
|
@@ -3686,7 +3686,7 @@
|
|
|
3686
3686
|
"pluginName": "@salesforce/plugin-packaging",
|
|
3687
3687
|
"pluginType": "core",
|
|
3688
3688
|
"strict": true,
|
|
3689
|
-
"summary": "Retrieve package metadata for a specified package version. Package metadata can be retrieved for second-generation managed package versions or unlocked packages
|
|
3689
|
+
"summary": "Retrieve package metadata for a specified package version. Package metadata can be retrieved for only second-generation managed package versions or unlocked packages.",
|
|
3690
3690
|
"enableJsonFlag": true,
|
|
3691
3691
|
"requiresProject": true,
|
|
3692
3692
|
"isESM": true,
|
|
@@ -6231,5 +6231,5 @@
|
|
|
6231
6231
|
]
|
|
6232
6232
|
}
|
|
6233
6233
|
},
|
|
6234
|
-
"version": "2.23.
|
|
6234
|
+
"version": "2.23.1"
|
|
6235
6235
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-packaging",
|
|
3
3
|
"description": "SF plugin that support Salesforce Packaging Platform",
|
|
4
|
-
"version": "2.23.
|
|
4
|
+
"version": "2.23.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.1.75",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.20.32",
|
|
21
21
|
"minimatch": "^10.0.3",
|
|
22
|
-
"oclif": "^4.22.
|
|
22
|
+
"oclif": "^4.22.38",
|
|
23
23
|
"ts-node": "^10.9.2",
|
|
24
24
|
"typescript": "^5.9.3"
|
|
25
25
|
},
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"exports": "./lib/index.js",
|
|
249
249
|
"type": "module",
|
|
250
250
|
"sfdx": {
|
|
251
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.23.
|
|
252
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.23.
|
|
251
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.23.1.crt",
|
|
252
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.23.1.sig"
|
|
253
253
|
}
|
|
254
254
|
}
|