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.40] ( https://github.com/salesforcecli/plugin-trust/compare/3.7.39...3.7.40 ) (2024-11-08)
2
+
3
+ ### Bug Fixes
4
+
5
+ - bump sf-plugins-core ([ 19699e6] ( https://github.com/salesforcecli/plugin-trust/commit/19699e61b2bab8e73cb7c95c4e76cc4a21c37b2a ) )
6
+
1
7
## [ 3.7.39] ( https://github.com/salesforcecli/plugin-trust/compare/3.7.38...3.7.39 ) (2024-11-03)
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.39 /src/commands/plugins/trust/verify.ts ) _
123
+ _ See code: [ src/commands/plugins/trust/verify.ts] ( https://github.com/salesforcecli/plugin-trust/blob/3.7.40 /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.39 " ,
4
+ "version" : " 3.7.40 " ,
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