@salesforce/plugin-marketplace 1.0.6 → 1.0.8
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 +93 -63
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.8/src/commands/plugins/discover.ts)_
|
|
88
88
|
|
|
89
89
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -681,7 +681,7 @@
|
|
|
681
681
|
supports-color "^8.1.1"
|
|
682
682
|
tslib "^2"
|
|
683
683
|
|
|
684
|
-
"@oclif/core@^2.11.7", "@oclif/core@^2.11.8"
|
|
684
|
+
"@oclif/core@^2.11.7", "@oclif/core@^2.11.8":
|
|
685
685
|
version "2.15.0"
|
|
686
686
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a"
|
|
687
687
|
integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==
|
|
@@ -715,10 +715,10 @@
|
|
|
715
715
|
wordwrap "^1.0.0"
|
|
716
716
|
wrap-ansi "^7.0.0"
|
|
717
717
|
|
|
718
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.
|
|
719
|
-
version "3.
|
|
720
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
721
|
-
integrity sha512-
|
|
718
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.3.1":
|
|
719
|
+
version "3.13.1"
|
|
720
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.13.1.tgz#dbd5e604ec78a716a33bfa6fec6c988a507b7f38"
|
|
721
|
+
integrity sha512-bpnF6BL+j7D0k0T+dZ4g7LwcZzctCoKjIYm8zcSNgrItS2pgIlvsRf8SdkGNu6djzRD7vzM657ZO9fWU6goz0g==
|
|
722
722
|
dependencies:
|
|
723
723
|
ansi-escapes "^4.3.2"
|
|
724
724
|
ansi-styles "^4.3.0"
|
|
@@ -726,6 +726,7 @@
|
|
|
726
726
|
chalk "^4.1.2"
|
|
727
727
|
clean-stack "^3.0.1"
|
|
728
728
|
cli-progress "^3.12.0"
|
|
729
|
+
color "^4.2.3"
|
|
729
730
|
debug "^4.3.4"
|
|
730
731
|
ejs "^3.1.9"
|
|
731
732
|
get-package-type "^0.1.0"
|
|
@@ -747,13 +748,13 @@
|
|
|
747
748
|
wordwrap "^1.0.0"
|
|
748
749
|
wrap-ansi "^7.0.0"
|
|
749
750
|
|
|
750
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
751
|
-
version "5.0.
|
|
752
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
753
|
-
integrity sha512-
|
|
751
|
+
"@oclif/plugin-command-snapshot@^5.0.3":
|
|
752
|
+
version "5.0.3"
|
|
753
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.3.tgz#1ca2ccc173ba66d81e0e351f0cf640a9c3782f02"
|
|
754
|
+
integrity sha512-LbG7lxdKhaapv7nrgUoQU505PA92OU4SOMyczS74BatgUHjx4B0qXOe3VI2aKmd+SApPaLDe/QsGnm98gfZhmQ==
|
|
754
755
|
dependencies:
|
|
755
|
-
"@oclif/core" "^3.
|
|
756
|
-
"@types/lodash.difference" "^4.5.
|
|
756
|
+
"@oclif/core" "^3.10.8"
|
|
757
|
+
"@types/lodash.difference" "^4.5.9"
|
|
757
758
|
chalk "^5.3.0"
|
|
758
759
|
just-diff "^5.2.0"
|
|
759
760
|
lodash.difference "^4.5.0"
|
|
@@ -891,13 +892,13 @@
|
|
|
891
892
|
"@octokit/openapi-types" "^12.11.0"
|
|
892
893
|
|
|
893
894
|
"@salesforce/cli-plugins-testkit@^5":
|
|
894
|
-
version "5.0.
|
|
895
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.
|
|
896
|
-
integrity sha512-
|
|
895
|
+
version "5.0.5"
|
|
896
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.5.tgz#54a4ec57a10b10b3e3040cfb754972666a3ec100"
|
|
897
|
+
integrity sha512-TketFUfimWg7T0LJGaXtfelvp6Zy3i2sYwuULSBYiyPceqUTZJXPXNzbHC987b6E3OcT4K6mIxLiVbF//kzvMQ==
|
|
897
898
|
dependencies:
|
|
898
|
-
"@salesforce/core" "^
|
|
899
|
+
"@salesforce/core" "^6.2.0"
|
|
899
900
|
"@salesforce/kit" "^3.0.15"
|
|
900
|
-
"@salesforce/ts-types" "^2.0.
|
|
901
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
901
902
|
"@types/shelljs" "^0.8.15"
|
|
902
903
|
debug "^4.3.1"
|
|
903
904
|
jszip "^3.10.1"
|
|
@@ -905,7 +906,7 @@
|
|
|
905
906
|
strip-ansi "6.0.1"
|
|
906
907
|
ts-retry-promise "^0.7.1"
|
|
907
908
|
|
|
908
|
-
"@salesforce/core@^5.3.
|
|
909
|
+
"@salesforce/core@^5.3.20":
|
|
909
910
|
version "5.3.20"
|
|
910
911
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
911
912
|
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
@@ -929,24 +930,24 @@
|
|
|
929
930
|
semver "^7.5.4"
|
|
930
931
|
ts-retry-promise "^0.7.1"
|
|
931
932
|
|
|
932
|
-
"@salesforce/core@^6.1.0":
|
|
933
|
-
version "6.
|
|
934
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.
|
|
935
|
-
integrity sha512-
|
|
933
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.2.0", "@salesforce/core@^6.2.2":
|
|
934
|
+
version "6.2.2"
|
|
935
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.2.tgz#c390c7c407e8916ad85a3e300d9d9e4fecfba207"
|
|
936
|
+
integrity sha512-R2ptk/+KSWDJOqdInxfzPTLF3V//vFtD4vQcjWIK9NaGCCq4ZwiF2gMpkBcKgDQneLUmva2NcmnzF3c51zQp5A==
|
|
936
937
|
dependencies:
|
|
937
938
|
"@salesforce/kit" "^3.0.15"
|
|
938
939
|
"@salesforce/schemas" "^1.6.1"
|
|
939
940
|
"@salesforce/ts-types" "^2.0.9"
|
|
940
|
-
"@types/semver" "^7.5.
|
|
941
|
+
"@types/semver" "^7.5.6"
|
|
941
942
|
ajv "^8.12.0"
|
|
942
943
|
change-case "^4.1.2"
|
|
943
944
|
faye "^1.4.0"
|
|
944
945
|
form-data "^4.0.0"
|
|
945
946
|
js2xmlparser "^4.0.1"
|
|
946
|
-
jsforce "^2.0.0-beta.
|
|
947
|
+
jsforce "^2.0.0-beta.29"
|
|
947
948
|
jsonwebtoken "9.0.2"
|
|
948
949
|
jszip "3.10.1"
|
|
949
|
-
pino "^8.16.
|
|
950
|
+
pino "^8.16.2"
|
|
950
951
|
pino-abstract-transport "^1.1.0"
|
|
951
952
|
pino-pretty "^10.2.3"
|
|
952
953
|
proper-lockfile "^4.1.2"
|
|
@@ -958,10 +959,10 @@
|
|
|
958
959
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
959
960
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
960
961
|
|
|
961
|
-
"@salesforce/dev-scripts@^7.1.
|
|
962
|
-
version "7.1.
|
|
963
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.
|
|
964
|
-
integrity sha512-
|
|
962
|
+
"@salesforce/dev-scripts@^7.1.1":
|
|
963
|
+
version "7.1.1"
|
|
964
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.1.tgz#549b58fb7e8c2410ce594c46f780a0907618f19f"
|
|
965
|
+
integrity sha512-6SL+QDOMZCnmU4Lu2ZCjqsMRcHw96mnjUOPE7b2HcfmfPo2a/hAYUtv8v7UsZ/+3UPbSf+XsLJfUsF15QIUWrg==
|
|
965
966
|
dependencies:
|
|
966
967
|
"@commitlint/cli" "^17.1.2"
|
|
967
968
|
"@commitlint/config-conventional" "^17.1.0"
|
|
@@ -989,7 +990,7 @@
|
|
|
989
990
|
typescript "^4.9.5"
|
|
990
991
|
wireit "^0.14.1"
|
|
991
992
|
|
|
992
|
-
"@salesforce/kit@^3.0.
|
|
993
|
+
"@salesforce/kit@^3.0.15":
|
|
993
994
|
version "3.0.15"
|
|
994
995
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.15.tgz#713df3f5767f874c70a2e731c7cb5ba677989559"
|
|
995
996
|
integrity sha512-XkA8jsuLvVnyP460dAbU3pBFP2IkmmmsVxMQVifcKKbNWaIBbZBzAfj+vdaQfnvZyflLhsrFT3q2xkb0vHouPg==
|
|
@@ -997,15 +998,15 @@
|
|
|
997
998
|
"@salesforce/ts-types" "^2.0.9"
|
|
998
999
|
tslib "^2.6.2"
|
|
999
1000
|
|
|
1000
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1001
|
-
version "3.0.
|
|
1002
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1003
|
-
integrity sha512-
|
|
1001
|
+
"@salesforce/plugin-command-reference@^3.0.48":
|
|
1002
|
+
version "3.0.48"
|
|
1003
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.48.tgz#ca24930520e40266864dbe7ba51529ec446b35fc"
|
|
1004
|
+
integrity sha512-eC8ZagVwBFJVxuls0bfomdtLhGbh6YxKbQKTWAVVvBDEEUvSxcpoeGhYHKRfYJU+4Wwa7GdwK86LTmAy/PD0KQ==
|
|
1004
1005
|
dependencies:
|
|
1005
|
-
"@oclif/core" "^
|
|
1006
|
-
"@salesforce/core" "^5.3.
|
|
1006
|
+
"@oclif/core" "^3.12.0"
|
|
1007
|
+
"@salesforce/core" "^5.3.20"
|
|
1007
1008
|
"@salesforce/kit" "^3.0.15"
|
|
1008
|
-
"@salesforce/sf-plugins-core" "^
|
|
1009
|
+
"@salesforce/sf-plugins-core" "^4"
|
|
1009
1010
|
"@salesforce/ts-types" "^2.0.9"
|
|
1010
1011
|
chalk "^4"
|
|
1011
1012
|
handlebars "^4.7.8"
|
|
@@ -1021,15 +1022,16 @@
|
|
|
1021
1022
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1022
1023
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1023
1024
|
|
|
1024
|
-
"@salesforce/sf-plugins-core@^
|
|
1025
|
-
version "
|
|
1026
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1027
|
-
integrity sha512-
|
|
1025
|
+
"@salesforce/sf-plugins-core@^4":
|
|
1026
|
+
version "4.1.3"
|
|
1027
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.3.tgz#06fa96fec1903fe945def9303eb8c43058625a3d"
|
|
1028
|
+
integrity sha512-cia0FRknxeQU0IK5gOxlP2KGxqc5zxwSmHLKJsd5+sUFWpn3Hnun/3rDO94UXIDjuGKV7HK08hQNBKkSLeYaRA==
|
|
1028
1029
|
dependencies:
|
|
1029
|
-
"@oclif/core" "^
|
|
1030
|
-
"@salesforce/core" "^
|
|
1031
|
-
"@salesforce/kit" "^3.0.
|
|
1032
|
-
"@salesforce/ts-types" "^2.0.
|
|
1030
|
+
"@oclif/core" "^3.11.0"
|
|
1031
|
+
"@salesforce/core" "^6.1.0"
|
|
1032
|
+
"@salesforce/kit" "^3.0.15"
|
|
1033
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1034
|
+
"@types/inquirer" "^8.2.3"
|
|
1033
1035
|
chalk "^4"
|
|
1034
1036
|
inquirer "^8.2.5"
|
|
1035
1037
|
|
|
@@ -1046,7 +1048,7 @@
|
|
|
1046
1048
|
chalk "^4"
|
|
1047
1049
|
inquirer "^8.2.5"
|
|
1048
1050
|
|
|
1049
|
-
"@salesforce/ts-types@^2.0.
|
|
1051
|
+
"@salesforce/ts-types@^2.0.9":
|
|
1050
1052
|
version "2.0.9"
|
|
1051
1053
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
1052
1054
|
integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
|
|
@@ -1205,10 +1207,10 @@
|
|
|
1205
1207
|
dependencies:
|
|
1206
1208
|
"@types/node" "*"
|
|
1207
1209
|
|
|
1208
|
-
"@types/lodash.difference@^4.5.
|
|
1209
|
-
version "4.5.
|
|
1210
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.
|
|
1211
|
-
integrity sha512-
|
|
1210
|
+
"@types/lodash.difference@^4.5.9":
|
|
1211
|
+
version "4.5.9"
|
|
1212
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c"
|
|
1213
|
+
integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==
|
|
1212
1214
|
dependencies:
|
|
1213
1215
|
"@types/lodash" "*"
|
|
1214
1216
|
|
|
@@ -1283,10 +1285,10 @@
|
|
|
1283
1285
|
dependencies:
|
|
1284
1286
|
"@types/node" "*"
|
|
1285
1287
|
|
|
1286
|
-
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.4":
|
|
1287
|
-
version "7.5.
|
|
1288
|
-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.
|
|
1289
|
-
integrity sha512
|
|
1288
|
+
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.4", "@types/semver@^7.5.6":
|
|
1289
|
+
version "7.5.6"
|
|
1290
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
|
|
1291
|
+
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
|
|
1290
1292
|
|
|
1291
1293
|
"@types/shelljs@^0.8.15":
|
|
1292
1294
|
version "0.8.15"
|
|
@@ -2341,16 +2343,32 @@ color-name@1.1.3:
|
|
|
2341
2343
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
2342
2344
|
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
|
|
2343
2345
|
|
|
2344
|
-
color-name@~1.1.4:
|
|
2346
|
+
color-name@^1.0.0, color-name@~1.1.4:
|
|
2345
2347
|
version "1.1.4"
|
|
2346
2348
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
2347
2349
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
2348
2350
|
|
|
2351
|
+
color-string@^1.9.0:
|
|
2352
|
+
version "1.9.1"
|
|
2353
|
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
|
|
2354
|
+
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
|
|
2355
|
+
dependencies:
|
|
2356
|
+
color-name "^1.0.0"
|
|
2357
|
+
simple-swizzle "^0.2.2"
|
|
2358
|
+
|
|
2349
2359
|
color-support@^1.1.2, color-support@^1.1.3:
|
|
2350
2360
|
version "1.1.3"
|
|
2351
2361
|
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
|
|
2352
2362
|
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
|
|
2353
2363
|
|
|
2364
|
+
color@^4.2.3:
|
|
2365
|
+
version "4.2.3"
|
|
2366
|
+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
|
|
2367
|
+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
|
|
2368
|
+
dependencies:
|
|
2369
|
+
color-convert "^2.0.1"
|
|
2370
|
+
color-string "^1.9.0"
|
|
2371
|
+
|
|
2354
2372
|
colorette@^2.0.7:
|
|
2355
2373
|
version "2.0.20"
|
|
2356
2374
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
|
|
@@ -4109,6 +4127,11 @@ is-arrayish@^0.2.1:
|
|
|
4109
4127
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
|
4110
4128
|
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
|
|
4111
4129
|
|
|
4130
|
+
is-arrayish@^0.3.1:
|
|
4131
|
+
version "0.3.2"
|
|
4132
|
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
|
4133
|
+
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
|
4134
|
+
|
|
4112
4135
|
is-bigint@^1.0.1:
|
|
4113
4136
|
version "1.0.4"
|
|
4114
4137
|
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
|
|
@@ -4489,10 +4512,10 @@ jsesc@~0.5.0:
|
|
|
4489
4512
|
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
|
4490
4513
|
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
|
|
4491
4514
|
|
|
4492
|
-
jsforce@^2.0.0-beta.28:
|
|
4493
|
-
version "2.0.0-beta.
|
|
4494
|
-
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.
|
|
4495
|
-
integrity sha512-
|
|
4515
|
+
jsforce@^2.0.0-beta.28, jsforce@^2.0.0-beta.29:
|
|
4516
|
+
version "2.0.0-beta.29"
|
|
4517
|
+
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.29.tgz#0b59b026eb0b90dfb199a53656af32a4c8acc48f"
|
|
4518
|
+
integrity sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==
|
|
4496
4519
|
dependencies:
|
|
4497
4520
|
"@babel/runtime" "^7.12.5"
|
|
4498
4521
|
"@babel/runtime-corejs3" "^7.12.5"
|
|
@@ -5591,10 +5614,10 @@ object.values@^1.1.7:
|
|
|
5591
5614
|
define-properties "^1.2.0"
|
|
5592
5615
|
es-abstract "^1.22.1"
|
|
5593
5616
|
|
|
5594
|
-
oclif@^4.0.
|
|
5595
|
-
version "4.0.
|
|
5596
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
5597
|
-
integrity sha512-
|
|
5617
|
+
oclif@^4.0.4:
|
|
5618
|
+
version "4.0.4"
|
|
5619
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
|
|
5620
|
+
integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
|
|
5598
5621
|
dependencies:
|
|
5599
5622
|
"@oclif/core" "^3.0.4"
|
|
5600
5623
|
"@oclif/plugin-help" "^5.2.14"
|
|
@@ -5983,7 +6006,7 @@ pino-std-serializers@^6.0.0:
|
|
|
5983
6006
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
5984
6007
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
5985
6008
|
|
|
5986
|
-
pino@^8.16.0, pino@^8.16.
|
|
6009
|
+
pino@^8.16.0, pino@^8.16.2:
|
|
5987
6010
|
version "8.16.2"
|
|
5988
6011
|
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
5989
6012
|
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
@@ -6651,6 +6674,13 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
6651
6674
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
6652
6675
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
6653
6676
|
|
|
6677
|
+
simple-swizzle@^0.2.2:
|
|
6678
|
+
version "0.2.2"
|
|
6679
|
+
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
6680
|
+
integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
|
|
6681
|
+
dependencies:
|
|
6682
|
+
is-arrayish "^0.3.1"
|
|
6683
|
+
|
|
6654
6684
|
sinon@10.0.0:
|
|
6655
6685
|
version "10.0.0"
|
|
6656
6686
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-10.0.0.tgz#52279f97e35646ff73d23207d0307977c9b81430"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-marketplace",
|
|
3
3
|
"description": "Find sf plugins",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.10.8",
|
|
9
|
-
"@salesforce/core": "^6.
|
|
9
|
+
"@salesforce/core": "^6.2.2",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^5.0.1",
|
|
12
12
|
"got": "^13.0.0",
|
|
13
13
|
"proxy-agent": "^6.3.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.0.3",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5",
|
|
18
|
-
"@salesforce/dev-scripts": "^7.1.
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
18
|
+
"@salesforce/dev-scripts": "^7.1.1",
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.48",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
21
|
-
"oclif": "^4.0.
|
|
21
|
+
"oclif": "^4.0.4",
|
|
22
22
|
"shx": "0.3.4",
|
|
23
23
|
"ts-node": "^10.9.1",
|
|
24
24
|
"typescript": "^5.2.2"
|
|
@@ -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.8.crt",
|
|
194
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.8.sig"
|
|
195
195
|
}
|
|
196
196
|
}
|