@salesforce/plugin-deploy-retrieve 3.5.6 → 3.6.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 +17 -17
- package/lib/configMeta.js +1 -1
- package/lib/configMeta.js.map +1 -1
- package/npm-shrinkwrap.json +998 -456
- package/oclif.lock +192 -33
- package/oclif.manifest.json +2 -2
- package/package.json +11 -11
package/oclif.lock
CHANGED
|
@@ -1268,6 +1268,26 @@
|
|
|
1268
1268
|
"@jridgewell/resolve-uri" "3.1.0"
|
|
1269
1269
|
"@jridgewell/sourcemap-codec" "1.4.14"
|
|
1270
1270
|
|
|
1271
|
+
"@jsforce/jsforce-node@^3.1.0":
|
|
1272
|
+
version "3.1.0"
|
|
1273
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.1.0.tgz#7f1b4ba60c0c84b870af8e43d713907b10ed8152"
|
|
1274
|
+
integrity sha512-xsn6Qj36YyhG7uCL9DOswZhqN/OVIpXm5s8AWD7V9hSJfp5ReebEsjT7a52ztEMmkUAYjWvZC5alBJr7jJCJig==
|
|
1275
|
+
dependencies:
|
|
1276
|
+
"@sindresorhus/is" "^4"
|
|
1277
|
+
"@types/node" "^18.15.3"
|
|
1278
|
+
abort-controller "^3.0.0"
|
|
1279
|
+
base64url "^3.0.1"
|
|
1280
|
+
csv-parse "^5.5.2"
|
|
1281
|
+
csv-stringify "^6.4.4"
|
|
1282
|
+
faye "^1.4.0"
|
|
1283
|
+
form-data "^4.0.0"
|
|
1284
|
+
fs-extra "^8.1.0"
|
|
1285
|
+
https-proxy-agent "^5.0.0"
|
|
1286
|
+
multistream "^3.1.0"
|
|
1287
|
+
node-fetch "^2.6.1"
|
|
1288
|
+
strip-ansi "^6.0.0"
|
|
1289
|
+
xml2js "^0.6.2"
|
|
1290
|
+
|
|
1271
1291
|
"@nodelib/fs.scandir@2.1.5":
|
|
1272
1292
|
version "2.1.5"
|
|
1273
1293
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
@@ -1289,7 +1309,7 @@
|
|
|
1289
1309
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1290
1310
|
fastq "^1.6.0"
|
|
1291
1311
|
|
|
1292
|
-
"@oclif/core@3.26.0"
|
|
1312
|
+
"@oclif/core@3.26.0":
|
|
1293
1313
|
version "3.26.0"
|
|
1294
1314
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1295
1315
|
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
@@ -1323,6 +1343,40 @@
|
|
|
1323
1343
|
wordwrap "^1.0.0"
|
|
1324
1344
|
wrap-ansi "^7.0.0"
|
|
1325
1345
|
|
|
1346
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
|
|
1347
|
+
version "3.26.2"
|
|
1348
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
|
|
1349
|
+
integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
|
|
1350
|
+
dependencies:
|
|
1351
|
+
"@types/cli-progress" "^3.11.5"
|
|
1352
|
+
ansi-escapes "^4.3.2"
|
|
1353
|
+
ansi-styles "^4.3.0"
|
|
1354
|
+
cardinal "^2.1.1"
|
|
1355
|
+
chalk "^4.1.2"
|
|
1356
|
+
clean-stack "^3.0.1"
|
|
1357
|
+
cli-progress "^3.12.0"
|
|
1358
|
+
color "^4.2.3"
|
|
1359
|
+
debug "^4.3.4"
|
|
1360
|
+
ejs "^3.1.9"
|
|
1361
|
+
get-package-type "^0.1.0"
|
|
1362
|
+
globby "^11.1.0"
|
|
1363
|
+
hyperlinker "^1.0.0"
|
|
1364
|
+
indent-string "^4.0.0"
|
|
1365
|
+
is-wsl "^2.2.0"
|
|
1366
|
+
js-yaml "^3.14.1"
|
|
1367
|
+
minimatch "^9.0.4"
|
|
1368
|
+
natural-orderby "^2.0.3"
|
|
1369
|
+
object-treeify "^1.1.33"
|
|
1370
|
+
password-prompt "^1.1.3"
|
|
1371
|
+
slice-ansi "^4.0.0"
|
|
1372
|
+
string-width "^4.2.3"
|
|
1373
|
+
strip-ansi "^6.0.1"
|
|
1374
|
+
supports-color "^8.1.1"
|
|
1375
|
+
supports-hyperlinks "^2.2.0"
|
|
1376
|
+
widest-line "^3.1.0"
|
|
1377
|
+
wordwrap "^1.0.0"
|
|
1378
|
+
wrap-ansi "^7.0.0"
|
|
1379
|
+
|
|
1326
1380
|
"@oclif/plugin-command-snapshot@^5.1.4":
|
|
1327
1381
|
version "5.1.4"
|
|
1328
1382
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz#fc550f0ba66f41620734fb675e12070f943f4b2a"
|
|
@@ -1387,12 +1441,12 @@
|
|
|
1387
1441
|
istanbul-reports "^3.1.6"
|
|
1388
1442
|
jsforce "^2.0.0-beta.29"
|
|
1389
1443
|
|
|
1390
|
-
"@salesforce/cli-plugins-testkit@^5.1.11", "@salesforce/cli-plugins-testkit@^5.
|
|
1391
|
-
version "5.
|
|
1392
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
1393
|
-
integrity sha512-
|
|
1444
|
+
"@salesforce/cli-plugins-testkit@^5.1.11", "@salesforce/cli-plugins-testkit@^5.2.0":
|
|
1445
|
+
version "5.2.0"
|
|
1446
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.0.tgz#dd664a9a51eac42f9959e0cfa1d3349256446291"
|
|
1447
|
+
integrity sha512-b0lHGBycDBmeGcDx0j9SfxlNyCg3WhflNeX1PBitMTxgZ5O9UMiSFvLbqgGeTB8Eoq4JgNgou6RRrNoZHFnqcw==
|
|
1394
1448
|
dependencies:
|
|
1395
|
-
"@salesforce/core" "^
|
|
1449
|
+
"@salesforce/core" "^7.0.0"
|
|
1396
1450
|
"@salesforce/kit" "^3.1.0"
|
|
1397
1451
|
"@salesforce/ts-types" "^2.0.9"
|
|
1398
1452
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1403,7 +1457,7 @@
|
|
|
1403
1457
|
strip-ansi "6.0.1"
|
|
1404
1458
|
ts-retry-promise "^0.8.0"
|
|
1405
1459
|
|
|
1406
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.7.1", "@salesforce/core@^6.7.3"
|
|
1460
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.7.1", "@salesforce/core@^6.7.3":
|
|
1407
1461
|
version "6.7.6"
|
|
1408
1462
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.6.tgz#6a73c6a4e615ce837be5b5c142cfc63a6c8db3bd"
|
|
1409
1463
|
integrity sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==
|
|
@@ -1426,15 +1480,38 @@
|
|
|
1426
1480
|
semver "^7.6.0"
|
|
1427
1481
|
ts-retry-promise "^0.7.1"
|
|
1428
1482
|
|
|
1483
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1":
|
|
1484
|
+
version "7.1.0"
|
|
1485
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.1.0.tgz#60195ab0ad452b27594a0bca6852f1820915ff7f"
|
|
1486
|
+
integrity sha512-TfGBjH7tJIgnrKxbbRvh4ujn60gPjqcr2xZBHMffjZVtfvXPoT07kd0TILyDWLFslYMJQFq3KA0GwL51g01WNQ==
|
|
1487
|
+
dependencies:
|
|
1488
|
+
"@jsforce/jsforce-node" "^3.1.0"
|
|
1489
|
+
"@salesforce/kit" "^3.1.0"
|
|
1490
|
+
"@salesforce/schemas" "^1.7.0"
|
|
1491
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1492
|
+
ajv "^8.12.0"
|
|
1493
|
+
change-case "^4.1.2"
|
|
1494
|
+
faye "^1.4.0"
|
|
1495
|
+
form-data "^4.0.0"
|
|
1496
|
+
js2xmlparser "^4.0.1"
|
|
1497
|
+
jsonwebtoken "9.0.2"
|
|
1498
|
+
jszip "3.10.1"
|
|
1499
|
+
pino "^8.19.0"
|
|
1500
|
+
pino-abstract-transport "^1.1.0"
|
|
1501
|
+
pino-pretty "^10.3.1"
|
|
1502
|
+
proper-lockfile "^4.1.2"
|
|
1503
|
+
semver "^7.6.0"
|
|
1504
|
+
ts-retry-promise "^0.7.1"
|
|
1505
|
+
|
|
1429
1506
|
"@salesforce/dev-config@^4.1.0":
|
|
1430
1507
|
version "4.1.0"
|
|
1431
1508
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1432
1509
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1433
1510
|
|
|
1434
|
-
"@salesforce/dev-scripts@^
|
|
1435
|
-
version "
|
|
1436
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
1437
|
-
integrity sha512-
|
|
1511
|
+
"@salesforce/dev-scripts@^9.0.0":
|
|
1512
|
+
version "9.0.0"
|
|
1513
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz#ab38c014ebc8baa92fccbb5cff9b8432e0f991d1"
|
|
1514
|
+
integrity sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==
|
|
1438
1515
|
dependencies:
|
|
1439
1516
|
"@commitlint/cli" "^17.1.2"
|
|
1440
1517
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1525,7 +1602,7 @@
|
|
|
1525
1602
|
chalk "^4"
|
|
1526
1603
|
inquirer "^8.2.5"
|
|
1527
1604
|
|
|
1528
|
-
"@salesforce/sf-plugins-core@^8.0.1"
|
|
1605
|
+
"@salesforce/sf-plugins-core@^8.0.1":
|
|
1529
1606
|
version "8.0.2"
|
|
1530
1607
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.2.tgz#151437df675ff498110cffe00033cd8dcddce4a2"
|
|
1531
1608
|
integrity sha512-/93DgM7eCqXYP91bJz/gQ9KsumNoqRPp5DZoltrhM3JPo1a5J6LwfITw56aEvERY+LeTVubH3wwpQuzt0+8nLg==
|
|
@@ -1538,7 +1615,20 @@
|
|
|
1538
1615
|
"@salesforce/ts-types" "^2.0.9"
|
|
1539
1616
|
chalk "^5.3.0"
|
|
1540
1617
|
|
|
1541
|
-
"@salesforce/
|
|
1618
|
+
"@salesforce/sf-plugins-core@^9.0.0":
|
|
1619
|
+
version "9.0.0"
|
|
1620
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.0.tgz#8ac6e45fa985ef35ad7f47a09d96f2b2f6d70710"
|
|
1621
|
+
integrity sha512-Eo1mfq68uVIEFgAE7oSlsfJT3YyShQAHRCiLqKivEcxu/3xOHPU212u2nT9igA81Me/6NZmBSvm6vLdN+L/9og==
|
|
1622
|
+
dependencies:
|
|
1623
|
+
"@inquirer/confirm" "^2.0.17"
|
|
1624
|
+
"@inquirer/password" "^1.1.16"
|
|
1625
|
+
"@oclif/core" "^3.26.0"
|
|
1626
|
+
"@salesforce/core" "^7.0.0"
|
|
1627
|
+
"@salesforce/kit" "^3.1.0"
|
|
1628
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1629
|
+
chalk "^5.3.0"
|
|
1630
|
+
|
|
1631
|
+
"@salesforce/source-deploy-retrieve@^10.5.5":
|
|
1542
1632
|
version "10.9.1"
|
|
1543
1633
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.9.1.tgz#315981e58e684b4fe49dd812b3e3c6a3daf92bf6"
|
|
1544
1634
|
integrity sha512-FmSO6F4DFv7CqtFIzs0v8yuMlEie+hG2fq7QrBmhBxd6+1WNfk7wM3vXZyO0zOv9uarkILStB5+Dy91DYVrRHw==
|
|
@@ -1557,6 +1647,25 @@
|
|
|
1557
1647
|
proxy-agent "^6.4.0"
|
|
1558
1648
|
ts-retry-promise "^0.7.1"
|
|
1559
1649
|
|
|
1650
|
+
"@salesforce/source-deploy-retrieve@^11.0.0":
|
|
1651
|
+
version "11.0.0"
|
|
1652
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.0.0.tgz#13752319de7604e01710994e3f44bad353c5d1e8"
|
|
1653
|
+
integrity sha512-hPgmpke2FGVtxsf51CdMpRdqIDQff2sGoqCwq79WncXRw3FPkTR3/SoaURSNxn++erFDSmODlYz0FZpthQ28xw==
|
|
1654
|
+
dependencies:
|
|
1655
|
+
"@salesforce/core" "^7.0.0"
|
|
1656
|
+
"@salesforce/kit" "^3.1.0"
|
|
1657
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1658
|
+
fast-levenshtein "^3.0.0"
|
|
1659
|
+
fast-xml-parser "^4.3.6"
|
|
1660
|
+
got "^11.8.6"
|
|
1661
|
+
graceful-fs "^4.2.11"
|
|
1662
|
+
ignore "^5.3.1"
|
|
1663
|
+
jszip "^3.10.1"
|
|
1664
|
+
mime "2.6.0"
|
|
1665
|
+
minimatch "^5.1.6"
|
|
1666
|
+
proxy-agent "^6.4.0"
|
|
1667
|
+
ts-retry-promise "^0.7.1"
|
|
1668
|
+
|
|
1560
1669
|
"@salesforce/source-testkit@^2.1.108":
|
|
1561
1670
|
version "2.1.108"
|
|
1562
1671
|
resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.1.108.tgz#d0a502a53e749b12edae155b43347c7845d99cf6"
|
|
@@ -1573,15 +1682,15 @@
|
|
|
1573
1682
|
shelljs "^0.8.4"
|
|
1574
1683
|
sinon "^10.0.0"
|
|
1575
1684
|
|
|
1576
|
-
"@salesforce/source-tracking@^
|
|
1577
|
-
version "
|
|
1578
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-
|
|
1579
|
-
integrity sha512-
|
|
1685
|
+
"@salesforce/source-tracking@^6.0.0":
|
|
1686
|
+
version "6.0.0"
|
|
1687
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-6.0.0.tgz#21c3e89f09cada73e32e510c12bd5b8fabb97167"
|
|
1688
|
+
integrity sha512-jBs/R4B4EL27qSaS3464lrf/GQdViXkKlRwl5yCISAZmfMinTYwxlU6ibt/f+ryRBu/S4XxoiqSY6hVJdGgzUA==
|
|
1580
1689
|
dependencies:
|
|
1581
1690
|
"@oclif/core" "^3.26.0"
|
|
1582
|
-
"@salesforce/core" "^
|
|
1691
|
+
"@salesforce/core" "^7.0.0"
|
|
1583
1692
|
"@salesforce/kit" "^3.1.0"
|
|
1584
|
-
"@salesforce/source-deploy-retrieve" "^
|
|
1693
|
+
"@salesforce/source-deploy-retrieve" "^11.0.0"
|
|
1585
1694
|
"@salesforce/ts-types" "^2.0.9"
|
|
1586
1695
|
fast-xml-parser "^4.3.6"
|
|
1587
1696
|
graceful-fs "^4.2.11"
|
|
@@ -1604,7 +1713,7 @@
|
|
|
1604
1713
|
dependencies:
|
|
1605
1714
|
tslib "^2.6.2"
|
|
1606
1715
|
|
|
1607
|
-
"@sindresorhus/is@^4.0.0":
|
|
1716
|
+
"@sindresorhus/is@^4", "@sindresorhus/is@^4.0.0":
|
|
1608
1717
|
version "4.6.0"
|
|
1609
1718
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
|
|
1610
1719
|
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
|
|
@@ -2346,10 +2455,10 @@
|
|
|
2346
2455
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
|
|
2347
2456
|
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
|
|
2348
2457
|
|
|
2349
|
-
"@types/node@^18.19.28":
|
|
2350
|
-
version "18.19.
|
|
2351
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.
|
|
2352
|
-
integrity sha512-
|
|
2458
|
+
"@types/node@^18.15.3", "@types/node@^18.19.28":
|
|
2459
|
+
version "18.19.31"
|
|
2460
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd"
|
|
2461
|
+
integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
|
|
2353
2462
|
dependencies:
|
|
2354
2463
|
undici-types "~5.26.4"
|
|
2355
2464
|
|
|
@@ -3474,11 +3583,21 @@ csv-parse@^4.8.2:
|
|
|
3474
3583
|
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.16.3.tgz#7ca624d517212ebc520a36873c3478fa66efbaf7"
|
|
3475
3584
|
integrity sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==
|
|
3476
3585
|
|
|
3586
|
+
csv-parse@^5.5.2:
|
|
3587
|
+
version "5.5.5"
|
|
3588
|
+
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.5.tgz#68a271a9092877b830541805e14c8a80e6a22517"
|
|
3589
|
+
integrity sha512-erCk7tyU3yLWAhk6wvKxnyPtftuy/6Ak622gOO7BCJ05+TYffnPCJF905wmOQm+BpkX54OdAl8pveJwUdpnCXQ==
|
|
3590
|
+
|
|
3477
3591
|
csv-stringify@^5.3.4:
|
|
3478
3592
|
version "5.6.5"
|
|
3479
3593
|
resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-5.6.5.tgz#c6d74badda4b49a79bf4e72f91cce1e33b94de00"
|
|
3480
3594
|
integrity sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==
|
|
3481
3595
|
|
|
3596
|
+
csv-stringify@^6.4.4:
|
|
3597
|
+
version "6.4.6"
|
|
3598
|
+
resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-6.4.6.tgz#9ccf87cb8b017c96673a9fa061768c8ba83e8b98"
|
|
3599
|
+
integrity sha512-h2V2XZ3uOTLilF5dPIptgUfN/o2ia/80Ie0Lly18LAnw5s8Eb7kt8rfxSUy24AztJZas9f6DPZpVlzDUtFt/ag==
|
|
3600
|
+
|
|
3482
3601
|
dargs@^7.0.0:
|
|
3483
3602
|
version "7.0.0"
|
|
3484
3603
|
resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
|
|
@@ -3963,12 +4082,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3963
4082
|
semver "^7.5.4"
|
|
3964
4083
|
spdx-expression-parse "^4.0.0"
|
|
3965
4084
|
|
|
3966
|
-
eslint-plugin-sf-plugin@^1.
|
|
3967
|
-
version "1.
|
|
3968
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
3969
|
-
integrity sha512-
|
|
4085
|
+
eslint-plugin-sf-plugin@^1.18.0:
|
|
4086
|
+
version "1.18.0"
|
|
4087
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.0.tgz#c6eca90e7738e9a114d8257588220c63a2a3e0e3"
|
|
4088
|
+
integrity sha512-5Q4yI6Hr07v/lTaivs8A8re2FUXDEGyzzHzBk2cWi4c6iMxUYf/vaZKO6ZSSsc4eCcP11JY3RkDBQn6P33x58g==
|
|
3970
4089
|
dependencies:
|
|
3971
|
-
"@salesforce/core" "^
|
|
4090
|
+
"@salesforce/core" "^7.0.0"
|
|
3972
4091
|
"@typescript-eslint/utils" "^6.17.0"
|
|
3973
4092
|
|
|
3974
4093
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -5975,7 +6094,7 @@ minimatch@5.0.1:
|
|
|
5975
6094
|
dependencies:
|
|
5976
6095
|
brace-expansion "^2.0.1"
|
|
5977
6096
|
|
|
5978
|
-
minimatch@9.0.3
|
|
6097
|
+
minimatch@9.0.3:
|
|
5979
6098
|
version "9.0.3"
|
|
5980
6099
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
5981
6100
|
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
@@ -5996,6 +6115,13 @@ minimatch@^5.0.1, minimatch@^5.1.0, minimatch@^5.1.6:
|
|
|
5996
6115
|
dependencies:
|
|
5997
6116
|
brace-expansion "^2.0.1"
|
|
5998
6117
|
|
|
6118
|
+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
|
|
6119
|
+
version "9.0.4"
|
|
6120
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
|
|
6121
|
+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
|
|
6122
|
+
dependencies:
|
|
6123
|
+
brace-expansion "^2.0.1"
|
|
6124
|
+
|
|
5999
6125
|
minimist-options@4.1.0:
|
|
6000
6126
|
version "4.1.0"
|
|
6001
6127
|
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
|
@@ -7483,7 +7609,16 @@ srcset@^5.0.0:
|
|
|
7483
7609
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
|
7484
7610
|
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
|
7485
7611
|
|
|
7486
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
7612
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
7613
|
+
version "4.2.3"
|
|
7614
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
7615
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
7616
|
+
dependencies:
|
|
7617
|
+
emoji-regex "^8.0.0"
|
|
7618
|
+
is-fullwidth-code-point "^3.0.0"
|
|
7619
|
+
strip-ansi "^6.0.1"
|
|
7620
|
+
|
|
7621
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
7487
7622
|
version "4.2.3"
|
|
7488
7623
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
7489
7624
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -7542,7 +7677,14 @@ string_decoder@~1.1.1:
|
|
|
7542
7677
|
dependencies:
|
|
7543
7678
|
safe-buffer "~5.1.0"
|
|
7544
7679
|
|
|
7545
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
7680
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
7681
|
+
version "6.0.1"
|
|
7682
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7683
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
7684
|
+
dependencies:
|
|
7685
|
+
ansi-regex "^5.0.1"
|
|
7686
|
+
|
|
7687
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
7546
7688
|
version "6.0.1"
|
|
7547
7689
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7548
7690
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -8105,7 +8247,7 @@ workerpool@6.2.1:
|
|
|
8105
8247
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
8106
8248
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
8107
8249
|
|
|
8108
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
8250
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
8109
8251
|
version "7.0.0"
|
|
8110
8252
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
8111
8253
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -8123,6 +8265,15 @@ wrap-ansi@^6.2.0:
|
|
|
8123
8265
|
string-width "^4.1.0"
|
|
8124
8266
|
strip-ansi "^6.0.0"
|
|
8125
8267
|
|
|
8268
|
+
wrap-ansi@^7.0.0:
|
|
8269
|
+
version "7.0.0"
|
|
8270
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
8271
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
8272
|
+
dependencies:
|
|
8273
|
+
ansi-styles "^4.0.0"
|
|
8274
|
+
string-width "^4.1.0"
|
|
8275
|
+
strip-ansi "^6.0.0"
|
|
8276
|
+
|
|
8126
8277
|
wrap-ansi@^8.1.0:
|
|
8127
8278
|
version "8.1.0"
|
|
8128
8279
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
|
@@ -8155,6 +8306,14 @@ xml2js@^0.5.0:
|
|
|
8155
8306
|
sax ">=0.6.0"
|
|
8156
8307
|
xmlbuilder "~11.0.0"
|
|
8157
8308
|
|
|
8309
|
+
xml2js@^0.6.2:
|
|
8310
|
+
version "0.6.2"
|
|
8311
|
+
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
|
|
8312
|
+
integrity sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==
|
|
8313
|
+
dependencies:
|
|
8314
|
+
sax ">=0.6.0"
|
|
8315
|
+
xmlbuilder "~11.0.0"
|
|
8316
|
+
|
|
8158
8317
|
xmlbuilder@~11.0.0:
|
|
8159
8318
|
version "11.0.1"
|
|
8160
8319
|
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"
|
package/oclif.manifest.json
CHANGED
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"deprecateAliases": true,
|
|
219
219
|
"name": "output-dir",
|
|
220
220
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
221
|
-
"default": "
|
|
221
|
+
"default": "metadataPackage_1712768062865",
|
|
222
222
|
"hasDynamicHelp": false,
|
|
223
223
|
"multiple": false,
|
|
224
224
|
"type": "option"
|
|
@@ -2936,5 +2936,5 @@
|
|
|
2936
2936
|
]
|
|
2937
2937
|
}
|
|
2938
2938
|
},
|
|
2939
|
-
"version": "3.
|
|
2939
|
+
"version": "3.6.0"
|
|
2940
2940
|
}
|
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.6.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.26.
|
|
8
|
+
"@oclif/core": "^3.26.2",
|
|
9
9
|
"@salesforce/apex-node": "^4.0.2",
|
|
10
|
-
"@salesforce/core": "^
|
|
10
|
+
"@salesforce/core": "^7.0.1",
|
|
11
11
|
"@salesforce/kit": "^3.1.0",
|
|
12
12
|
"@salesforce/plugin-info": "^3.1.0",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "^
|
|
15
|
-
"@salesforce/source-tracking": "^
|
|
13
|
+
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "^11.0.0",
|
|
15
|
+
"@salesforce/source-tracking": "^6.0.0",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.9",
|
|
17
17
|
"chalk": "^5.3.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
22
|
-
"@salesforce/dev-scripts": "^
|
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
22
|
+
"@salesforce/dev-scripts": "^9.0.0",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.0.73",
|
|
24
24
|
"@salesforce/source-testkit": "^2.1.108",
|
|
25
25
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
26
26
|
"cross-env": "^7.0.3",
|
|
27
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
27
|
+
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
28
28
|
"oclif": "^4.7.6",
|
|
29
29
|
"ts-node": "^10.9.2",
|
|
30
30
|
"typescript": "^5.4.3"
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"exports": "./lib/index.js",
|
|
252
252
|
"type": "module",
|
|
253
253
|
"sfdx": {
|
|
254
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.
|
|
255
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.
|
|
254
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.6.0.crt",
|
|
255
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.6.0.sig"
|
|
256
256
|
}
|
|
257
257
|
}
|