@salesforce/plugin-marketplace 1.1.1 → 1.2.0
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 +341 -184
- package/oclif.lock +155 -58
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
package/oclif.lock
CHANGED
|
@@ -1251,6 +1251,26 @@
|
|
|
1251
1251
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1252
1252
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1253
1253
|
|
|
1254
|
+
"@jsforce/jsforce-node@^3.1.0":
|
|
1255
|
+
version "3.1.0"
|
|
1256
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.1.0.tgz#7f1b4ba60c0c84b870af8e43d713907b10ed8152"
|
|
1257
|
+
integrity sha512-xsn6Qj36YyhG7uCL9DOswZhqN/OVIpXm5s8AWD7V9hSJfp5ReebEsjT7a52ztEMmkUAYjWvZC5alBJr7jJCJig==
|
|
1258
|
+
dependencies:
|
|
1259
|
+
"@sindresorhus/is" "^4"
|
|
1260
|
+
"@types/node" "^18.15.3"
|
|
1261
|
+
abort-controller "^3.0.0"
|
|
1262
|
+
base64url "^3.0.1"
|
|
1263
|
+
csv-parse "^5.5.2"
|
|
1264
|
+
csv-stringify "^6.4.4"
|
|
1265
|
+
faye "^1.4.0"
|
|
1266
|
+
form-data "^4.0.0"
|
|
1267
|
+
fs-extra "^8.1.0"
|
|
1268
|
+
https-proxy-agent "^5.0.0"
|
|
1269
|
+
multistream "^3.1.0"
|
|
1270
|
+
node-fetch "^2.6.1"
|
|
1271
|
+
strip-ansi "^6.0.0"
|
|
1272
|
+
xml2js "^0.6.2"
|
|
1273
|
+
|
|
1254
1274
|
"@nodelib/fs.scandir@2.1.5":
|
|
1255
1275
|
version "2.1.5"
|
|
1256
1276
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
@@ -1272,10 +1292,10 @@
|
|
|
1272
1292
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1273
1293
|
fastq "^1.6.0"
|
|
1274
1294
|
|
|
1275
|
-
"@oclif/core@3.
|
|
1276
|
-
version "3.
|
|
1277
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
1278
|
-
integrity sha512-
|
|
1295
|
+
"@oclif/core@3.26.0":
|
|
1296
|
+
version "3.26.0"
|
|
1297
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1298
|
+
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
1279
1299
|
dependencies:
|
|
1280
1300
|
"@types/cli-progress" "^3.11.5"
|
|
1281
1301
|
ansi-escapes "^4.3.2"
|
|
@@ -1306,10 +1326,10 @@
|
|
|
1306
1326
|
wordwrap "^1.0.0"
|
|
1307
1327
|
wrap-ansi "^7.0.0"
|
|
1308
1328
|
|
|
1309
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.
|
|
1310
|
-
version "3.26.
|
|
1311
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.
|
|
1312
|
-
integrity sha512-
|
|
1329
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
|
|
1330
|
+
version "3.26.2"
|
|
1331
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
|
|
1332
|
+
integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
|
|
1313
1333
|
dependencies:
|
|
1314
1334
|
"@types/cli-progress" "^3.11.5"
|
|
1315
1335
|
ansi-escapes "^4.3.2"
|
|
@@ -1327,7 +1347,7 @@
|
|
|
1327
1347
|
indent-string "^4.0.0"
|
|
1328
1348
|
is-wsl "^2.2.0"
|
|
1329
1349
|
js-yaml "^3.14.1"
|
|
1330
|
-
minimatch "^9.0.
|
|
1350
|
+
minimatch "^9.0.4"
|
|
1331
1351
|
natural-orderby "^2.0.3"
|
|
1332
1352
|
object-treeify "^1.1.33"
|
|
1333
1353
|
password-prompt "^1.1.3"
|
|
@@ -1340,12 +1360,12 @@
|
|
|
1340
1360
|
wordwrap "^1.0.0"
|
|
1341
1361
|
wrap-ansi "^7.0.0"
|
|
1342
1362
|
|
|
1343
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1344
|
-
version "5.1.
|
|
1345
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1346
|
-
integrity sha512
|
|
1363
|
+
"@oclif/plugin-command-snapshot@^5.1.4":
|
|
1364
|
+
version "5.1.4"
|
|
1365
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz#fc550f0ba66f41620734fb675e12070f943f4b2a"
|
|
1366
|
+
integrity sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA==
|
|
1347
1367
|
dependencies:
|
|
1348
|
-
"@oclif/core" "3.
|
|
1368
|
+
"@oclif/core" "3.26.0"
|
|
1349
1369
|
"@types/lodash.difference" "^4.5.9"
|
|
1350
1370
|
chalk "^5.3.0"
|
|
1351
1371
|
globby "^14.0.1"
|
|
@@ -1388,12 +1408,12 @@
|
|
|
1388
1408
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1389
1409
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1390
1410
|
|
|
1391
|
-
"@salesforce/cli-plugins-testkit@^5":
|
|
1392
|
-
version "5.
|
|
1393
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
1394
|
-
integrity sha512-
|
|
1411
|
+
"@salesforce/cli-plugins-testkit@^5.2.0":
|
|
1412
|
+
version "5.2.0"
|
|
1413
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.0.tgz#dd664a9a51eac42f9959e0cfa1d3349256446291"
|
|
1414
|
+
integrity sha512-b0lHGBycDBmeGcDx0j9SfxlNyCg3WhflNeX1PBitMTxgZ5O9UMiSFvLbqgGeTB8Eoq4JgNgou6RRrNoZHFnqcw==
|
|
1395
1415
|
dependencies:
|
|
1396
|
-
"@salesforce/core" "^
|
|
1416
|
+
"@salesforce/core" "^7.0.0"
|
|
1397
1417
|
"@salesforce/kit" "^3.1.0"
|
|
1398
1418
|
"@salesforce/ts-types" "^2.0.9"
|
|
1399
1419
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1404,15 +1424,14 @@
|
|
|
1404
1424
|
strip-ansi "6.0.1"
|
|
1405
1425
|
ts-retry-promise "^0.8.0"
|
|
1406
1426
|
|
|
1407
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.
|
|
1408
|
-
version "6.7.
|
|
1409
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.
|
|
1410
|
-
integrity sha512-
|
|
1427
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.3":
|
|
1428
|
+
version "6.7.6"
|
|
1429
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.6.tgz#6a73c6a4e615ce837be5b5c142cfc63a6c8db3bd"
|
|
1430
|
+
integrity sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==
|
|
1411
1431
|
dependencies:
|
|
1412
|
-
"@salesforce/kit" "^3.0
|
|
1413
|
-
"@salesforce/schemas" "^1.
|
|
1432
|
+
"@salesforce/kit" "^3.1.0"
|
|
1433
|
+
"@salesforce/schemas" "^1.7.0"
|
|
1414
1434
|
"@salesforce/ts-types" "^2.0.9"
|
|
1415
|
-
"@types/semver" "^7.5.8"
|
|
1416
1435
|
ajv "^8.12.0"
|
|
1417
1436
|
change-case "^4.1.2"
|
|
1418
1437
|
faye "^1.4.0"
|
|
@@ -1428,15 +1447,38 @@
|
|
|
1428
1447
|
semver "^7.6.0"
|
|
1429
1448
|
ts-retry-promise "^0.7.1"
|
|
1430
1449
|
|
|
1450
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1":
|
|
1451
|
+
version "7.1.0"
|
|
1452
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.1.0.tgz#60195ab0ad452b27594a0bca6852f1820915ff7f"
|
|
1453
|
+
integrity sha512-TfGBjH7tJIgnrKxbbRvh4ujn60gPjqcr2xZBHMffjZVtfvXPoT07kd0TILyDWLFslYMJQFq3KA0GwL51g01WNQ==
|
|
1454
|
+
dependencies:
|
|
1455
|
+
"@jsforce/jsforce-node" "^3.1.0"
|
|
1456
|
+
"@salesforce/kit" "^3.1.0"
|
|
1457
|
+
"@salesforce/schemas" "^1.7.0"
|
|
1458
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1459
|
+
ajv "^8.12.0"
|
|
1460
|
+
change-case "^4.1.2"
|
|
1461
|
+
faye "^1.4.0"
|
|
1462
|
+
form-data "^4.0.0"
|
|
1463
|
+
js2xmlparser "^4.0.1"
|
|
1464
|
+
jsonwebtoken "9.0.2"
|
|
1465
|
+
jszip "3.10.1"
|
|
1466
|
+
pino "^8.19.0"
|
|
1467
|
+
pino-abstract-transport "^1.1.0"
|
|
1468
|
+
pino-pretty "^10.3.1"
|
|
1469
|
+
proper-lockfile "^4.1.2"
|
|
1470
|
+
semver "^7.6.0"
|
|
1471
|
+
ts-retry-promise "^0.7.1"
|
|
1472
|
+
|
|
1431
1473
|
"@salesforce/dev-config@^4.1.0":
|
|
1432
1474
|
version "4.1.0"
|
|
1433
1475
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1434
1476
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1435
1477
|
|
|
1436
|
-
"@salesforce/dev-scripts@^
|
|
1437
|
-
version "
|
|
1438
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
1439
|
-
integrity sha512-
|
|
1478
|
+
"@salesforce/dev-scripts@^9.0.0":
|
|
1479
|
+
version "9.0.0"
|
|
1480
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz#ab38c014ebc8baa92fccbb5cff9b8432e0f991d1"
|
|
1481
|
+
integrity sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==
|
|
1440
1482
|
dependencies:
|
|
1441
1483
|
"@commitlint/cli" "^17.1.2"
|
|
1442
1484
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1449,7 +1491,7 @@
|
|
|
1449
1491
|
chai "^4.3.10"
|
|
1450
1492
|
chalk "^4.0.0"
|
|
1451
1493
|
cosmiconfig "^8.3.6"
|
|
1452
|
-
eslint-config-salesforce-typescript "^3.
|
|
1494
|
+
eslint-config-salesforce-typescript "^3.3.0"
|
|
1453
1495
|
husky "^7.0.4"
|
|
1454
1496
|
linkinator "^6.0.4"
|
|
1455
1497
|
mocha "^10.4.0"
|
|
@@ -1492,10 +1534,10 @@
|
|
|
1492
1534
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
|
1493
1535
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1494
1536
|
|
|
1495
|
-
"@salesforce/schemas@^1.
|
|
1496
|
-
version "1.
|
|
1497
|
-
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.
|
|
1498
|
-
integrity sha512-
|
|
1537
|
+
"@salesforce/schemas@^1.7.0":
|
|
1538
|
+
version "1.7.0"
|
|
1539
|
+
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1540
|
+
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1499
1541
|
|
|
1500
1542
|
"@salesforce/sf-plugins-core@^5.0.13":
|
|
1501
1543
|
version "5.0.13"
|
|
@@ -1510,15 +1552,15 @@
|
|
|
1510
1552
|
chalk "^4"
|
|
1511
1553
|
inquirer "^8.2.5"
|
|
1512
1554
|
|
|
1513
|
-
"@salesforce/sf-plugins-core@^
|
|
1514
|
-
version "
|
|
1515
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1516
|
-
integrity sha512-
|
|
1555
|
+
"@salesforce/sf-plugins-core@^9.0.0":
|
|
1556
|
+
version "9.0.0"
|
|
1557
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.0.tgz#8ac6e45fa985ef35ad7f47a09d96f2b2f6d70710"
|
|
1558
|
+
integrity sha512-Eo1mfq68uVIEFgAE7oSlsfJT3YyShQAHRCiLqKivEcxu/3xOHPU212u2nT9igA81Me/6NZmBSvm6vLdN+L/9og==
|
|
1517
1559
|
dependencies:
|
|
1518
1560
|
"@inquirer/confirm" "^2.0.17"
|
|
1519
1561
|
"@inquirer/password" "^1.1.16"
|
|
1520
1562
|
"@oclif/core" "^3.26.0"
|
|
1521
|
-
"@salesforce/core" "^
|
|
1563
|
+
"@salesforce/core" "^7.0.0"
|
|
1522
1564
|
"@salesforce/kit" "^3.1.0"
|
|
1523
1565
|
"@salesforce/ts-types" "^2.0.9"
|
|
1524
1566
|
chalk "^5.3.0"
|
|
@@ -1530,6 +1572,11 @@
|
|
|
1530
1572
|
dependencies:
|
|
1531
1573
|
tslib "^2.6.2"
|
|
1532
1574
|
|
|
1575
|
+
"@sindresorhus/is@^4":
|
|
1576
|
+
version "4.6.0"
|
|
1577
|
+
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
|
|
1578
|
+
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
|
|
1579
|
+
|
|
1533
1580
|
"@sindresorhus/is@^5.2.0":
|
|
1534
1581
|
version "5.6.0"
|
|
1535
1582
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.6.0.tgz#41dd6093d34652cddb5d5bdeee04eafc33826668"
|
|
@@ -2189,10 +2236,10 @@
|
|
|
2189
2236
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
|
|
2190
2237
|
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
|
|
2191
2238
|
|
|
2192
|
-
"@types/node@^18.19.28":
|
|
2193
|
-
version "18.19.
|
|
2194
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.
|
|
2195
|
-
integrity sha512-
|
|
2239
|
+
"@types/node@^18.15.3", "@types/node@^18.19.28":
|
|
2240
|
+
version "18.19.31"
|
|
2241
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd"
|
|
2242
|
+
integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
|
|
2196
2243
|
dependencies:
|
|
2197
2244
|
undici-types "~5.26.4"
|
|
2198
2245
|
|
|
@@ -2201,7 +2248,7 @@
|
|
|
2201
2248
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz#291c243e4b94dbfbc0c0ee26b7666f1d5c030e2c"
|
|
2202
2249
|
integrity sha512-ehPtgRgaULsFG8x0NeYJvmyH1hmlfsNLujHe9dQEia/7MAJYdzMSi19JtchUHjmBA6XC/75dK55mzZH+RyieSg==
|
|
2203
2250
|
|
|
2204
|
-
"@types/semver@^7.5.0"
|
|
2251
|
+
"@types/semver@^7.5.0":
|
|
2205
2252
|
version "7.5.8"
|
|
2206
2253
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
|
|
2207
2254
|
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
|
|
@@ -3187,11 +3234,21 @@ csv-parse@^4.8.2:
|
|
|
3187
3234
|
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.16.3.tgz#7ca624d517212ebc520a36873c3478fa66efbaf7"
|
|
3188
3235
|
integrity sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==
|
|
3189
3236
|
|
|
3237
|
+
csv-parse@^5.5.2:
|
|
3238
|
+
version "5.5.5"
|
|
3239
|
+
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.5.tgz#68a271a9092877b830541805e14c8a80e6a22517"
|
|
3240
|
+
integrity sha512-erCk7tyU3yLWAhk6wvKxnyPtftuy/6Ak622gOO7BCJ05+TYffnPCJF905wmOQm+BpkX54OdAl8pveJwUdpnCXQ==
|
|
3241
|
+
|
|
3190
3242
|
csv-stringify@^5.3.4:
|
|
3191
3243
|
version "5.6.5"
|
|
3192
3244
|
resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-5.6.5.tgz#c6d74badda4b49a79bf4e72f91cce1e33b94de00"
|
|
3193
3245
|
integrity sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==
|
|
3194
3246
|
|
|
3247
|
+
csv-stringify@^6.4.4:
|
|
3248
|
+
version "6.4.6"
|
|
3249
|
+
resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-6.4.6.tgz#9ccf87cb8b017c96673a9fa061768c8ba83e8b98"
|
|
3250
|
+
integrity sha512-h2V2XZ3uOTLilF5dPIptgUfN/o2ia/80Ie0Lly18LAnw5s8Eb7kt8rfxSUy24AztJZas9f6DPZpVlzDUtFt/ag==
|
|
3251
|
+
|
|
3195
3252
|
dargs@^7.0.0:
|
|
3196
3253
|
version "7.0.0"
|
|
3197
3254
|
resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
|
|
@@ -3569,10 +3626,10 @@ eslint-config-salesforce-license@^0.2.0:
|
|
|
3569
3626
|
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e"
|
|
3570
3627
|
integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
|
|
3571
3628
|
|
|
3572
|
-
eslint-config-salesforce-typescript@^3.
|
|
3573
|
-
version "3.
|
|
3574
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.
|
|
3575
|
-
integrity sha512-
|
|
3629
|
+
eslint-config-salesforce-typescript@^3.3.0:
|
|
3630
|
+
version "3.3.0"
|
|
3631
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.3.0.tgz#308acead1909665a92e9d32895c592ec4c9ee87a"
|
|
3632
|
+
integrity sha512-83+zp2Y2h9oz9D3UksjNGCw+xWD7ylIiAJZ58vUbBD10l8FRUMNyn+RDCKn0xCQz7xed5/LcmgUE4T7roe+HBw==
|
|
3576
3633
|
dependencies:
|
|
3577
3634
|
"@typescript-eslint/eslint-plugin" "^6.21.0"
|
|
3578
3635
|
"@typescript-eslint/parser" "^6.21.0"
|
|
@@ -3649,12 +3706,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3649
3706
|
semver "^7.5.4"
|
|
3650
3707
|
spdx-expression-parse "^4.0.0"
|
|
3651
3708
|
|
|
3652
|
-
eslint-plugin-sf-plugin@^1.
|
|
3653
|
-
version "1.
|
|
3654
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
3655
|
-
integrity sha512-
|
|
3709
|
+
eslint-plugin-sf-plugin@^1.18.0:
|
|
3710
|
+
version "1.18.0"
|
|
3711
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.0.tgz#c6eca90e7738e9a114d8257588220c63a2a3e0e3"
|
|
3712
|
+
integrity sha512-5Q4yI6Hr07v/lTaivs8A8re2FUXDEGyzzHzBk2cWi4c6iMxUYf/vaZKO6ZSSsc4eCcP11JY3RkDBQn6P33x58g==
|
|
3656
3713
|
dependencies:
|
|
3657
|
-
"@salesforce/core" "^
|
|
3714
|
+
"@salesforce/core" "^7.0.0"
|
|
3658
3715
|
"@typescript-eslint/utils" "^6.17.0"
|
|
3659
3716
|
|
|
3660
3717
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -5521,7 +5578,7 @@ minimatch@5.0.1:
|
|
|
5521
5578
|
dependencies:
|
|
5522
5579
|
brace-expansion "^2.0.1"
|
|
5523
5580
|
|
|
5524
|
-
minimatch@9.0.3
|
|
5581
|
+
minimatch@9.0.3:
|
|
5525
5582
|
version "9.0.3"
|
|
5526
5583
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
5527
5584
|
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
@@ -5542,6 +5599,13 @@ minimatch@^5.0.1:
|
|
|
5542
5599
|
dependencies:
|
|
5543
5600
|
brace-expansion "^2.0.1"
|
|
5544
5601
|
|
|
5602
|
+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
|
|
5603
|
+
version "9.0.4"
|
|
5604
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
|
|
5605
|
+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
|
|
5606
|
+
dependencies:
|
|
5607
|
+
brace-expansion "^2.0.1"
|
|
5608
|
+
|
|
5545
5609
|
minimist-options@4.1.0:
|
|
5546
5610
|
version "4.1.0"
|
|
5547
5611
|
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
|
@@ -6903,7 +6967,16 @@ srcset@^5.0.0:
|
|
|
6903
6967
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
|
6904
6968
|
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
|
6905
6969
|
|
|
6906
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
6970
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
6971
|
+
version "4.2.3"
|
|
6972
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6973
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
6974
|
+
dependencies:
|
|
6975
|
+
emoji-regex "^8.0.0"
|
|
6976
|
+
is-fullwidth-code-point "^3.0.0"
|
|
6977
|
+
strip-ansi "^6.0.1"
|
|
6978
|
+
|
|
6979
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
6907
6980
|
version "4.2.3"
|
|
6908
6981
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6909
6982
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -6962,7 +7035,14 @@ string_decoder@~1.1.1:
|
|
|
6962
7035
|
dependencies:
|
|
6963
7036
|
safe-buffer "~5.1.0"
|
|
6964
7037
|
|
|
6965
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
7038
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
7039
|
+
version "6.0.1"
|
|
7040
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7041
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
7042
|
+
dependencies:
|
|
7043
|
+
ansi-regex "^5.0.1"
|
|
7044
|
+
|
|
7045
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
6966
7046
|
version "6.0.1"
|
|
6967
7047
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6968
7048
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -7514,7 +7594,7 @@ workerpool@6.2.1:
|
|
|
7514
7594
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
7515
7595
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
7516
7596
|
|
|
7517
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
7597
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
7518
7598
|
version "7.0.0"
|
|
7519
7599
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7520
7600
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -7532,6 +7612,15 @@ wrap-ansi@^6.2.0:
|
|
|
7532
7612
|
string-width "^4.1.0"
|
|
7533
7613
|
strip-ansi "^6.0.0"
|
|
7534
7614
|
|
|
7615
|
+
wrap-ansi@^7.0.0:
|
|
7616
|
+
version "7.0.0"
|
|
7617
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7618
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
7619
|
+
dependencies:
|
|
7620
|
+
ansi-styles "^4.0.0"
|
|
7621
|
+
string-width "^4.1.0"
|
|
7622
|
+
strip-ansi "^6.0.0"
|
|
7623
|
+
|
|
7535
7624
|
wrap-ansi@^8.1.0:
|
|
7536
7625
|
version "8.1.0"
|
|
7537
7626
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
|
@@ -7564,6 +7653,14 @@ xml2js@^0.5.0:
|
|
|
7564
7653
|
sax ">=0.6.0"
|
|
7565
7654
|
xmlbuilder "~11.0.0"
|
|
7566
7655
|
|
|
7656
|
+
xml2js@^0.6.2:
|
|
7657
|
+
version "0.6.2"
|
|
7658
|
+
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
|
|
7659
|
+
integrity sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==
|
|
7660
|
+
dependencies:
|
|
7661
|
+
sax ">=0.6.0"
|
|
7662
|
+
xmlbuilder "~11.0.0"
|
|
7663
|
+
|
|
7567
7664
|
xmlbuilder@~11.0.0:
|
|
7568
7665
|
version "11.0.1"
|
|
7569
7666
|
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-marketplace",
|
|
3
3
|
"description": "Find sf plugins",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.2.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
9
|
-
"@salesforce/core": "^
|
|
10
|
-
"@salesforce/kit": "^3.0
|
|
11
|
-
"@salesforce/sf-plugins-core": "^
|
|
8
|
+
"@oclif/core": "^3.26.2",
|
|
9
|
+
"@salesforce/core": "^7.0.1",
|
|
10
|
+
"@salesforce/kit": "^3.1.0",
|
|
11
|
+
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
12
12
|
"got": "^13.0.0",
|
|
13
13
|
"proxy-agent": "^6.4.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5",
|
|
18
|
-
"@salesforce/dev-scripts": "^
|
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
18
|
+
"@salesforce/dev-scripts": "^9.0.0",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.73",
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
21
21
|
"oclif": "^4.7.3",
|
|
22
22
|
"ts-node": "^10.9.2",
|
|
23
23
|
"typescript": "^5.4.4"
|
|
@@ -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.
|
|
204
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.
|
|
203
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.2.0.crt",
|
|
204
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.2.0.sig"
|
|
205
205
|
}
|
|
206
206
|
}
|