@salesforce/plugin-trust 3.3.9 → 3.3.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 +1 -1
- package/oclif.lock +10 -10
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -119,6 +119,6 @@ EXAMPLES
|
|
|
119
119
|
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
|
|
120
120
|
```
|
|
121
121
|
|
|
122
|
-
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.
|
|
122
|
+
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.11/src/commands/plugins/trust/verify.ts)_
|
|
123
123
|
|
|
124
124
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1710,10 +1710,10 @@
|
|
|
1710
1710
|
wordwrap "^1.0.0"
|
|
1711
1711
|
wrap-ansi "^7.0.0"
|
|
1712
1712
|
|
|
1713
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1":
|
|
1714
|
-
version "3.19.
|
|
1715
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.
|
|
1716
|
-
integrity sha512-
|
|
1713
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.6":
|
|
1714
|
+
version "3.19.6"
|
|
1715
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09"
|
|
1716
|
+
integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==
|
|
1717
1717
|
dependencies:
|
|
1718
1718
|
"@types/cli-progress" "^3.11.5"
|
|
1719
1719
|
ansi-escapes "^4.3.2"
|
|
@@ -6113,14 +6113,14 @@ ip-regex@^4.1.0:
|
|
|
6113
6113
|
integrity sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==
|
|
6114
6114
|
|
|
6115
6115
|
ip@^1.1.8:
|
|
6116
|
-
version "1.1.
|
|
6117
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.
|
|
6118
|
-
integrity sha512-
|
|
6116
|
+
version "1.1.9"
|
|
6117
|
+
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
|
|
6118
|
+
integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==
|
|
6119
6119
|
|
|
6120
6120
|
ip@^2.0.0:
|
|
6121
|
-
version "2.0.
|
|
6122
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.
|
|
6123
|
-
integrity sha512-
|
|
6121
|
+
version "2.0.1"
|
|
6122
|
+
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
|
|
6123
|
+
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
|
|
6124
6124
|
|
|
6125
6125
|
is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
|
|
6126
6126
|
version "3.0.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-trust",
|
|
3
3
|
"description": "validate a digital signature for a npm package",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.11",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf-trust": "bin/dev"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@oclif/core": "^3.
|
|
11
|
+
"@oclif/core": "^3.19.6",
|
|
12
12
|
"@salesforce/core": "^6.5.1",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
14
14
|
"got": "^13.0.0",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"exports": "./lib/index.js",
|
|
223
223
|
"type": "module",
|
|
224
224
|
"sfdx": {
|
|
225
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.
|
|
226
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.
|
|
225
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.11.crt",
|
|
226
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.11.sig"
|
|
227
227
|
}
|
|
228
228
|
}
|