@salesforce/plugin-trust 3.8.10 → 3.8.11

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
@@ -131,7 +131,7 @@ EXAMPLES
131
131
  $ @salesforce/plugin-trust plugins trust allowlist add --name @scope/my-plugin --name another-plugin
132
132
  ```
133
133
 
134
- _See code: [src/commands/plugins/trust/allowlist/add.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.10/src/commands/plugins/trust/allowlist/add.ts)_
134
+ _See code: [src/commands/plugins/trust/allowlist/add.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.11/src/commands/plugins/trust/allowlist/add.ts)_
135
135
 
136
136
  ## `@salesforce/plugin-trust plugins trust allowlist list`
137
137
 
@@ -159,7 +159,7 @@ EXAMPLES
159
159
  $ @salesforce/plugin-trust plugins trust allowlist list
160
160
  ```
161
161
 
162
- _See code: [src/commands/plugins/trust/allowlist/list.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.10/src/commands/plugins/trust/allowlist/list.ts)_
162
+ _See code: [src/commands/plugins/trust/allowlist/list.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.11/src/commands/plugins/trust/allowlist/list.ts)_
163
163
 
164
164
  ## `@salesforce/plugin-trust plugins trust allowlist remove`
165
165
 
@@ -196,7 +196,7 @@ EXAMPLES
196
196
  $ @salesforce/plugin-trust plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
197
197
  ```
198
198
 
199
- _See code: [src/commands/plugins/trust/allowlist/remove.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.10/src/commands/plugins/trust/allowlist/remove.ts)_
199
+ _See code: [src/commands/plugins/trust/allowlist/remove.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.11/src/commands/plugins/trust/allowlist/remove.ts)_
200
200
 
201
201
  ## `@salesforce/plugin-trust plugins trust verify`
202
202
 
@@ -225,6 +225,6 @@ EXAMPLES
225
225
  $ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
226
226
  ```
227
227
 
228
- _See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.10/src/commands/plugins/trust/verify.ts)_
228
+ _See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.8.11/src/commands/plugins/trust/verify.ts)_
229
229
 
230
230
  <!-- commandsstop -->
@@ -354,5 +354,5 @@
354
354
  ]
355
355
  }
356
356
  },
357
- "version": "3.8.10"
357
+ "version": "3.8.11"
358
358
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-trust",
3
3
  "description": "validate a digital signature for a npm package",
4
- "version": "3.8.10",
4
+ "version": "3.8.11",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf-trust": "bin/dev"
@@ -244,7 +244,7 @@
244
244
  },
245
245
  "type": "module",
246
246
  "sfdx": {
247
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.8.10.crt",
248
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.8.10.sig"
247
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.8.11.crt",
248
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.8.11.sig"
249
249
  }
250
250
  }