File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.7.90] ( https://github.com/salesforcecli/plugin-trust/compare/3.7.89...3.7.90 ) (2025-05-17)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** deps:** bump semver from 7.7.1 to 7.7.2 ([ 1d8395b] ( https://github.com/salesforcecli/plugin-trust/commit/1d8395bf4446823eda2e2fd340bd318de170f44d ) )
6
+
1
7
## [ 3.7.89] ( https://github.com/salesforcecli/plugin-trust/compare/3.7.88...3.7.89 ) (2025-05-11)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change @@ -120,6 +120,6 @@ EXAMPLES
120
120
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
121
121
```
122
122
123
- _ See code: [ src/commands/plugins/trust/verify.ts] ( https://github.com/salesforcecli/plugin-trust/blob/3.7.89 /src/commands/plugins/trust/verify.ts ) _
123
+ _ See code: [ src/commands/plugins/trust/verify.ts] ( https://github.com/salesforcecli/plugin-trust/blob/3.7.90 /src/commands/plugins/trust/verify.ts ) _
124
124
125
125
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @salesforce/plugin-trust" ,
3
3
"description" : " validate a digital signature for a npm package" ,
4
- "version" : " 3.7.89 " ,
4
+ "version" : " 3.7.90 " ,
5
5
"author" : " Salesforce" ,
6
6
"bin" : {
7
7
"sf-trust" : " bin/dev"
You can’t perform that action at this time.
0 commit comments