@salesforce/plugin-marketplace 1.0.15 → 1.0.16

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/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2023, Salesforce.com, Inc.
1
+ Copyright (c) 2024, Salesforce.com, Inc.
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
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.15/src/commands/plugins/discover.ts)_
87
+ _See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.16/src/commands/plugins/discover.ts)_
88
88
 
89
89
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -442,6 +442,59 @@
442
442
  resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
443
443
  integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
444
444
 
445
+ "@inquirer/confirm@^2.0.15":
446
+ version "2.0.15"
447
+ resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.15.tgz#b5512ed190efd8c5b96e0969115756b48546ab36"
448
+ integrity sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==
449
+ dependencies:
450
+ "@inquirer/core" "^5.1.1"
451
+ "@inquirer/type" "^1.1.5"
452
+ chalk "^4.1.2"
453
+
454
+ "@inquirer/core@^5.1.1":
455
+ version "5.1.1"
456
+ resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-5.1.1.tgz#849d4846aea68371c133df6ec9059f5e5bd30d30"
457
+ integrity sha512-IuJyZQUg75+L5AmopgnzxYrgcU6PJKL0hoIs332G1Gv55CnmZrhG6BzNOeZ5sOsTi1YCGOopw4rYICv74ejMFg==
458
+ dependencies:
459
+ "@inquirer/type" "^1.1.5"
460
+ "@types/mute-stream" "^0.0.4"
461
+ "@types/node" "^20.9.0"
462
+ "@types/wrap-ansi" "^3.0.0"
463
+ ansi-escapes "^4.3.2"
464
+ chalk "^4.1.2"
465
+ cli-spinners "^2.9.1"
466
+ cli-width "^4.1.0"
467
+ figures "^3.2.0"
468
+ mute-stream "^1.0.0"
469
+ run-async "^3.0.0"
470
+ signal-exit "^4.1.0"
471
+ strip-ansi "^6.0.1"
472
+ wrap-ansi "^6.2.0"
473
+
474
+ "@inquirer/input@^1.2.14":
475
+ version "1.2.14"
476
+ resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
477
+ integrity sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==
478
+ dependencies:
479
+ "@inquirer/core" "^5.1.1"
480
+ "@inquirer/type" "^1.1.5"
481
+ chalk "^4.1.2"
482
+
483
+ "@inquirer/password@^1.1.14":
484
+ version "1.1.14"
485
+ resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.14.tgz#c1fc139efe84a38986870a1bcf80718050f82bbf"
486
+ integrity sha512-vL2BFxfMo8EvuGuZYlryiyAB3XsgtbxOcFs4H9WI9szAS/VZCAwdVqs8rqEeaAf/GV/eZOghIOYxvD91IsRWSg==
487
+ dependencies:
488
+ "@inquirer/input" "^1.2.14"
489
+ "@inquirer/type" "^1.1.5"
490
+ ansi-escapes "^4.3.2"
491
+ chalk "^4.1.2"
492
+
493
+ "@inquirer/type@^1.1.5":
494
+ version "1.1.5"
495
+ resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.5.tgz#b8c171f755859c8159b10e41e1e3a88f0ca99d7f"
496
+ integrity sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==
497
+
445
498
  "@isaacs/cliui@^8.0.2":
446
499
  version "8.0.2"
447
500
  resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -727,10 +780,10 @@
727
780
  wordwrap "^1.0.0"
728
781
  wrap-ansi "^7.0.0"
729
782
 
730
- "@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
731
- version "3.15.1"
732
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
733
- integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
783
+ "@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.3.1":
784
+ version "3.16.0"
785
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
786
+ integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
734
787
  dependencies:
735
788
  ansi-escapes "^4.3.2"
736
789
  ansi-styles "^4.3.0"
@@ -952,10 +1005,10 @@
952
1005
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
953
1006
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
954
1007
 
955
- "@salesforce/dev-scripts@^8.1.3":
956
- version "8.1.3"
957
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.3.tgz#b33c53b4b648b5090322d1144c6852ca587d6eb7"
958
- integrity sha512-mSWCab+uO3O2QNBCRJpKsHw/UYpOGpNFWT12BC85e+VyWBp4LTIAsssBKDY8czRI02K7NwiYaC34fNdP+yqrzA==
1008
+ "@salesforce/dev-scripts@^8.2.0":
1009
+ version "8.2.0"
1010
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz#e8ca6fd377b0e85ecf88baea727493a68c2154ee"
1011
+ integrity sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==
959
1012
  dependencies:
960
1013
  "@commitlint/cli" "^17.1.2"
961
1014
  "@commitlint/config-conventional" "^17.8.1"
@@ -1016,7 +1069,7 @@
1016
1069
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
1017
1070
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1018
1071
 
1019
- "@salesforce/sf-plugins-core@^5.0.12", "@salesforce/sf-plugins-core@^5.0.13":
1072
+ "@salesforce/sf-plugins-core@^5.0.12":
1020
1073
  version "5.0.13"
1021
1074
  resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
1022
1075
  integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
@@ -1029,6 +1082,19 @@
1029
1082
  chalk "^4"
1030
1083
  inquirer "^8.2.5"
1031
1084
 
1085
+ "@salesforce/sf-plugins-core@^7.0.0":
1086
+ version "7.0.0"
1087
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.0.0.tgz#56cb4eaafcd04a183938d86c5e93323e037b15ab"
1088
+ integrity sha512-vl53Ee0/eg9wgvtWro6kX82/943s28Hph/o3lTQk6URorfqMC+zH0RGKJj1X0VKeLhDSOCRYXqIu54jE8AZ/3g==
1089
+ dependencies:
1090
+ "@inquirer/confirm" "^2.0.15"
1091
+ "@inquirer/password" "^1.1.14"
1092
+ "@oclif/core" "^3.16.0"
1093
+ "@salesforce/core" "^6.4.2"
1094
+ "@salesforce/kit" "^3.0.15"
1095
+ "@salesforce/ts-types" "^2.0.9"
1096
+ chalk "^5.3.0"
1097
+
1032
1098
  "@salesforce/ts-types@^2.0.9":
1033
1099
  version "2.0.9"
1034
1100
  resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
@@ -1220,10 +1286,17 @@
1220
1286
  resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
1221
1287
  integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
1222
1288
 
1223
- "@types/node@*":
1224
- version "20.8.9"
1225
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.9.tgz#646390b4fab269abce59c308fc286dcd818a2b08"
1226
- integrity sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==
1289
+ "@types/mute-stream@^0.0.4":
1290
+ version "0.0.4"
1291
+ resolved "https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz#77208e56a08767af6c5e1237be8888e2f255c478"
1292
+ integrity sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==
1293
+ dependencies:
1294
+ "@types/node" "*"
1295
+
1296
+ "@types/node@*", "@types/node@^20.9.0":
1297
+ version "20.10.6"
1298
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
1299
+ integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
1227
1300
  dependencies:
1228
1301
  undici-types "~5.26.4"
1229
1302
 
@@ -1306,6 +1379,11 @@
1306
1379
  "@types/expect" "^1.20.4"
1307
1380
  "@types/node" "*"
1308
1381
 
1382
+ "@types/wrap-ansi@^3.0.0":
1383
+ version "3.0.0"
1384
+ resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
1385
+ integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
1386
+
1309
1387
  "@typescript-eslint/eslint-plugin@^6.10.0":
1310
1388
  version "6.11.0"
1311
1389
  resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
@@ -2223,10 +2301,10 @@ cli-progress@^3.12.0:
2223
2301
  dependencies:
2224
2302
  string-width "^4.2.3"
2225
2303
 
2226
- cli-spinners@^2.5.0:
2227
- version "2.7.0"
2228
- resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.7.0.tgz#f815fd30b5f9eaac02db604c7a231ed7cb2f797a"
2229
- integrity sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==
2304
+ cli-spinners@^2.5.0, cli-spinners@^2.9.1:
2305
+ version "2.9.2"
2306
+ resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
2307
+ integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
2230
2308
 
2231
2309
  cli-table@^0.3.1:
2232
2310
  version "0.3.11"
@@ -2240,6 +2318,11 @@ cli-width@^3.0.0:
2240
2318
  resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
2241
2319
  integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
2242
2320
 
2321
+ cli-width@^4.1.0:
2322
+ version "4.1.0"
2323
+ resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz#42daac41d3c254ef38ad8ac037672130173691c5"
2324
+ integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
2325
+
2243
2326
  cliui@^6.0.0:
2244
2327
  version "6.0.0"
2245
2328
  resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
@@ -3317,7 +3400,7 @@ faye@^1.4.0:
3317
3400
  tough-cookie "*"
3318
3401
  tunnel-agent "*"
3319
3402
 
3320
- figures@^3.0.0:
3403
+ figures@^3.0.0, figures@^3.2.0:
3321
3404
  version "3.2.0"
3322
3405
  resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
3323
3406
  integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
@@ -5398,6 +5481,11 @@ mute-stream@0.0.8:
5398
5481
  resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
5399
5482
  integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
5400
5483
 
5484
+ mute-stream@^1.0.0:
5485
+ version "1.0.0"
5486
+ resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
5487
+ integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
5488
+
5401
5489
  nanoid@3.3.3:
5402
5490
  version "3.3.3"
5403
5491
  resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
@@ -6563,6 +6651,11 @@ run-async@^2.0.0, run-async@^2.4.0:
6563
6651
  resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
6564
6652
  integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
6565
6653
 
6654
+ run-async@^3.0.0:
6655
+ version "3.0.0"
6656
+ resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
6657
+ integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
6658
+
6566
6659
  run-parallel@^1.1.9:
6567
6660
  version "1.2.0"
6568
6661
  resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -6768,7 +6861,7 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
6768
6861
  resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
6769
6862
  integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
6770
6863
 
6771
- signal-exit@^4.0.1:
6864
+ signal-exit@^4.0.1, signal-exit@^4.1.0:
6772
6865
  version "4.1.0"
6773
6866
  resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
6774
6867
  integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
@@ -24,7 +24,6 @@
24
24
  "strict": true,
25
25
  "summary": "See a list of 3rd-party sf plugins you can install.",
26
26
  "enableJsonFlag": true,
27
- "SF_ENV": "SF_ENV",
28
27
  "isESM": true,
29
28
  "relativePath": [
30
29
  "lib",
@@ -39,5 +38,5 @@
39
38
  ]
40
39
  }
41
40
  },
42
- "version": "1.0.15"
41
+ "version": "1.0.16"
43
42
  }
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-marketplace",
3
3
  "description": "Find sf plugins",
4
- "version": "1.0.15",
4
+ "version": "1.0.16",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.15.1",
9
9
  "@salesforce/core": "^6.4.2",
10
10
  "@salesforce/kit": "^3.0.15",
11
- "@salesforce/sf-plugins-core": "^5.0.13",
11
+ "@salesforce/sf-plugins-core": "^7.0.0",
12
12
  "got": "^13.0.0",
13
13
  "proxy-agent": "^6.3.1"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@oclif/plugin-command-snapshot": "^5.0.5",
17
17
  "@salesforce/cli-plugins-testkit": "^5",
18
- "@salesforce/dev-scripts": "^8.1.3",
18
+ "@salesforce/dev-scripts": "^8.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.0.58",
20
20
  "eslint-plugin-sf-plugin": "^1.17.0",
21
21
  "oclif": "^4.1.0",
@@ -189,7 +189,7 @@
189
189
  "output": []
190
190
  },
191
191
  "link-check": {
192
- "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
192
+ "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
193
193
  "files": [
194
194
  "./*.md",
195
195
  "./!(CHANGELOG).md",
@@ -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.15.crt",
205
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.15.sig"
204
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.16.crt",
205
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.16.sig"
206
206
  }
207
207
  }