@salesforce/plugin-marketplace 1.0.12 → 1.0.13
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 +52 -27
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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-marketplace/blob/1.0.
|
|
87
|
+
_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.13/src/commands/plugins/discover.ts)_
|
|
88
88
|
|
|
89
89
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -727,7 +727,7 @@
|
|
|
727
727
|
wordwrap "^1.0.0"
|
|
728
728
|
wrap-ansi "^7.0.0"
|
|
729
729
|
|
|
730
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.
|
|
730
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.15.0", "@oclif/core@^3.3.1":
|
|
731
731
|
version "3.15.0"
|
|
732
732
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.0.tgz#28405012137fa92efcc5a2c4d61336dd64c697cb"
|
|
733
733
|
integrity sha512-A1EVh4gv7mqAJ9OGVxLugaLcHvQnGwvOnPToP8OT9AldJ0LwVExOwhhlnOstYca33MIpGH00twYxWMS5nxMuDQ==
|
|
@@ -909,11 +909,11 @@
|
|
|
909
909
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
910
910
|
|
|
911
911
|
"@salesforce/cli-plugins-testkit@^5":
|
|
912
|
-
version "5.
|
|
913
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
914
|
-
integrity sha512-
|
|
912
|
+
version "5.1.2"
|
|
913
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.2.tgz#a8d0c988d26d22cbaa4f19e6be9f0d1a28238ef2"
|
|
914
|
+
integrity sha512-3tF1invyikFvkDfnRdFJBrhDV4gcO0cf7gKRT/9GmIHOF88qjiPiKy4VYx7q1fZI8xn6ZEov0LmMziLUVYjdtg==
|
|
915
915
|
dependencies:
|
|
916
|
-
"@salesforce/core" "^6.
|
|
916
|
+
"@salesforce/core" "^6.4.1"
|
|
917
917
|
"@salesforce/kit" "^3.0.15"
|
|
918
918
|
"@salesforce/ts-types" "^2.0.9"
|
|
919
919
|
"@types/shelljs" "^0.8.15"
|
|
@@ -947,10 +947,10 @@
|
|
|
947
947
|
semver "^7.5.4"
|
|
948
948
|
ts-retry-promise "^0.7.1"
|
|
949
949
|
|
|
950
|
-
"@salesforce/core@^6.
|
|
951
|
-
version "6.4.
|
|
952
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.
|
|
953
|
-
integrity sha512-
|
|
950
|
+
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
|
|
951
|
+
version "6.4.2"
|
|
952
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
|
|
953
|
+
integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
|
|
954
954
|
dependencies:
|
|
955
955
|
"@salesforce/kit" "^3.0.15"
|
|
956
956
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -966,7 +966,7 @@
|
|
|
966
966
|
jszip "3.10.1"
|
|
967
967
|
pino "^8.16.2"
|
|
968
968
|
pino-abstract-transport "^1.1.0"
|
|
969
|
-
pino-pretty "^10.
|
|
969
|
+
pino-pretty "^10.3.0"
|
|
970
970
|
proper-lockfile "^4.1.2"
|
|
971
971
|
semver "^7.5.4"
|
|
972
972
|
ts-retry-promise "^0.7.1"
|
|
@@ -1016,15 +1016,15 @@
|
|
|
1016
1016
|
"@salesforce/ts-types" "^2.0.9"
|
|
1017
1017
|
tslib "^2.6.2"
|
|
1018
1018
|
|
|
1019
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1020
|
-
version "3.0.
|
|
1021
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1022
|
-
integrity sha512-
|
|
1019
|
+
"@salesforce/plugin-command-reference@^3.0.55":
|
|
1020
|
+
version "3.0.55"
|
|
1021
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.55.tgz#2a32f72761c83d1025a758b212c19872c071bfa9"
|
|
1022
|
+
integrity sha512-V20KbXIJ5lXHq78kyF4e2TLbQ8Y5HVGa0XFj8k5QwY7O4m12zIo/B4QDKrr67zxtYHfZ58/2t4up6tfkvzPPYw==
|
|
1023
1023
|
dependencies:
|
|
1024
|
-
"@oclif/core" "^3.
|
|
1025
|
-
"@salesforce/core" "^6.
|
|
1024
|
+
"@oclif/core" "^3.15.0"
|
|
1025
|
+
"@salesforce/core" "^6.4.0"
|
|
1026
1026
|
"@salesforce/kit" "^3.0.15"
|
|
1027
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
|
1027
|
+
"@salesforce/sf-plugins-core" "^5.0.8"
|
|
1028
1028
|
"@salesforce/ts-types" "^2.0.9"
|
|
1029
1029
|
chalk "^4"
|
|
1030
1030
|
handlebars "^4.7.8"
|
|
@@ -1040,13 +1040,13 @@
|
|
|
1040
1040
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1041
1041
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1042
1042
|
|
|
1043
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1044
|
-
version "5.0.
|
|
1045
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
1046
|
-
integrity sha512-
|
|
1043
|
+
"@salesforce/sf-plugins-core@^5.0.12", "@salesforce/sf-plugins-core@^5.0.8":
|
|
1044
|
+
version "5.0.12"
|
|
1045
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.12.tgz#f638a8091316b70b4cb981b0847326fd8c32c2f4"
|
|
1046
|
+
integrity sha512-2ZuD++T+c0mGmLep0K54ucA3GIjlRWdR0L+oMLlcTYcf6rxEV72D9MMszS3syVabSJeNGrKIgsO3kP9c13PCAQ==
|
|
1047
1047
|
dependencies:
|
|
1048
|
-
"@oclif/core" "^3.
|
|
1049
|
-
"@salesforce/core" "^6.
|
|
1048
|
+
"@oclif/core" "^3.15.0"
|
|
1049
|
+
"@salesforce/core" "^6.4.1"
|
|
1050
1050
|
"@salesforce/kit" "^3.0.15"
|
|
1051
1051
|
"@salesforce/ts-types" "^2.0.9"
|
|
1052
1052
|
"@types/inquirer" "^8.2.3"
|
|
@@ -3934,6 +3934,11 @@ help-me@^4.0.1:
|
|
|
3934
3934
|
glob "^8.0.0"
|
|
3935
3935
|
readable-stream "^3.6.0"
|
|
3936
3936
|
|
|
3937
|
+
help-me@^5.0.0:
|
|
3938
|
+
version "5.0.0"
|
|
3939
|
+
resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6"
|
|
3940
|
+
integrity sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==
|
|
3941
|
+
|
|
3937
3942
|
hosted-git-info@^2.1.4:
|
|
3938
3943
|
version "2.8.9"
|
|
3939
3944
|
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
|
|
@@ -5773,10 +5778,10 @@ object.values@^1.1.7:
|
|
|
5773
5778
|
define-properties "^1.2.0"
|
|
5774
5779
|
es-abstract "^1.22.1"
|
|
5775
5780
|
|
|
5776
|
-
oclif@^4.0
|
|
5777
|
-
version "4.0
|
|
5778
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
5779
|
-
integrity sha512-
|
|
5781
|
+
oclif@^4.1.0:
|
|
5782
|
+
version "4.1.0"
|
|
5783
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
|
|
5784
|
+
integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
|
|
5780
5785
|
dependencies:
|
|
5781
5786
|
"@oclif/core" "^3.0.4"
|
|
5782
5787
|
"@oclif/plugin-help" "^5.2.14"
|
|
@@ -6168,6 +6173,26 @@ pino-pretty@^10.2.3:
|
|
|
6168
6173
|
sonic-boom "^3.0.0"
|
|
6169
6174
|
strip-json-comments "^3.1.1"
|
|
6170
6175
|
|
|
6176
|
+
pino-pretty@^10.3.0:
|
|
6177
|
+
version "10.3.0"
|
|
6178
|
+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
|
|
6179
|
+
integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
|
|
6180
|
+
dependencies:
|
|
6181
|
+
colorette "^2.0.7"
|
|
6182
|
+
dateformat "^4.6.3"
|
|
6183
|
+
fast-copy "^3.0.0"
|
|
6184
|
+
fast-safe-stringify "^2.1.1"
|
|
6185
|
+
help-me "^5.0.0"
|
|
6186
|
+
joycon "^3.1.1"
|
|
6187
|
+
minimist "^1.2.6"
|
|
6188
|
+
on-exit-leak-free "^2.1.0"
|
|
6189
|
+
pino-abstract-transport "^1.0.0"
|
|
6190
|
+
pump "^3.0.0"
|
|
6191
|
+
readable-stream "^4.0.0"
|
|
6192
|
+
secure-json-parse "^2.4.0"
|
|
6193
|
+
sonic-boom "^3.0.0"
|
|
6194
|
+
strip-json-comments "^3.1.1"
|
|
6195
|
+
|
|
6171
6196
|
pino-std-serializers@^6.0.0:
|
|
6172
6197
|
version "6.2.2"
|
|
6173
6198
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-marketplace",
|
|
3
3
|
"description": "Find sf plugins",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.10.8",
|
|
9
9
|
"@salesforce/core": "^6.4.0",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^5.0.12",
|
|
12
12
|
"got": "^13.0.0",
|
|
13
13
|
"proxy-agent": "^6.3.1"
|
|
14
14
|
},
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.0.4",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5",
|
|
18
18
|
"@salesforce/dev-scripts": "^8.1.2",
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.55",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
21
|
-
"oclif": "^4.0
|
|
21
|
+
"oclif": "^4.1.0",
|
|
22
22
|
"shx": "0.3.4",
|
|
23
23
|
"ts-node": "^10.9.2",
|
|
24
24
|
"typescript": "^5.3.3"
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"exports": "./lib/index.js",
|
|
202
202
|
"type": "module",
|
|
203
203
|
"sfdx": {
|
|
204
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.
|
|
205
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.
|
|
204
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.13.crt",
|
|
205
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.13.sig"
|
|
206
206
|
}
|
|
207
207
|
}
|