@salesforce/plugin-marketplace 1.0.24 → 1.0.26
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 +29 -24
- 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.26/src/commands/plugins/discover.ts)_
|
|
88
88
|
|
|
89
89
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1930,15 +1930,15 @@
|
|
|
1930
1930
|
strip-ansi "6.0.1"
|
|
1931
1931
|
ts-retry-promise "^0.8.0"
|
|
1932
1932
|
|
|
1933
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.
|
|
1934
|
-
version "6.5.
|
|
1935
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.
|
|
1936
|
-
integrity sha512-
|
|
1933
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.5.4":
|
|
1934
|
+
version "6.5.5"
|
|
1935
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.5.tgz#ddfab1f6a51808ed1cadc98be3b7235d25ea436f"
|
|
1936
|
+
integrity sha512-2zWTwc9m+LGJNSKXk6I01dzWEjWKkHyYZbROksIPzfWJ5lGfErzpvsTcGAAskBrJD9EpQ4/BtMSLhPSwskI7Fw==
|
|
1937
1937
|
dependencies:
|
|
1938
1938
|
"@salesforce/kit" "^3.0.15"
|
|
1939
1939
|
"@salesforce/schemas" "^1.6.1"
|
|
1940
1940
|
"@salesforce/ts-types" "^2.0.9"
|
|
1941
|
-
"@types/semver" "^7.5.
|
|
1941
|
+
"@types/semver" "^7.5.7"
|
|
1942
1942
|
ajv "^8.12.0"
|
|
1943
1943
|
change-case "^4.1.2"
|
|
1944
1944
|
faye "^1.4.0"
|
|
@@ -1947,11 +1947,11 @@
|
|
|
1947
1947
|
jsforce "^2.0.0-beta.29"
|
|
1948
1948
|
jsonwebtoken "9.0.2"
|
|
1949
1949
|
jszip "3.10.1"
|
|
1950
|
-
pino "^8.
|
|
1950
|
+
pino "^8.19.0"
|
|
1951
1951
|
pino-abstract-transport "^1.1.0"
|
|
1952
1952
|
pino-pretty "^10.3.1"
|
|
1953
1953
|
proper-lockfile "^4.1.2"
|
|
1954
|
-
semver "^7.
|
|
1954
|
+
semver "^7.6.0"
|
|
1955
1955
|
ts-retry-promise "^0.7.1"
|
|
1956
1956
|
|
|
1957
1957
|
"@salesforce/dev-config@^4.1.0":
|
|
@@ -2036,15 +2036,15 @@
|
|
|
2036
2036
|
chalk "^4"
|
|
2037
2037
|
inquirer "^8.2.5"
|
|
2038
2038
|
|
|
2039
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
2040
|
-
version "7.1.
|
|
2041
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
2042
|
-
integrity sha512-
|
|
2039
|
+
"@salesforce/sf-plugins-core@^7.1.11":
|
|
2040
|
+
version "7.1.11"
|
|
2041
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.11.tgz#63c0ca8cdc2f94b36b8e4bd5f107f9d806f9f5be"
|
|
2042
|
+
integrity sha512-2EAv1OYxGo5e/rZ+3k3G96oVZKK2FBPKK4CiFhgp8bQ7BB0+7+bmSyBjoQ26Q2AaEp4k0GQeNsh+0RN2ZhTuVg==
|
|
2043
2043
|
dependencies:
|
|
2044
2044
|
"@inquirer/confirm" "^2.0.17"
|
|
2045
2045
|
"@inquirer/password" "^1.1.16"
|
|
2046
|
-
"@oclif/core" "^3.19.
|
|
2047
|
-
"@salesforce/core" "^6.5.
|
|
2046
|
+
"@oclif/core" "^3.19.2"
|
|
2047
|
+
"@salesforce/core" "^6.5.4"
|
|
2048
2048
|
"@salesforce/kit" "^3.0.15"
|
|
2049
2049
|
"@salesforce/ts-types" "^2.0.9"
|
|
2050
2050
|
chalk "^5.3.0"
|
|
@@ -2798,11 +2798,16 @@
|
|
|
2798
2798
|
dependencies:
|
|
2799
2799
|
"@types/node" "*"
|
|
2800
2800
|
|
|
2801
|
-
"@types/semver@^7.5.0"
|
|
2801
|
+
"@types/semver@^7.5.0":
|
|
2802
2802
|
version "7.5.6"
|
|
2803
2803
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
|
|
2804
2804
|
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
|
|
2805
2805
|
|
|
2806
|
+
"@types/semver@^7.5.7":
|
|
2807
|
+
version "7.5.8"
|
|
2808
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
|
|
2809
|
+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
|
|
2810
|
+
|
|
2806
2811
|
"@types/shelljs@^0.8.15":
|
|
2807
2812
|
version "0.8.15"
|
|
2808
2813
|
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac"
|
|
@@ -5659,14 +5664,14 @@ interpret@^1.0.0:
|
|
|
5659
5664
|
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
|
|
5660
5665
|
|
|
5661
5666
|
ip@^1.1.8:
|
|
5662
|
-
version "1.1.
|
|
5663
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.
|
|
5664
|
-
integrity sha512-
|
|
5667
|
+
version "1.1.9"
|
|
5668
|
+
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
|
|
5669
|
+
integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==
|
|
5665
5670
|
|
|
5666
5671
|
ip@^2.0.0:
|
|
5667
|
-
version "2.0.
|
|
5668
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.
|
|
5669
|
-
integrity sha512-
|
|
5672
|
+
version "2.0.1"
|
|
5673
|
+
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
|
|
5674
|
+
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
|
|
5670
5675
|
|
|
5671
5676
|
is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
|
|
5672
5677
|
version "3.0.2"
|
|
@@ -7597,10 +7602,10 @@ pino-std-serializers@^6.0.0:
|
|
|
7597
7602
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
7598
7603
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
7599
7604
|
|
|
7600
|
-
pino@^8.
|
|
7601
|
-
version "8.
|
|
7602
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
7603
|
-
integrity sha512-
|
|
7605
|
+
pino@^8.19.0:
|
|
7606
|
+
version "8.19.0"
|
|
7607
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.19.0.tgz#ccc15ef736f103ec02cfbead0912bc436dc92ce4"
|
|
7608
|
+
integrity sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==
|
|
7604
7609
|
dependencies:
|
|
7605
7610
|
atomic-sleep "^1.0.0"
|
|
7606
7611
|
fast-redact "^3.1.1"
|
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.26",
|
|
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.5.1",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^7.1.11",
|
|
12
12
|
"got": "^13.0.0",
|
|
13
13
|
"proxy-agent": "^6.4.0"
|
|
14
14
|
},
|
|
@@ -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.26.crt",
|
|
205
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.26.sig"
|
|
206
206
|
}
|
|
207
207
|
}
|