@salesforce/plugin-marketplace 1.0.9 → 1.0.10
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 +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -84,6 +84,6 @@ EXAMPLES
|
|
|
84
84
|
$ sf plugins discover
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.
|
|
87
|
+
_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.10/src/commands/plugins/discover.ts)_
|
|
88
88
|
|
|
89
89
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -959,17 +959,17 @@
|
|
|
959
959
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
960
960
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
961
961
|
|
|
962
|
-
"@salesforce/dev-scripts@^
|
|
963
|
-
version "
|
|
964
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
965
|
-
integrity sha512-
|
|
962
|
+
"@salesforce/dev-scripts@^8.0.0":
|
|
963
|
+
version "8.0.0"
|
|
964
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.0.0.tgz#debdc8a311858259e7c972a55b82521c6eed101d"
|
|
965
|
+
integrity sha512-8TxQD+8Acn1CBiiSwhTPnYfbdaX9fASUPB5CvTSQJMr9aitoa9PFrC/wE7QTmtf+O8UAAVz4nndhjVABqpYf1Q==
|
|
966
966
|
dependencies:
|
|
967
967
|
"@commitlint/cli" "^17.1.2"
|
|
968
968
|
"@commitlint/config-conventional" "^17.1.0"
|
|
969
969
|
"@salesforce/dev-config" "^4.1.0"
|
|
970
970
|
"@salesforce/prettier-config" "^0.0.3"
|
|
971
971
|
"@types/chai" "^4.3.10"
|
|
972
|
-
"@types/mocha" "^10.0.
|
|
972
|
+
"@types/mocha" "^10.0.6"
|
|
973
973
|
"@types/node" "^18"
|
|
974
974
|
"@types/sinon" "^10.0.20"
|
|
975
975
|
chai "^4.3.10"
|
|
@@ -1234,10 +1234,10 @@
|
|
|
1234
1234
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.4.tgz#81f886786411c45bba3f33e781ab48bd56bfca2e"
|
|
1235
1235
|
integrity sha512-Kfe/D3hxHTusnPNRbycJE1N77WHDsdS4AjUYIzlDzhDrS47NrwuL3YW4VITxwR7KCVpzwgy4Rbj829KSSQmwXQ==
|
|
1236
1236
|
|
|
1237
|
-
"@types/mocha@^10.0.
|
|
1238
|
-
version "10.0.
|
|
1239
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
|
1240
|
-
integrity sha512-
|
|
1237
|
+
"@types/mocha@^10.0.6":
|
|
1238
|
+
version "10.0.6"
|
|
1239
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
|
1240
|
+
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
|
1241
1241
|
|
|
1242
1242
|
"@types/node@*":
|
|
1243
1243
|
version "20.8.9"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-marketplace",
|
|
3
3
|
"description": "Find sf plugins",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.10",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.0.3",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5",
|
|
18
|
-
"@salesforce/dev-scripts": "^
|
|
18
|
+
"@salesforce/dev-scripts": "^8.0.0",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.48",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
21
21
|
"oclif": "^4.0.4",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"/schemas",
|
|
34
34
|
"/oclif.lock"
|
|
35
35
|
],
|
|
36
|
-
"homepage": "https://github.com/salesforcecli/plugin-
|
|
36
|
+
"homepage": "https://github.com/salesforcecli/plugin-marketplace",
|
|
37
37
|
"keywords": [
|
|
38
38
|
"force",
|
|
39
39
|
"salesforce",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"exports": "./lib/index.js",
|
|
191
191
|
"type": "module",
|
|
192
192
|
"sfdx": {
|
|
193
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.
|
|
194
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.
|
|
193
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.10.crt",
|
|
194
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.10.sig"
|
|
195
195
|
}
|
|
196
196
|
}
|