@salesforce/plugin-release-management 5.7.54 → 5.7.55

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 CHANGED
@@ -145,7 +145,7 @@ EXAMPLES
145
145
  $ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
146
146
  ```
147
147
 
148
- _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/channel/promote.ts)_
149
149
 
150
150
  ## `sfdx cli artifacts compare`
151
151
 
@@ -169,7 +169,7 @@ EXAMPLES
169
169
  $ sfdx cli artifacts compare
170
170
  ```
171
171
 
172
- _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/artifacts/compare.ts)_
173
173
 
174
174
  ## `sfdx cli install jit test`
175
175
 
@@ -190,7 +190,7 @@ EXAMPLES
190
190
  $ sfdx cli install jit test
191
191
  ```
192
192
 
193
- _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/cli/install/jit/test.ts)_
193
+ _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/install/jit/test.ts)_
194
194
 
195
195
  ## `sfdx cli install test`
196
196
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sfdx cli install test --cli sf --method tarball --channel stable-rc
232
232
  ```
233
233
 
234
- _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/install/test.ts)_
235
235
 
236
236
  ## `sfdx cli release automerge`
237
237
 
@@ -262,7 +262,7 @@ EXAMPLES
262
262
  $ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
263
263
  ```
264
264
 
265
- _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/release/automerge.ts)_
266
266
 
267
267
  ## `sfdx cli release build`
268
268
 
@@ -325,7 +325,7 @@ EXAMPLES
325
325
  $ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
326
326
  ```
327
327
 
328
- _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/release/build.ts)_
329
329
 
330
330
  ## `sfdx cli releasenotes`
331
331
 
@@ -366,7 +366,7 @@ EXAMPLES
366
366
  $ sfdx cli releasenotes --cli sf --markdown > changes.md
367
367
  ```
368
368
 
369
- _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/releasenotes.ts)_
370
370
 
371
371
  ## `sfdx cli tarballs prepare`
372
372
 
@@ -394,7 +394,7 @@ EXAMPLES
394
394
  $ sfdx cli tarballs prepare
395
395
  ```
396
396
 
397
- _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/tarballs/prepare.ts)_
398
398
 
399
399
  ## `sfdx cli tarballs smoke`
400
400
 
@@ -424,7 +424,7 @@ EXAMPLES
424
424
  $ sfdx cli tarballs smoke
425
425
  ```
426
426
 
427
- _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/tarballs/smoke.ts)_
428
428
 
429
429
  ## `sfdx cli tarballs verify`
430
430
 
@@ -456,7 +456,7 @@ EXAMPLES
456
456
  $ sfdx cli tarballs verify --cli sf
457
457
  ```
458
458
 
459
- _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/tarballs/verify.ts)_
460
460
 
461
461
  ## `sfdx cli versions inspect`
462
462
 
@@ -508,7 +508,7 @@ EXAMPLES
508
508
  $ sfdx cli versions inspect -l npm -c latest -d chalk -s
509
509
  ```
510
510
 
511
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/cli/versions/inspect.ts)_
512
512
 
513
513
  ## `sfdx dependabot automerge`
514
514
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  $ sfdx dependabot automerge --max-version-bump major
549
549
  ```
550
550
 
551
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/dependabot/automerge.ts)_
552
552
 
553
553
  ## `sfdx github check closed`
554
554
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  $ sfdx github check closed -o me@gus.com
576
576
  ```
577
577
 
578
- _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/github/check/closed.ts)_
579
579
 
580
580
  ## `sfdx npm dependencies pin`
581
581
 
@@ -601,7 +601,7 @@ DESCRIPTION
601
601
  in the package.json
602
602
  ```
603
603
 
604
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/npm/dependencies/pin.ts)_
605
605
 
606
606
  ## `sfdx npm package release`
607
607
 
@@ -633,7 +633,7 @@ DESCRIPTION
633
633
  publish npm package
634
634
  ```
635
635
 
636
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -701,6 +701,6 @@ EXAMPLES
701
701
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
702
702
  ```
703
703
 
704
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.54/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.55/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.54",
3
+ "version": "5.7.55",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.54",
9
+ "version": "5.7.55",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.5.2",
@@ -16,7 +16,7 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.18.5",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.63",
19
+ "@salesforce/plugin-command-reference": "^3.1.65",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
21
  "@salesforce/sf-plugins-core": "^12.2.4",
22
22
  "@salesforce/ts-types": "^2.0.10",
@@ -4965,17 +4965,17 @@
4965
4965
  }
4966
4966
  },
4967
4967
  "node_modules/@salesforce/plugin-command-reference": {
4968
- "version": "3.1.63",
4969
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.63.tgz",
4970
- "integrity": "sha512-LWOdmRJqBzW0OexLkiJG1NEDWxvc9ejFeCT7YVBLTI8J0nCmY3bISX43RqRv1fOLrbjHqSb0hBvN/D9XLIdLnQ==",
4968
+ "version": "3.1.65",
4969
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.65.tgz",
4970
+ "integrity": "sha512-OuUdv7oAfWyVKKeFAua7j5bpQNeBl25I5SDXnF56m4YHnHhEIgsLP3oj7Ukw291ucpLKkeBkyiBv170bAjJHgg==",
4971
4971
  "license": "Apache-2.0",
4972
4972
  "dependencies": {
4973
4973
  "@oclif/core": "^4",
4974
- "@salesforce/core": "^8.18.5",
4974
+ "@salesforce/core": "^8.19.1",
4975
4975
  "@salesforce/kit": "^3.2.3",
4976
4976
  "@salesforce/sf-plugins-core": "^11.3.12",
4977
4977
  "@salesforce/ts-types": "^2.0.11",
4978
- "chalk": "^5.4.1",
4978
+ "chalk": "^5.5.0",
4979
4979
  "debug": "^4.4.1",
4980
4980
  "handlebars": "^4.7.8"
4981
4981
  },
package/oclif.lock CHANGED
@@ -1900,7 +1900,7 @@
1900
1900
  strip-ansi "6.0.1"
1901
1901
  ts-retry-promise "^0.8.1"
1902
1902
 
1903
- "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1903
+ "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1904
1904
  version "8.19.1"
1905
1905
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.19.1.tgz#300b37db32e29a7b1055091cc13d04a6ccc4d8c1"
1906
1906
  integrity sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==
@@ -1969,17 +1969,17 @@
1969
1969
  dependencies:
1970
1970
  "@salesforce/ts-types" "^2.0.12"
1971
1971
 
1972
- "@salesforce/plugin-command-reference@^3.1.63":
1973
- version "3.1.63"
1974
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.63.tgz#fd3d0c9577993035717ca3867767c66d7b8374f5"
1975
- integrity sha512-LWOdmRJqBzW0OexLkiJG1NEDWxvc9ejFeCT7YVBLTI8J0nCmY3bISX43RqRv1fOLrbjHqSb0hBvN/D9XLIdLnQ==
1972
+ "@salesforce/plugin-command-reference@^3.1.65":
1973
+ version "3.1.65"
1974
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.65.tgz#af6cd928b9d4e4abb80caed5f8522a78da80f4b8"
1975
+ integrity sha512-OuUdv7oAfWyVKKeFAua7j5bpQNeBl25I5SDXnF56m4YHnHhEIgsLP3oj7Ukw291ucpLKkeBkyiBv170bAjJHgg==
1976
1976
  dependencies:
1977
1977
  "@oclif/core" "^4"
1978
- "@salesforce/core" "^8.18.5"
1978
+ "@salesforce/core" "^8.19.1"
1979
1979
  "@salesforce/kit" "^3.2.3"
1980
1980
  "@salesforce/sf-plugins-core" "^11.3.12"
1981
1981
  "@salesforce/ts-types" "^2.0.11"
1982
- chalk "^5.4.1"
1982
+ chalk "^5.5.0"
1983
1983
  debug "^4.4.1"
1984
1984
  handlebars "^4.7.8"
1985
1985
 
@@ -3699,7 +3699,7 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
3699
3699
  ansi-styles "^4.1.0"
3700
3700
  supports-color "^7.1.0"
3701
3701
 
3702
- chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1, chalk@^5.5.0:
3702
+ chalk@^5.0.0, chalk@^5.3.0, chalk@^5.5.0:
3703
3703
  version "5.5.0"
3704
3704
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.5.0.tgz#67ada1df5ca809dc84c9b819d76418ddcf128428"
3705
3705
  integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
@@ -460,71 +460,6 @@
460
460
  "index.js"
461
461
  ]
462
462
  },
463
- "cli:artifacts:compare": {
464
- "aliases": [],
465
- "args": {},
466
- "examples": [
467
- "<%= config.bin %> <%= command.id %>"
468
- ],
469
- "flags": {
470
- "json": {
471
- "description": "Format output as json.",
472
- "helpGroup": "GLOBAL",
473
- "name": "json",
474
- "allowNo": false,
475
- "type": "boolean"
476
- },
477
- "flags-dir": {
478
- "helpGroup": "GLOBAL",
479
- "name": "flags-dir",
480
- "summary": "Import flag values from a directory.",
481
- "hasDynamicHelp": false,
482
- "multiple": false,
483
- "type": "option"
484
- },
485
- "plugin": {
486
- "char": "p",
487
- "name": "plugin",
488
- "summary": "List of plugins to check for breaking changes.",
489
- "hasDynamicHelp": false,
490
- "multiple": true,
491
- "type": "option"
492
- },
493
- "previous": {
494
- "char": "r",
495
- "name": "previous",
496
- "summary": "Previous CLI version to compare against. Defaults to the last published version.",
497
- "hasDynamicHelp": false,
498
- "multiple": false,
499
- "type": "option"
500
- },
501
- "current": {
502
- "char": "c",
503
- "name": "current",
504
- "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
505
- "hasDynamicHelp": false,
506
- "multiple": false,
507
- "type": "option"
508
- }
509
- },
510
- "hasDynamicHelp": false,
511
- "hiddenAliases": [],
512
- "id": "cli:artifacts:compare",
513
- "pluginAlias": "@salesforce/plugin-release-management",
514
- "pluginName": "@salesforce/plugin-release-management",
515
- "pluginType": "core",
516
- "strict": true,
517
- "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
518
- "enableJsonFlag": true,
519
- "isESM": true,
520
- "relativePath": [
521
- "lib",
522
- "commands",
523
- "cli",
524
- "artifacts",
525
- "compare.js"
526
- ]
527
- },
528
463
  "cli:install:test": {
529
464
  "aliases": [],
530
465
  "args": {},
@@ -848,6 +783,71 @@
848
783
  "build.js"
849
784
  ]
850
785
  },
786
+ "cli:artifacts:compare": {
787
+ "aliases": [],
788
+ "args": {},
789
+ "examples": [
790
+ "<%= config.bin %> <%= command.id %>"
791
+ ],
792
+ "flags": {
793
+ "json": {
794
+ "description": "Format output as json.",
795
+ "helpGroup": "GLOBAL",
796
+ "name": "json",
797
+ "allowNo": false,
798
+ "type": "boolean"
799
+ },
800
+ "flags-dir": {
801
+ "helpGroup": "GLOBAL",
802
+ "name": "flags-dir",
803
+ "summary": "Import flag values from a directory.",
804
+ "hasDynamicHelp": false,
805
+ "multiple": false,
806
+ "type": "option"
807
+ },
808
+ "plugin": {
809
+ "char": "p",
810
+ "name": "plugin",
811
+ "summary": "List of plugins to check for breaking changes.",
812
+ "hasDynamicHelp": false,
813
+ "multiple": true,
814
+ "type": "option"
815
+ },
816
+ "previous": {
817
+ "char": "r",
818
+ "name": "previous",
819
+ "summary": "Previous CLI version to compare against. Defaults to the last published version.",
820
+ "hasDynamicHelp": false,
821
+ "multiple": false,
822
+ "type": "option"
823
+ },
824
+ "current": {
825
+ "char": "c",
826
+ "name": "current",
827
+ "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
828
+ "hasDynamicHelp": false,
829
+ "multiple": false,
830
+ "type": "option"
831
+ }
832
+ },
833
+ "hasDynamicHelp": false,
834
+ "hiddenAliases": [],
835
+ "id": "cli:artifacts:compare",
836
+ "pluginAlias": "@salesforce/plugin-release-management",
837
+ "pluginName": "@salesforce/plugin-release-management",
838
+ "pluginType": "core",
839
+ "strict": true,
840
+ "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
841
+ "enableJsonFlag": true,
842
+ "isESM": true,
843
+ "relativePath": [
844
+ "lib",
845
+ "commands",
846
+ "cli",
847
+ "artifacts",
848
+ "compare.js"
849
+ ]
850
+ },
851
851
  "cli:tarballs:prepare": {
852
852
  "aliases": [],
853
853
  "args": {},
@@ -1187,6 +1187,61 @@
1187
1187
  "closed.js"
1188
1188
  ]
1189
1189
  },
1190
+ "npm:dependencies:pin": {
1191
+ "aliases": [],
1192
+ "args": {},
1193
+ "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1194
+ "flags": {
1195
+ "json": {
1196
+ "description": "Format output as json.",
1197
+ "helpGroup": "GLOBAL",
1198
+ "name": "json",
1199
+ "allowNo": false,
1200
+ "type": "boolean"
1201
+ },
1202
+ "flags-dir": {
1203
+ "helpGroup": "GLOBAL",
1204
+ "name": "flags-dir",
1205
+ "summary": "Import flag values from a directory.",
1206
+ "hasDynamicHelp": false,
1207
+ "multiple": false,
1208
+ "type": "option"
1209
+ },
1210
+ "dryrun": {
1211
+ "char": "d",
1212
+ "name": "dryrun",
1213
+ "summary": "If true, will not make any changes to the package.json",
1214
+ "allowNo": false,
1215
+ "type": "boolean"
1216
+ },
1217
+ "tag": {
1218
+ "char": "t",
1219
+ "name": "tag",
1220
+ "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1221
+ "default": "latest",
1222
+ "hasDynamicHelp": false,
1223
+ "multiple": false,
1224
+ "type": "option"
1225
+ }
1226
+ },
1227
+ "hasDynamicHelp": false,
1228
+ "hiddenAliases": [],
1229
+ "id": "npm:dependencies:pin",
1230
+ "pluginAlias": "@salesforce/plugin-release-management",
1231
+ "pluginName": "@salesforce/plugin-release-management",
1232
+ "pluginType": "core",
1233
+ "strict": true,
1234
+ "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1235
+ "enableJsonFlag": true,
1236
+ "isESM": true,
1237
+ "relativePath": [
1238
+ "lib",
1239
+ "commands",
1240
+ "npm",
1241
+ "dependencies",
1242
+ "pin.js"
1243
+ ]
1244
+ },
1190
1245
  "npm:package:release": {
1191
1246
  "aliases": [],
1192
1247
  "args": {},
@@ -1284,61 +1339,6 @@
1284
1339
  "release.js"
1285
1340
  ]
1286
1341
  },
1287
- "npm:dependencies:pin": {
1288
- "aliases": [],
1289
- "args": {},
1290
- "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1291
- "flags": {
1292
- "json": {
1293
- "description": "Format output as json.",
1294
- "helpGroup": "GLOBAL",
1295
- "name": "json",
1296
- "allowNo": false,
1297
- "type": "boolean"
1298
- },
1299
- "flags-dir": {
1300
- "helpGroup": "GLOBAL",
1301
- "name": "flags-dir",
1302
- "summary": "Import flag values from a directory.",
1303
- "hasDynamicHelp": false,
1304
- "multiple": false,
1305
- "type": "option"
1306
- },
1307
- "dryrun": {
1308
- "char": "d",
1309
- "name": "dryrun",
1310
- "summary": "If true, will not make any changes to the package.json",
1311
- "allowNo": false,
1312
- "type": "boolean"
1313
- },
1314
- "tag": {
1315
- "char": "t",
1316
- "name": "tag",
1317
- "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1318
- "default": "latest",
1319
- "hasDynamicHelp": false,
1320
- "multiple": false,
1321
- "type": "option"
1322
- }
1323
- },
1324
- "hasDynamicHelp": false,
1325
- "hiddenAliases": [],
1326
- "id": "npm:dependencies:pin",
1327
- "pluginAlias": "@salesforce/plugin-release-management",
1328
- "pluginName": "@salesforce/plugin-release-management",
1329
- "pluginType": "core",
1330
- "strict": true,
1331
- "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1332
- "enableJsonFlag": true,
1333
- "isESM": true,
1334
- "relativePath": [
1335
- "lib",
1336
- "commands",
1337
- "npm",
1338
- "dependencies",
1339
- "pin.js"
1340
- ]
1341
- },
1342
1342
  "cli:install:jit:test": {
1343
1343
  "aliases": [],
1344
1344
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.54"
1393
+ "version": "5.7.55"
1394
1394
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
3
  "description": "A plugin for preparing and publishing npm packages",
4
- "version": "5.7.54",
4
+ "version": "5.7.55",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.18.5",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.63",
19
+ "@salesforce/plugin-command-reference": "^3.1.65",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
21
  "@salesforce/sf-plugins-core": "^12.2.4",
22
22
  "@salesforce/ts-types": "^2.0.10",