@salesforce/plugin-marketplace 1.0.28 → 1.0.29
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/npm-shrinkwrap.json +7 -7
- package/oclif.lock +6 -40
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.29/src/commands/plugins/discover.ts)_
|
|
88
88
|
|
|
89
89
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-marketplace",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.29",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-marketplace",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.29",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.19.2",
|
|
13
13
|
"@salesforce/core": "^6.7.1",
|
|
14
14
|
"@salesforce/kit": "^3.0.15",
|
|
15
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
16
16
|
"got": "^13.0.0",
|
|
17
17
|
"proxy-agent": "^6.4.0"
|
|
18
18
|
},
|
|
@@ -4640,14 +4640,14 @@
|
|
|
4640
4640
|
"license": "ISC"
|
|
4641
4641
|
},
|
|
4642
4642
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4643
|
-
"version": "7.1.
|
|
4644
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
4645
|
-
"integrity": "sha512-
|
|
4643
|
+
"version": "7.1.15",
|
|
4644
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.15.tgz",
|
|
4645
|
+
"integrity": "sha512-dQSSIHEpeFIadkWqZE24068m01vy31hVJdGWYvgscTnNrR30jIC5fXRevYvGG0l+8vVEJkCYYnJFQabUjSw3Eg==",
|
|
4646
4646
|
"license": "BSD-3-Clause",
|
|
4647
4647
|
"dependencies": {
|
|
4648
4648
|
"@inquirer/confirm": "^2.0.17",
|
|
4649
4649
|
"@inquirer/password": "^1.1.16",
|
|
4650
|
-
"@oclif/core": "^3.
|
|
4650
|
+
"@oclif/core": "^3.23.0",
|
|
4651
4651
|
"@salesforce/core": "^6.6.0",
|
|
4652
4652
|
"@salesforce/kit": "^3.0.15",
|
|
4653
4653
|
"@salesforce/ts-types": "^2.0.9",
|
package/oclif.lock
CHANGED
|
@@ -1767,41 +1767,7 @@
|
|
|
1767
1767
|
wordwrap "^1.0.0"
|
|
1768
1768
|
wrap-ansi "^7.0.0"
|
|
1769
1769
|
|
|
1770
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.
|
|
1771
|
-
version "3.25.2"
|
|
1772
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
|
|
1773
|
-
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
|
|
1774
|
-
dependencies:
|
|
1775
|
-
"@types/cli-progress" "^3.11.5"
|
|
1776
|
-
ansi-escapes "^4.3.2"
|
|
1777
|
-
ansi-styles "^4.3.0"
|
|
1778
|
-
cardinal "^2.1.1"
|
|
1779
|
-
chalk "^4.1.2"
|
|
1780
|
-
clean-stack "^3.0.1"
|
|
1781
|
-
cli-progress "^3.12.0"
|
|
1782
|
-
color "^4.2.3"
|
|
1783
|
-
debug "^4.3.4"
|
|
1784
|
-
ejs "^3.1.9"
|
|
1785
|
-
get-package-type "^0.1.0"
|
|
1786
|
-
globby "^11.1.0"
|
|
1787
|
-
hyperlinker "^1.0.0"
|
|
1788
|
-
indent-string "^4.0.0"
|
|
1789
|
-
is-wsl "^2.2.0"
|
|
1790
|
-
js-yaml "^3.14.1"
|
|
1791
|
-
minimatch "^9.0.3"
|
|
1792
|
-
natural-orderby "^2.0.3"
|
|
1793
|
-
object-treeify "^1.1.33"
|
|
1794
|
-
password-prompt "^1.1.3"
|
|
1795
|
-
slice-ansi "^4.0.0"
|
|
1796
|
-
string-width "^4.2.3"
|
|
1797
|
-
strip-ansi "^6.0.1"
|
|
1798
|
-
supports-color "^8.1.1"
|
|
1799
|
-
supports-hyperlinks "^2.2.0"
|
|
1800
|
-
widest-line "^3.1.0"
|
|
1801
|
-
wordwrap "^1.0.0"
|
|
1802
|
-
wrap-ansi "^7.0.0"
|
|
1803
|
-
|
|
1804
|
-
"@oclif/core@^3.19.6":
|
|
1770
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0":
|
|
1805
1771
|
version "3.25.2"
|
|
1806
1772
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
|
|
1807
1773
|
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
|
|
@@ -2105,14 +2071,14 @@
|
|
|
2105
2071
|
chalk "^4"
|
|
2106
2072
|
inquirer "^8.2.5"
|
|
2107
2073
|
|
|
2108
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
2109
|
-
version "7.1.
|
|
2110
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
2111
|
-
integrity sha512-
|
|
2074
|
+
"@salesforce/sf-plugins-core@^7.1.15":
|
|
2075
|
+
version "7.1.15"
|
|
2076
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.15.tgz#4d6033d56d78cf6046abfce96c119a8a60ee7c07"
|
|
2077
|
+
integrity sha512-dQSSIHEpeFIadkWqZE24068m01vy31hVJdGWYvgscTnNrR30jIC5fXRevYvGG0l+8vVEJkCYYnJFQabUjSw3Eg==
|
|
2112
2078
|
dependencies:
|
|
2113
2079
|
"@inquirer/confirm" "^2.0.17"
|
|
2114
2080
|
"@inquirer/password" "^1.1.16"
|
|
2115
|
-
"@oclif/core" "^3.
|
|
2081
|
+
"@oclif/core" "^3.23.0"
|
|
2116
2082
|
"@salesforce/core" "^6.6.0"
|
|
2117
2083
|
"@salesforce/kit" "^3.0.15"
|
|
2118
2084
|
"@salesforce/ts-types" "^2.0.9"
|
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.29",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.19.2",
|
|
9
9
|
"@salesforce/core": "^6.7.1",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
12
12
|
"got": "^13.0.0",
|
|
13
13
|
"proxy-agent": "^6.4.0"
|
|
14
14
|
},
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"exports": "./lib/index.js",
|
|
201
201
|
"type": "module",
|
|
202
202
|
"sfdx": {
|
|
203
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.
|
|
204
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.
|
|
203
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.29.crt",
|
|
204
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.29.sig"
|
|
205
205
|
}
|
|
206
206
|
}
|