@salesforce/plugin-release-management 5.8.22 → 5.8.23

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.8.22/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/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.8.23/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.8.22/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.8.22",
3
+ "version": "5.8.23",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.8.22",
9
+ "version": "5.8.23",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "^3.1024.0",
@@ -21,7 +21,7 @@
21
21
  "@salesforce/plugin-trust": "^3.7.89",
22
22
  "@salesforce/sf-plugins-core": "^12.2.10",
23
23
  "@salesforce/ts-types": "^2.0.10",
24
- "@smithy/node-http-handler": "^4.6.1",
24
+ "@smithy/node-http-handler": "^4.7.3",
25
25
  "@smithy/types": "^4.11.0",
26
26
  "chalk": "^5.6.0",
27
27
  "commit-and-tag-version": "^12.7.1",
@@ -38,7 +38,7 @@
38
38
  "sf-release": "bin/run.js"
39
39
  },
40
40
  "devDependencies": {
41
- "@oclif/plugin-command-snapshot": "^5.3.15",
41
+ "@oclif/plugin-command-snapshot": "^5.3.20",
42
42
  "@salesforce/dev-scripts": "^10.2.4",
43
43
  "@salesforce/ts-sinon": "^1.4.34",
44
44
  "@types/semver": "^7.7.0",
@@ -4116,9 +4116,9 @@
4116
4116
  }
4117
4117
  },
4118
4118
  "node_modules/@oclif/plugin-command-snapshot": {
4119
- "version": "5.3.15",
4120
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz",
4121
- "integrity": "sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==",
4119
+ "version": "5.3.20",
4120
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz",
4121
+ "integrity": "sha512-3VVMGmpEHQ+YAylGI2XbNRusVkyNZCyfWoYcaFsssLIv2R4adHvzF3tHME03BHTceRq2Lwi81bJ+oBW1gcy//g==",
4122
4122
  "dev": true,
4123
4123
  "license": "MIT",
4124
4124
  "dependencies": {
@@ -4129,7 +4129,7 @@
4129
4129
  "lodash.difference": "^4.5.0",
4130
4130
  "lodash.get": "^4.4.2",
4131
4131
  "lodash.sortby": "^4.7.0",
4132
- "semver": "^7.7.4",
4132
+ "semver": "^7.8.0",
4133
4133
  "ts-json-schema-generator": "^1.5.1"
4134
4134
  },
4135
4135
  "bin": {
@@ -5496,20 +5496,13 @@
5496
5496
  }
5497
5497
  },
5498
5498
  "node_modules/@smithy/core": {
5499
- "version": "3.23.13",
5500
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.23.13.tgz",
5501
- "integrity": "sha512-J+2TT9D6oGsUVXVEMvz8h2EmdVnkBiy2auCie4aSJMvKlzUtO5hqjEzXhoCUkIMo7gAYjbQcN0g/MMSXEhDs1Q==",
5499
+ "version": "3.24.3",
5500
+ "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.24.3.tgz",
5501
+ "integrity": "sha512-Ep/7tPamGY8mgESE3LyLKtxJyy6U52WWAqr/3wial47Sj4u3PiIF73AOGI27UyLy9duTkhZbgzodOfLV4TduZg==",
5502
5502
  "license": "Apache-2.0",
5503
5503
  "dependencies": {
5504
- "@smithy/protocol-http": "^5.3.12",
5505
- "@smithy/types": "^4.13.1",
5506
- "@smithy/url-parser": "^4.2.12",
5507
- "@smithy/util-base64": "^4.3.2",
5508
- "@smithy/util-body-length-browser": "^4.2.2",
5509
- "@smithy/util-middleware": "^4.2.12",
5510
- "@smithy/util-stream": "^4.5.21",
5511
- "@smithy/util-utf8": "^4.2.2",
5512
- "@smithy/uuid": "^1.1.2",
5504
+ "@aws-crypto/crc32": "5.2.0",
5505
+ "@smithy/types": "^4.14.2",
5513
5506
  "tslib": "^2.6.2"
5514
5507
  },
5515
5508
  "engines": {
@@ -5798,14 +5791,13 @@
5798
5791
  }
5799
5792
  },
5800
5793
  "node_modules/@smithy/node-http-handler": {
5801
- "version": "4.6.1",
5802
- "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.6.1.tgz",
5803
- "integrity": "sha512-iB+orM4x3xrr57X3YaXazfKnntl0LHlZB1kcXSGzMV1Tt0+YwEjGlbjk/44qEGtBzXAz6yFDzkYTKSV6Pj2HUg==",
5794
+ "version": "4.7.3",
5795
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.7.3.tgz",
5796
+ "integrity": "sha512-/jPhevcTFPMVl6KNjbaI47iOg1zxC7IsnX4PQDGVZKMFceOXtB8IEYaB7a9VvkP/3oC60WzTeKocvSI7vLT0vA==",
5804
5797
  "license": "Apache-2.0",
5805
5798
  "dependencies": {
5806
- "@smithy/protocol-http": "^5.3.14",
5807
- "@smithy/querystring-builder": "^4.2.14",
5808
- "@smithy/types": "^4.14.1",
5799
+ "@smithy/core": "^3.24.3",
5800
+ "@smithy/types": "^4.14.2",
5809
5801
  "tslib": "^2.6.2"
5810
5802
  },
5811
5803
  "engines": {
@@ -5928,9 +5920,9 @@
5928
5920
  }
5929
5921
  },
5930
5922
  "node_modules/@smithy/types": {
5931
- "version": "4.14.1",
5932
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
5933
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
5923
+ "version": "4.14.2",
5924
+ "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.2.tgz",
5925
+ "integrity": "sha512-P+otAxbV4CqBybp7EkcJCrig63yE2E7PuNVOmilVMRcx/O+QDzGULTrKsq4DV13gSfak9ObPrWaHl/9bL5YcWw==",
5934
5926
  "license": "Apache-2.0",
5935
5927
  "dependencies": {
5936
5928
  "tslib": "^2.6.2"
@@ -19960,57 +19952,6 @@
19960
19952
  "node": ">=18.0.0"
19961
19953
  }
19962
19954
  },
19963
- "node_modules/oclif/node_modules/@smithy/core": {
19964
- "version": "3.23.15",
19965
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.23.15.tgz",
19966
- "integrity": "sha512-E7GVCgsQttzfujEZb6Qep005wWf4xiL4x06apFEtzQMWYBPggZh/0cnOxPficw5cuK/YjjkehKoIN4YUaSh0UQ==",
19967
- "dev": true,
19968
- "license": "Apache-2.0",
19969
- "dependencies": {
19970
- "@smithy/protocol-http": "^5.3.14",
19971
- "@smithy/types": "^4.14.1",
19972
- "@smithy/url-parser": "^4.2.14",
19973
- "@smithy/util-base64": "^4.3.2",
19974
- "@smithy/util-body-length-browser": "^4.2.2",
19975
- "@smithy/util-middleware": "^4.2.14",
19976
- "@smithy/util-stream": "^4.5.23",
19977
- "@smithy/util-utf8": "^4.2.2",
19978
- "@smithy/uuid": "^1.1.2",
19979
- "tslib": "^2.6.2"
19980
- },
19981
- "engines": {
19982
- "node": ">=18.0.0"
19983
- }
19984
- },
19985
- "node_modules/oclif/node_modules/@smithy/core/node_modules/@smithy/url-parser": {
19986
- "version": "4.2.14",
19987
- "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.14.tgz",
19988
- "integrity": "sha512-p06BiBigJ8bTA3MgnOfCtDUWnAMY0YfedO/GRpmc7p+wg3KW8vbXy1xwSu5ASy0wV7rRYtlfZOIKH4XqfhjSQQ==",
19989
- "dev": true,
19990
- "license": "Apache-2.0",
19991
- "dependencies": {
19992
- "@smithy/querystring-parser": "^4.2.14",
19993
- "@smithy/types": "^4.14.1",
19994
- "tslib": "^2.6.2"
19995
- },
19996
- "engines": {
19997
- "node": ">=18.0.0"
19998
- }
19999
- },
20000
- "node_modules/oclif/node_modules/@smithy/core/node_modules/@smithy/util-middleware": {
20001
- "version": "4.2.14",
20002
- "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.14.tgz",
20003
- "integrity": "sha512-1Su2vj9RYNDEv/V+2E+jXkkwGsgR7dc4sfHn9Z7ruzQHJIEni9zzw5CauvRXlFJfmgcqYP8fWa0dkh2Q2YaQyw==",
20004
- "dev": true,
20005
- "license": "Apache-2.0",
20006
- "dependencies": {
20007
- "@smithy/types": "^4.14.1",
20008
- "tslib": "^2.6.2"
20009
- },
20010
- "engines": {
20011
- "node": ">=18.0.0"
20012
- }
20013
- },
20014
19955
  "node_modules/oclif/node_modules/@smithy/credential-provider-imds": {
20015
19956
  "version": "4.2.14",
20016
19957
  "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.2.14.tgz",
package/oclif.lock CHANGED
@@ -2154,10 +2154,10 @@
2154
2154
  wordwrap "^1.0.0"
2155
2155
  wrap-ansi "^7.0.0"
2156
2156
 
2157
- "@oclif/plugin-command-snapshot@^5.3.15":
2158
- version "5.3.15"
2159
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz#8fca90454c80990b37a179330371357621c1514e"
2160
- integrity sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==
2157
+ "@oclif/plugin-command-snapshot@^5.3.20":
2158
+ version "5.3.20"
2159
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz#533e779070c852255dbdd68f3e71e2e53a43dabe"
2160
+ integrity sha512-3VVMGmpEHQ+YAylGI2XbNRusVkyNZCyfWoYcaFsssLIv2R4adHvzF3tHME03BHTceRq2Lwi81bJ+oBW1gcy//g==
2161
2161
  dependencies:
2162
2162
  "@oclif/core" "^4"
2163
2163
  ansis "^3.17.0"
@@ -2166,7 +2166,7 @@
2166
2166
  lodash.difference "^4.5.0"
2167
2167
  lodash.get "^4.4.2"
2168
2168
  lodash.sortby "^4.7.0"
2169
- semver "^7.7.4"
2169
+ semver "^7.8.0"
2170
2170
  ts-json-schema-generator "^1.5.1"
2171
2171
 
2172
2172
  "@oclif/plugin-help@^6.2.38":
@@ -2759,36 +2759,13 @@
2759
2759
  "@smithy/util-middleware" "^4.2.14"
2760
2760
  tslib "^2.6.2"
2761
2761
 
2762
- "@smithy/core@^3.23.11", "@smithy/core@^3.23.13":
2763
- version "3.23.13"
2764
- resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.23.13.tgz#343e0d78b907f463b560d9e50d8ae16456281830"
2765
- integrity sha512-J+2TT9D6oGsUVXVEMvz8h2EmdVnkBiy2auCie4aSJMvKlzUtO5hqjEzXhoCUkIMo7gAYjbQcN0g/MMSXEhDs1Q==
2766
- dependencies:
2767
- "@smithy/protocol-http" "^5.3.12"
2768
- "@smithy/types" "^4.13.1"
2769
- "@smithy/url-parser" "^4.2.12"
2770
- "@smithy/util-base64" "^4.3.2"
2771
- "@smithy/util-body-length-browser" "^4.2.2"
2772
- "@smithy/util-middleware" "^4.2.12"
2773
- "@smithy/util-stream" "^4.5.21"
2774
- "@smithy/util-utf8" "^4.2.2"
2775
- "@smithy/uuid" "^1.1.2"
2776
- tslib "^2.6.2"
2777
-
2778
- "@smithy/core@^3.23.12", "@smithy/core@^3.23.15":
2779
- version "3.23.15"
2780
- resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.23.15.tgz#fdce4411531d4df07f275e96b6fe116583195c84"
2781
- integrity sha512-E7GVCgsQttzfujEZb6Qep005wWf4xiL4x06apFEtzQMWYBPggZh/0cnOxPficw5cuK/YjjkehKoIN4YUaSh0UQ==
2762
+ "@smithy/core@^3.23.11", "@smithy/core@^3.23.12", "@smithy/core@^3.23.13", "@smithy/core@^3.23.15", "@smithy/core@^3.24.3":
2763
+ version "3.24.3"
2764
+ resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.24.3.tgz#c9689ce6d64b40eee594a259b4504f1a357f6a54"
2765
+ integrity sha512-Ep/7tPamGY8mgESE3LyLKtxJyy6U52WWAqr/3wial47Sj4u3PiIF73AOGI27UyLy9duTkhZbgzodOfLV4TduZg==
2782
2766
  dependencies:
2783
- "@smithy/protocol-http" "^5.3.14"
2784
- "@smithy/types" "^4.14.1"
2785
- "@smithy/url-parser" "^4.2.14"
2786
- "@smithy/util-base64" "^4.3.2"
2787
- "@smithy/util-body-length-browser" "^4.2.2"
2788
- "@smithy/util-middleware" "^4.2.14"
2789
- "@smithy/util-stream" "^4.5.23"
2790
- "@smithy/util-utf8" "^4.2.2"
2791
- "@smithy/uuid" "^1.1.2"
2767
+ "@aws-crypto/crc32" "5.2.0"
2768
+ "@smithy/types" "^4.14.2"
2792
2769
  tslib "^2.6.2"
2793
2770
 
2794
2771
  "@smithy/credential-provider-imds@^4.2.12":
@@ -3091,14 +3068,13 @@
3091
3068
  "@smithy/types" "^4.14.1"
3092
3069
  tslib "^2.6.2"
3093
3070
 
3094
- "@smithy/node-http-handler@^4.4.16", "@smithy/node-http-handler@^4.5.0", "@smithy/node-http-handler@^4.5.1", "@smithy/node-http-handler@^4.5.3", "@smithy/node-http-handler@^4.6.1":
3095
- version "4.6.1"
3096
- resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.6.1.tgz#cb25b9445e46294a6f0dfb1566dbf2a1a19510af"
3097
- integrity sha512-iB+orM4x3xrr57X3YaXazfKnntl0LHlZB1kcXSGzMV1Tt0+YwEjGlbjk/44qEGtBzXAz6yFDzkYTKSV6Pj2HUg==
3071
+ "@smithy/node-http-handler@^4.4.16", "@smithy/node-http-handler@^4.5.0", "@smithy/node-http-handler@^4.5.1", "@smithy/node-http-handler@^4.5.3", "@smithy/node-http-handler@^4.7.3":
3072
+ version "4.7.3"
3073
+ resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.7.3.tgz#ebdfaad62fe4e5bde19824490f9f590d446b746a"
3074
+ integrity sha512-/jPhevcTFPMVl6KNjbaI47iOg1zxC7IsnX4PQDGVZKMFceOXtB8IEYaB7a9VvkP/3oC60WzTeKocvSI7vLT0vA==
3098
3075
  dependencies:
3099
- "@smithy/protocol-http" "^5.3.14"
3100
- "@smithy/querystring-builder" "^4.2.14"
3101
- "@smithy/types" "^4.14.1"
3076
+ "@smithy/core" "^3.24.3"
3077
+ "@smithy/types" "^4.14.2"
3102
3078
  tslib "^2.6.2"
3103
3079
 
3104
3080
  "@smithy/property-provider@^4.2.12":
@@ -3234,10 +3210,10 @@
3234
3210
  "@smithy/util-stream" "^4.5.21"
3235
3211
  tslib "^2.6.2"
3236
3212
 
3237
- "@smithy/types@^4.11.0", "@smithy/types@^4.13.1", "@smithy/types@^4.14.1":
3238
- version "4.14.1"
3239
- resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.14.1.tgz#aba92b4cdb406f2a2b062e82f1e3728d809a7c23"
3240
- integrity sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==
3213
+ "@smithy/types@^4.11.0", "@smithy/types@^4.13.1", "@smithy/types@^4.14.1", "@smithy/types@^4.14.2":
3214
+ version "4.14.2"
3215
+ resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.14.2.tgz#6034ff1e0e52bfb7d744ac371b651a8bf21f30f1"
3216
+ integrity sha512-P+otAxbV4CqBybp7EkcJCrig63yE2E7PuNVOmilVMRcx/O+QDzGULTrKsq4DV13gSfak9ObPrWaHl/9bL5YcWw==
3241
3217
  dependencies:
3242
3218
  tslib "^2.6.2"
3243
3219
 
@@ -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": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.8.22"
1393
+ "version": "5.8.23"
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.8.22",
4
+ "version": "5.8.23",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -21,7 +21,7 @@
21
21
  "@salesforce/plugin-trust": "^3.7.89",
22
22
  "@salesforce/sf-plugins-core": "^12.2.10",
23
23
  "@salesforce/ts-types": "^2.0.10",
24
- "@smithy/node-http-handler": "^4.6.1",
24
+ "@smithy/node-http-handler": "^4.7.3",
25
25
  "@smithy/types": "^4.11.0",
26
26
  "chalk": "^5.6.0",
27
27
  "commit-and-tag-version": "^12.7.1",
@@ -35,7 +35,7 @@
35
35
  "yarn-deduplicate": "^6.0.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@oclif/plugin-command-snapshot": "^5.3.15",
38
+ "@oclif/plugin-command-snapshot": "^5.3.20",
39
39
  "@salesforce/dev-scripts": "^10.2.4",
40
40
  "@salesforce/ts-sinon": "^1.4.34",
41
41
  "@types/semver": "^7.7.0",