Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sm/check-allowlist-first
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Dec 6, 2023
2 parents 31f27cc + a3be1a2 commit 71cb002
Show file tree
Hide file tree
Showing 4 changed files with 471 additions and 225 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.1.2](https://github.com/salesforcecli/plugin-trust/compare/3.1.1...3.1.2) (2023-12-05)

### Bug Fixes

- bump npm ([3c50c17](https://github.com/salesforcecli/plugin-trust/commit/3c50c17eb6b628efc449e7eb1dd7f36dff07f412))

## [3.1.1](https://github.com/salesforcecli/plugin-trust/compare/3.1.0...3.1.1) (2023-12-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ EXAMPLES
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
```

_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.1.1/src/commands/plugins/trust/verify.ts)_
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.1.2/src/commands/plugins/trust/verify.ts)_

<!-- commandsstop -->
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-trust",
"description": "validate a digital signature for a npm package",
"version": "3.1.1",
"version": "3.1.2",
"author": "Salesforce",
"bin": {
"sf-trust": "bin/dev"
Expand All @@ -12,15 +12,15 @@
"@salesforce/core": "^6.1.3",
"@salesforce/sf-plugins-core": "^5.0.4",
"got": "^13.0.0",
"npm": "9.9.1",
"npm": "10.2.3",
"npm-run-path": "^4.0.1",
"proxy-agent": "^6.3.1",
"shelljs": "^0.8.4"
},
"devDependencies": {
"@oclif/plugin-command-snapshot": "^5.0.3",
"@salesforce/cli-plugins-testkit": "^5.0.6",
"@salesforce/dev-scripts": "^7.1.1",
"@salesforce/dev-scripts": "^8.0.0",
"@salesforce/plugin-command-reference": "^3.0.47",
"@salesforce/plugin-telemetry": "^2.3.8",
"@salesforce/ts-sinon": "^1.4.18",
Expand Down
Loading

0 comments on commit 71cb002

Please sign in to comment.