@salesforce/cli 2.151.5 → 2.151.6
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 +32 -32
- package/npm-shrinkwrap.json +2044 -264
- package/oclif.lock +208 -75
- package/oclif.manifest.json +1 -1
- package/package.json +16 -16
package/oclif.lock
CHANGED
|
@@ -1333,7 +1333,7 @@
|
|
|
1333
1333
|
node-gyp "^12.1.0"
|
|
1334
1334
|
proc-log "^6.0.0"
|
|
1335
1335
|
|
|
1336
|
-
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.
|
|
1336
|
+
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.3":
|
|
1337
1337
|
version "4.14.0"
|
|
1338
1338
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz"
|
|
1339
1339
|
integrity sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==
|
|
@@ -1357,6 +1357,78 @@
|
|
|
1357
1357
|
wrap-ansi "^7.0.0"
|
|
1358
1358
|
wsl-utils "^0.4.0"
|
|
1359
1359
|
|
|
1360
|
+
"@oclif/core@^4.11.14":
|
|
1361
|
+
version "4.14.0"
|
|
1362
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz"
|
|
1363
|
+
integrity sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==
|
|
1364
|
+
dependencies:
|
|
1365
|
+
ansi-escapes "^4.3.2"
|
|
1366
|
+
ansis "^3.17.0"
|
|
1367
|
+
clean-stack "^3.0.1"
|
|
1368
|
+
cli-spinners "^2.9.2"
|
|
1369
|
+
debug "^4.4.3"
|
|
1370
|
+
ejs "^6"
|
|
1371
|
+
get-package-type "^0.1.0"
|
|
1372
|
+
indent-string "^4.0.0"
|
|
1373
|
+
lilconfig "^3.1.3"
|
|
1374
|
+
minimatch "^10.2.5"
|
|
1375
|
+
semver "^7.8.1"
|
|
1376
|
+
string-width "^4.2.3"
|
|
1377
|
+
supports-color "^8"
|
|
1378
|
+
tinyglobby "^0.2.17"
|
|
1379
|
+
widest-line "^3.1.0"
|
|
1380
|
+
wordwrap "^1.0.0"
|
|
1381
|
+
wrap-ansi "^7.0.0"
|
|
1382
|
+
wsl-utils "^0.4.0"
|
|
1383
|
+
|
|
1384
|
+
"@oclif/core@^4.13.2":
|
|
1385
|
+
version "4.14.0"
|
|
1386
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz"
|
|
1387
|
+
integrity sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==
|
|
1388
|
+
dependencies:
|
|
1389
|
+
ansi-escapes "^4.3.2"
|
|
1390
|
+
ansis "^3.17.0"
|
|
1391
|
+
clean-stack "^3.0.1"
|
|
1392
|
+
cli-spinners "^2.9.2"
|
|
1393
|
+
debug "^4.4.3"
|
|
1394
|
+
ejs "^6"
|
|
1395
|
+
get-package-type "^0.1.0"
|
|
1396
|
+
indent-string "^4.0.0"
|
|
1397
|
+
lilconfig "^3.1.3"
|
|
1398
|
+
minimatch "^10.2.5"
|
|
1399
|
+
semver "^7.8.1"
|
|
1400
|
+
string-width "^4.2.3"
|
|
1401
|
+
supports-color "^8"
|
|
1402
|
+
tinyglobby "^0.2.17"
|
|
1403
|
+
widest-line "^3.1.0"
|
|
1404
|
+
wordwrap "^1.0.0"
|
|
1405
|
+
wrap-ansi "^7.0.0"
|
|
1406
|
+
wsl-utils "^0.4.0"
|
|
1407
|
+
|
|
1408
|
+
"@oclif/core@^5.0.0", "@oclif/core@>= 3.0.0", "@oclif/core@5.0.0":
|
|
1409
|
+
version "5.0.0"
|
|
1410
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-5.0.0.tgz"
|
|
1411
|
+
integrity sha512-24ZsN528VButCtvqjBoHw7cEpqXZZILH7Zp0d8oFKrWbqU2BqYrxLd5aGU8LyqRev7CCjAHg+/m1Bewz4V7AmQ==
|
|
1412
|
+
dependencies:
|
|
1413
|
+
ansi-escapes "^4.3.2"
|
|
1414
|
+
ansis "^3.17.0"
|
|
1415
|
+
clean-stack "^3.0.1"
|
|
1416
|
+
cli-spinners "^2.9.2"
|
|
1417
|
+
debug "^4.4.3"
|
|
1418
|
+
ejs "^6"
|
|
1419
|
+
get-package-type "^0.1.0"
|
|
1420
|
+
indent-string "^4.0.0"
|
|
1421
|
+
lilconfig "^3.1.3"
|
|
1422
|
+
minimatch "^10.2.5"
|
|
1423
|
+
semver "^7.8.1"
|
|
1424
|
+
string-width "^4.2.3"
|
|
1425
|
+
supports-color "^8"
|
|
1426
|
+
tinyglobby "^0.2.17"
|
|
1427
|
+
widest-line "^3.1.0"
|
|
1428
|
+
wordwrap "^1.0.0"
|
|
1429
|
+
wrap-ansi "^7.0.0"
|
|
1430
|
+
wsl-utils "^0.4.0"
|
|
1431
|
+
|
|
1360
1432
|
"@oclif/multi-stage-output@^0.8.36", "@oclif/multi-stage-output@^0.8.42", "@oclif/multi-stage-output@^0.8.44":
|
|
1361
1433
|
version "0.8.44"
|
|
1362
1434
|
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.44.tgz"
|
|
@@ -1370,12 +1442,12 @@
|
|
|
1370
1442
|
react "^18.3.1"
|
|
1371
1443
|
wrap-ansi "^9.0.2"
|
|
1372
1444
|
|
|
1373
|
-
"@oclif/plugin-autocomplete@
|
|
1374
|
-
version "
|
|
1375
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-
|
|
1376
|
-
integrity sha512-
|
|
1445
|
+
"@oclif/plugin-autocomplete@4.0.0":
|
|
1446
|
+
version "4.0.0"
|
|
1447
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-4.0.0.tgz"
|
|
1448
|
+
integrity sha512-aVB0I4vB3hON++rq0G9I/vIhX7oqRpCFsI8PqKxgEKP8iRSy9ap4GKBydD3k1iNvInKrBPgni110znMqbRvFKw==
|
|
1377
1449
|
dependencies:
|
|
1378
|
-
"@oclif/core" "^
|
|
1450
|
+
"@oclif/core" "^5.0.0"
|
|
1379
1451
|
ansis "^3.16.0"
|
|
1380
1452
|
debug "^4.4.1"
|
|
1381
1453
|
ejs "^3.1.10"
|
|
@@ -1395,24 +1467,31 @@
|
|
|
1395
1467
|
semver "^7.8.5"
|
|
1396
1468
|
ts-json-schema-generator "^2.9.0"
|
|
1397
1469
|
|
|
1398
|
-
"@oclif/plugin-commands@
|
|
1399
|
-
version "
|
|
1400
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-
|
|
1401
|
-
integrity sha512-
|
|
1470
|
+
"@oclif/plugin-commands@5.0.0":
|
|
1471
|
+
version "5.0.0"
|
|
1472
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-5.0.0.tgz"
|
|
1473
|
+
integrity sha512-Ls4TdaA2zNoFMn7gt/UVo67YaDfqBe35vxe1slPaJEYmqN5wzN8fzSs+umezhjTjZ1+sooYRybg6ZnWA01yeuQ==
|
|
1402
1474
|
dependencies:
|
|
1403
|
-
"@oclif/core" "^
|
|
1404
|
-
"@oclif/table" "^0.
|
|
1475
|
+
"@oclif/core" "^5.0.0"
|
|
1476
|
+
"@oclif/table" "^1.0.0"
|
|
1405
1477
|
lodash "^4.18.1"
|
|
1406
1478
|
object-treeify "^4.0.1"
|
|
1407
1479
|
|
|
1408
|
-
"@oclif/plugin-help@^6.2.53"
|
|
1480
|
+
"@oclif/plugin-help@^6.2.53":
|
|
1409
1481
|
version "6.3.0"
|
|
1410
1482
|
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.3.0.tgz"
|
|
1411
1483
|
integrity sha512-cpSRv7tyHHFPv39HrV22eNmu8ylrwjmPvqdlNo3URp79+p5319p+a8PI/3ez6A6GZmjwBj1EWUdVz1aPUAsSmw==
|
|
1412
1484
|
dependencies:
|
|
1413
1485
|
"@oclif/core" "^4"
|
|
1414
1486
|
|
|
1415
|
-
"@oclif/plugin-
|
|
1487
|
+
"@oclif/plugin-help@7.0.0":
|
|
1488
|
+
version "7.0.0"
|
|
1489
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-7.0.0.tgz"
|
|
1490
|
+
integrity sha512-lJVCS6E0FrBRQ7jkLK9pUwUo52WmNLD7zOAu7P28WkQ6G+8zBUbv5lq/IyakNTOTNO7oD5EJkLVYQLmwChetpg==
|
|
1491
|
+
dependencies:
|
|
1492
|
+
"@oclif/core" "^5.0.0"
|
|
1493
|
+
|
|
1494
|
+
"@oclif/plugin-not-found@^3.2.87":
|
|
1416
1495
|
version "3.3.0"
|
|
1417
1496
|
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.3.0.tgz"
|
|
1418
1497
|
integrity sha512-GbdWJOmmBO3xmrVjDXeWG7tXl4vzeGZ+af9ztCfAmhOPEkd/+eeAAadzQPeZoygedqCvsdux3QLq9/MAxusPKg==
|
|
@@ -1422,12 +1501,22 @@
|
|
|
1422
1501
|
ansis "^3.17.0"
|
|
1423
1502
|
fast-levenshtein "^3.0.0"
|
|
1424
1503
|
|
|
1425
|
-
"@oclif/plugin-
|
|
1426
|
-
version "
|
|
1427
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-
|
|
1428
|
-
integrity sha512-
|
|
1504
|
+
"@oclif/plugin-not-found@4.0.0":
|
|
1505
|
+
version "4.0.0"
|
|
1506
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-4.0.0.tgz"
|
|
1507
|
+
integrity sha512-67I+eJKTmDkY8hJiuaA7Ir+Ba0tUZxrXsq3WnnGOywn3Gi6++9Q+zaWmbOImy1U25XTSIAm8kJhaTl57Xg57XQ==
|
|
1508
|
+
dependencies:
|
|
1509
|
+
"@inquirer/prompts" "^7.10.1"
|
|
1510
|
+
"@oclif/core" "^5.0.0"
|
|
1511
|
+
ansis "^3.17.0"
|
|
1512
|
+
fast-levenshtein "^3.0.0"
|
|
1513
|
+
|
|
1514
|
+
"@oclif/plugin-plugins@6.0.0":
|
|
1515
|
+
version "6.0.0"
|
|
1516
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-6.0.0.tgz"
|
|
1517
|
+
integrity sha512-OzXeOBPpZa/DIb8TK265AnF+WxKPkm0ZyWTCeKYefjPLJ8b9ZqnBEM7/v9mgIxl4+9JpMeEOd125z2yiY3C9ZQ==
|
|
1429
1518
|
dependencies:
|
|
1430
|
-
"@oclif/core" "^
|
|
1519
|
+
"@oclif/core" "^5.0.0"
|
|
1431
1520
|
ansis "^3.17.0"
|
|
1432
1521
|
debug "^4.4.0"
|
|
1433
1522
|
npm "^11.18.0"
|
|
@@ -1439,23 +1528,23 @@
|
|
|
1439
1528
|
which "^4.0.0"
|
|
1440
1529
|
yarn "^1.22.22"
|
|
1441
1530
|
|
|
1442
|
-
"@oclif/plugin-search@
|
|
1443
|
-
version "
|
|
1444
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-
|
|
1445
|
-
integrity sha512-
|
|
1531
|
+
"@oclif/plugin-search@2.0.0":
|
|
1532
|
+
version "2.0.0"
|
|
1533
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-2.0.0.tgz"
|
|
1534
|
+
integrity sha512-RDAeladtvJSs+nzFWMkg+kl4eNnR7KNUJM5brymGK/7N7e0RcnDPVYzGqQJcIEzNmbzoHwDHioDwwoer+yLM+g==
|
|
1446
1535
|
dependencies:
|
|
1447
|
-
"@oclif/core" "^
|
|
1536
|
+
"@oclif/core" "^5.0.0"
|
|
1448
1537
|
ansi-escapes "^7.3.0"
|
|
1449
1538
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1450
1539
|
|
|
1451
|
-
"@oclif/plugin-update@
|
|
1452
|
-
version "
|
|
1453
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-
|
|
1454
|
-
integrity sha512-
|
|
1540
|
+
"@oclif/plugin-update@5.0.0":
|
|
1541
|
+
version "5.0.0"
|
|
1542
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-5.0.0.tgz"
|
|
1543
|
+
integrity sha512-D7lua7YCCXeNxWnpfqIG40VP8H4uq/lDzBkPWui24u33GJzb2UTRKpslTXzI4DkeukAFcU3X7r9uNuzai9RZfQ==
|
|
1455
1544
|
dependencies:
|
|
1456
1545
|
"@inquirer/select" "^2.5.0"
|
|
1457
|
-
"@oclif/core" "^
|
|
1458
|
-
"@oclif/table" "^0.
|
|
1546
|
+
"@oclif/core" "^5.0.0"
|
|
1547
|
+
"@oclif/table" "^1.0.0"
|
|
1459
1548
|
ansis "^3.17.0"
|
|
1460
1549
|
debug "^4.4.1"
|
|
1461
1550
|
filesize "^6.1.0"
|
|
@@ -1464,16 +1553,16 @@
|
|
|
1464
1553
|
semver "^7.8.5"
|
|
1465
1554
|
tar-fs "^2.1.5"
|
|
1466
1555
|
|
|
1467
|
-
"@oclif/plugin-version@
|
|
1468
|
-
version "
|
|
1469
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-
|
|
1470
|
-
integrity sha512-
|
|
1556
|
+
"@oclif/plugin-version@3.0.0":
|
|
1557
|
+
version "3.0.0"
|
|
1558
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-3.0.0.tgz"
|
|
1559
|
+
integrity sha512-kxPom9jneA50IMShSur54LXjGQ2W501t2ZzQGVbTmMoA8T5PfF0YElZdzcZgjLVWJWrotQAsB2rRYW/RMudNZQ==
|
|
1471
1560
|
dependencies:
|
|
1472
|
-
"@oclif/core" "^
|
|
1561
|
+
"@oclif/core" "^5.0.0"
|
|
1473
1562
|
ansis "^3.17.0"
|
|
1474
1563
|
which "^4"
|
|
1475
1564
|
|
|
1476
|
-
"@oclif/plugin-warn-if-update-available@^3.1.67"
|
|
1565
|
+
"@oclif/plugin-warn-if-update-available@^3.1.67":
|
|
1477
1566
|
version "3.2.0"
|
|
1478
1567
|
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.2.0.tgz"
|
|
1479
1568
|
integrity sha512-E7l+/NTjddOi32Q9G1CWzEtuh0EwNylVHfTRlFxlZD50v1oBqBpziWh+Dzz6oAIe4ee5U7EUc7lP22aLxpW3vA==
|
|
@@ -1485,12 +1574,24 @@
|
|
|
1485
1574
|
lodash "^4.18.1"
|
|
1486
1575
|
registry-auth-token "^5.1.1"
|
|
1487
1576
|
|
|
1488
|
-
"@oclif/plugin-
|
|
1489
|
-
version "
|
|
1490
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-
|
|
1491
|
-
integrity sha512-
|
|
1577
|
+
"@oclif/plugin-warn-if-update-available@4.0.0":
|
|
1578
|
+
version "4.0.0"
|
|
1579
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-4.0.0.tgz"
|
|
1580
|
+
integrity sha512-F6VnIkO3xBEawTuaOjWQIOsOePZL3s4vDVbBqQgC+NYU+oBnFaJoGB8mJ+mtpdo/7H0lQ1YsKsMwCNb7EbsIZg==
|
|
1492
1581
|
dependencies:
|
|
1493
|
-
"@oclif/core" "^
|
|
1582
|
+
"@oclif/core" "^5.0.0"
|
|
1583
|
+
ansis "^3.17.0"
|
|
1584
|
+
debug "^4.4.3"
|
|
1585
|
+
http-call "^5.2.2"
|
|
1586
|
+
lodash "^4.18.1"
|
|
1587
|
+
registry-auth-token "^5.1.1"
|
|
1588
|
+
|
|
1589
|
+
"@oclif/plugin-which@4.0.0":
|
|
1590
|
+
version "4.0.0"
|
|
1591
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-4.0.0.tgz"
|
|
1592
|
+
integrity sha512-CuwFYQZZesKfh/6G0a5wNgSD7nMSLEmMaNn+oPpHt2jA36JSgoVSnl8wMMmwvcMpWdANPRZwzllWXmTHcnVDQg==
|
|
1593
|
+
dependencies:
|
|
1594
|
+
"@oclif/core" "^5.0.0"
|
|
1494
1595
|
ansis "^3.17.0"
|
|
1495
1596
|
|
|
1496
1597
|
"@oclif/table@^0.5.9":
|
|
@@ -1509,6 +1610,22 @@
|
|
|
1509
1610
|
strip-ansi "^7.2.0"
|
|
1510
1611
|
wrap-ansi "^9.0.2"
|
|
1511
1612
|
|
|
1613
|
+
"@oclif/table@^1.0.0":
|
|
1614
|
+
version "1.0.0"
|
|
1615
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-1.0.0.tgz"
|
|
1616
|
+
integrity sha512-+Mggw/KHkdH0NxLFS4y0E5gZyy6CmDlOHh/wkwkF+RYnOEvneZ6E5BAJ+VqXXDZmRHNw6Mei7L19VHEQYgKooQ==
|
|
1617
|
+
dependencies:
|
|
1618
|
+
"@types/react" "^18.3.12"
|
|
1619
|
+
change-case "^5.4.4"
|
|
1620
|
+
cli-truncate "^4.0.0"
|
|
1621
|
+
ink "5.0.1"
|
|
1622
|
+
natural-orderby "^3.0.2"
|
|
1623
|
+
object-hash "^3.0.0"
|
|
1624
|
+
react "^18.3.1"
|
|
1625
|
+
string-width "^8.2.1"
|
|
1626
|
+
strip-ansi "^7.2.0"
|
|
1627
|
+
wrap-ansi "^9.0.2"
|
|
1628
|
+
|
|
1512
1629
|
"@oclif/test@^4.1.22":
|
|
1513
1630
|
version "4.1.22"
|
|
1514
1631
|
resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.22.tgz"
|
|
@@ -1628,10 +1745,10 @@
|
|
|
1628
1745
|
resolved "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.1.tgz"
|
|
1629
1746
|
integrity sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==
|
|
1630
1747
|
|
|
1631
|
-
"@opentelemetry/core@^1.19.0", "@opentelemetry/core@^2.0.0", "@opentelemetry/core@1.30.1", "@opentelemetry/core@2.10.0":
|
|
1632
|
-
version "2.
|
|
1633
|
-
resolved "https://registry.npmjs.org/@opentelemetry/core/-/core-2.
|
|
1634
|
-
integrity sha512
|
|
1748
|
+
"@opentelemetry/core@^1.19.0", "@opentelemetry/core@^2.0.0", "@opentelemetry/core@1.30.1", "@opentelemetry/core@2.10.0", "@opentelemetry/core@2.11.0":
|
|
1749
|
+
version "2.11.0"
|
|
1750
|
+
resolved "https://registry.npmjs.org/@opentelemetry/core/-/core-2.11.0.tgz"
|
|
1751
|
+
integrity sha512-7YP44XH0tV6+Mb54x2YGf84i7yi+31MBZlE8JwvozkxyTvXbSp10X7cI7YE49ChJ3shMJoBmCJF3+1QFBJctGA==
|
|
1635
1752
|
dependencies:
|
|
1636
1753
|
"@opentelemetry/semantic-conventions" "^1.29.0"
|
|
1637
1754
|
|
|
@@ -1645,11 +1762,9 @@
|
|
|
1645
1762
|
require-in-the-middle "^8.0.0"
|
|
1646
1763
|
|
|
1647
1764
|
"@opentelemetry/resources@1.30.1", "@opentelemetry/resources@2.10.0":
|
|
1648
|
-
version "2.
|
|
1649
|
-
resolved "https://registry.npmjs.org/@opentelemetry/resources/-/resources-2.10.0.tgz"
|
|
1650
|
-
integrity sha512-q6MMm2zhggzsHVNbabYwut+a6nbuQQe3URUoxaojM/8K1IBfwwPzvxIjNi2/lI1TFe+fMHMW9MWhrtDLEXEnkA==
|
|
1765
|
+
version "2.11.0"
|
|
1651
1766
|
dependencies:
|
|
1652
|
-
"@opentelemetry/core" "2.
|
|
1767
|
+
"@opentelemetry/core" "2.11.0"
|
|
1653
1768
|
"@opentelemetry/semantic-conventions" "^1.29.0"
|
|
1654
1769
|
|
|
1655
1770
|
"@opentelemetry/sdk-trace-base@^1.19.0":
|
|
@@ -2078,21 +2193,21 @@
|
|
|
2078
2193
|
undici "^7.29.0"
|
|
2079
2194
|
zod "^4.4.3"
|
|
2080
2195
|
|
|
2081
|
-
"@salesforce/plugin-deploy-retrieve@4.
|
|
2082
|
-
version "4.
|
|
2083
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.
|
|
2084
|
-
integrity sha512
|
|
2196
|
+
"@salesforce/plugin-deploy-retrieve@4.2.0":
|
|
2197
|
+
version "4.2.0"
|
|
2198
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.2.0.tgz"
|
|
2199
|
+
integrity sha512-/ulUlBaf6bywJAePEssPkh0rDvYPwuWs7fWCLCvBHfbE2KWMT6a9WE+R42v6+xNrHvYzW3Wx1StaRNSHHaDaww==
|
|
2085
2200
|
dependencies:
|
|
2086
2201
|
"@inquirer/prompts" "^7.8.3"
|
|
2087
2202
|
"@oclif/core" "^4.13.3"
|
|
2088
2203
|
"@oclif/multi-stage-output" "^0.8.42"
|
|
2089
2204
|
"@salesforce/apex-node" "^9.0.0"
|
|
2090
|
-
"@salesforce/core" "^9.1.
|
|
2205
|
+
"@salesforce/core" "^9.1.7"
|
|
2091
2206
|
"@salesforce/kit" "^4.0.0"
|
|
2092
2207
|
"@salesforce/plugin-info" "^4.0.0"
|
|
2093
2208
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2094
|
-
"@salesforce/source-deploy-retrieve" "^13.
|
|
2095
|
-
"@salesforce/source-tracking" "^8.1.
|
|
2209
|
+
"@salesforce/source-deploy-retrieve" "^13.3.0"
|
|
2210
|
+
"@salesforce/source-tracking" "^8.1.1"
|
|
2096
2211
|
"@salesforce/ts-types" "^3.0.0"
|
|
2097
2212
|
ansis "^3.17.0"
|
|
2098
2213
|
terminal-link "^3.0.0"
|
|
@@ -2307,15 +2422,15 @@
|
|
|
2307
2422
|
cli-progress "^3.12.0"
|
|
2308
2423
|
terminal-link "^3.0.0"
|
|
2309
2424
|
|
|
2310
|
-
"@salesforce/sf-plugins-core@^13.0.0", "@salesforce/sf-plugins-core@^13.0.3", "@salesforce/sf-plugins-core@13.0.
|
|
2311
|
-
version "13.0.
|
|
2312
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.
|
|
2313
|
-
integrity sha512-
|
|
2425
|
+
"@salesforce/sf-plugins-core@^13.0.0", "@salesforce/sf-plugins-core@^13.0.3", "@salesforce/sf-plugins-core@13.0.4":
|
|
2426
|
+
version "13.0.4"
|
|
2427
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.4.tgz"
|
|
2428
|
+
integrity sha512-AChjRg6dx2/njPjvGTa+leY4i1oBfQb6pIgLaP0EXVNKA1aByAzLZIhcnMS0Z2mr38vFzD4IySBMcYg3fupunA==
|
|
2314
2429
|
dependencies:
|
|
2315
2430
|
"@inquirer/confirm" "^6.1.1"
|
|
2316
2431
|
"@inquirer/password" "^5.1.1"
|
|
2317
|
-
"@oclif/core" "^
|
|
2318
|
-
"@oclif/table" "^0.
|
|
2432
|
+
"@oclif/core" "^5.0.0"
|
|
2433
|
+
"@oclif/table" "^1.0.0"
|
|
2319
2434
|
"@salesforce/core" "^9.1.4"
|
|
2320
2435
|
"@salesforce/kit" "^4.0.0"
|
|
2321
2436
|
"@salesforce/ts-types" "^3.0.0"
|
|
@@ -2323,12 +2438,12 @@
|
|
|
2323
2438
|
cli-progress "^3.12.0"
|
|
2324
2439
|
terminal-link "^3.0.0"
|
|
2325
2440
|
|
|
2326
|
-
"@salesforce/source-deploy-retrieve@^13.0.0", "@salesforce/source-deploy-retrieve@^13.0.1", "@salesforce/source-deploy-retrieve@^13.
|
|
2327
|
-
version "13.
|
|
2328
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.
|
|
2329
|
-
integrity sha512-
|
|
2441
|
+
"@salesforce/source-deploy-retrieve@^13.0.0", "@salesforce/source-deploy-retrieve@^13.0.1", "@salesforce/source-deploy-retrieve@^13.3.0":
|
|
2442
|
+
version "13.3.0"
|
|
2443
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-13.3.0.tgz"
|
|
2444
|
+
integrity sha512-mwiffD4Z2VnmU9OqCZr/E7SjhkVhgRv8SkVcG3AneRiMZI2nb9DHyJZhqDm/yzDuoCCBZnxEXTBj8h6onX0QqQ==
|
|
2330
2445
|
dependencies:
|
|
2331
|
-
"@salesforce/core" "^9.
|
|
2446
|
+
"@salesforce/core" "^9.1.7"
|
|
2332
2447
|
"@salesforce/kit" "^4.0.0"
|
|
2333
2448
|
"@salesforce/ts-types" "^3.0.0"
|
|
2334
2449
|
"@salesforce/types" "^1.6.0"
|
|
@@ -2343,15 +2458,15 @@
|
|
|
2343
2458
|
proxy-agent "^6.5.0"
|
|
2344
2459
|
yaml "^2.9.0"
|
|
2345
2460
|
|
|
2346
|
-
"@salesforce/source-tracking@^8.1.
|
|
2347
|
-
version "8.1.
|
|
2348
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.1.
|
|
2349
|
-
integrity sha512-
|
|
2461
|
+
"@salesforce/source-tracking@^8.1.1":
|
|
2462
|
+
version "8.1.3"
|
|
2463
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-8.1.3.tgz"
|
|
2464
|
+
integrity sha512-xQy/l2ZVMx9DXJMFAFLs7cmEiQG2AZLZJZrLGscA8E5oMeg14tH4BMpyoFNXpYlmQlyX+1RF9CMzUrIdN9V5Rg==
|
|
2350
2465
|
dependencies:
|
|
2351
|
-
"@salesforce/core" "^9.1.
|
|
2466
|
+
"@salesforce/core" "^9.1.7"
|
|
2352
2467
|
"@salesforce/kit" "^4.0.0"
|
|
2353
|
-
"@salesforce/source-deploy-retrieve" "^13.
|
|
2354
|
-
"@salesforce/ts-types" "^3.0.
|
|
2468
|
+
"@salesforce/source-deploy-retrieve" "^13.3.0"
|
|
2469
|
+
"@salesforce/ts-types" "^3.0.1"
|
|
2355
2470
|
fast-xml-parser "^5.5.7"
|
|
2356
2471
|
graceful-fs "^4.2.11"
|
|
2357
2472
|
isomorphic-git "^1.34.2"
|
|
@@ -3781,7 +3896,25 @@ chalk@^5.6.2:
|
|
|
3781
3896
|
resolved "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz"
|
|
3782
3897
|
integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
|
|
3783
3898
|
|
|
3784
|
-
change-case@^4
|
|
3899
|
+
change-case@^4:
|
|
3900
|
+
version "4.1.2"
|
|
3901
|
+
resolved "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz"
|
|
3902
|
+
integrity sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==
|
|
3903
|
+
dependencies:
|
|
3904
|
+
camel-case "^4.1.2"
|
|
3905
|
+
capital-case "^1.0.4"
|
|
3906
|
+
constant-case "^3.0.4"
|
|
3907
|
+
dot-case "^3.0.4"
|
|
3908
|
+
header-case "^2.0.4"
|
|
3909
|
+
no-case "^3.0.4"
|
|
3910
|
+
param-case "^3.0.4"
|
|
3911
|
+
pascal-case "^3.1.2"
|
|
3912
|
+
path-case "^3.0.4"
|
|
3913
|
+
sentence-case "^3.0.4"
|
|
3914
|
+
snake-case "^3.0.4"
|
|
3915
|
+
tslib "^2.0.3"
|
|
3916
|
+
|
|
3917
|
+
change-case@^4.1.2:
|
|
3785
3918
|
version "4.1.2"
|
|
3786
3919
|
resolved "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz"
|
|
3787
3920
|
integrity sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.151.
|
|
4
|
+
"version": "2.151.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -146,17 +146,17 @@
|
|
|
146
146
|
},
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"@inquirer/select": "^2.3.5",
|
|
149
|
-
"@oclif/core": "
|
|
150
|
-
"@oclif/plugin-autocomplete": "
|
|
151
|
-
"@oclif/plugin-commands": "
|
|
152
|
-
"@oclif/plugin-help": "
|
|
153
|
-
"@oclif/plugin-not-found": "
|
|
154
|
-
"@oclif/plugin-plugins": "
|
|
155
|
-
"@oclif/plugin-search": "
|
|
156
|
-
"@oclif/plugin-update": "
|
|
157
|
-
"@oclif/plugin-version": "
|
|
158
|
-
"@oclif/plugin-warn-if-update-available": "
|
|
159
|
-
"@oclif/plugin-which": "
|
|
149
|
+
"@oclif/core": "5.0.0",
|
|
150
|
+
"@oclif/plugin-autocomplete": "4.0.0",
|
|
151
|
+
"@oclif/plugin-commands": "5.0.0",
|
|
152
|
+
"@oclif/plugin-help": "7.0.0",
|
|
153
|
+
"@oclif/plugin-not-found": "4.0.0",
|
|
154
|
+
"@oclif/plugin-plugins": "6.0.0",
|
|
155
|
+
"@oclif/plugin-search": "2.0.0",
|
|
156
|
+
"@oclif/plugin-update": "5.0.0",
|
|
157
|
+
"@oclif/plugin-version": "3.0.0",
|
|
158
|
+
"@oclif/plugin-warn-if-update-available": "4.0.0",
|
|
159
|
+
"@oclif/plugin-which": "4.0.0",
|
|
160
160
|
"@salesforce/core": "^9.1.8",
|
|
161
161
|
"@salesforce/kit": "^4.0.0",
|
|
162
162
|
"@salesforce/plugin-agent": "2.0.5",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"@salesforce/plugin-api": "2.0.9",
|
|
165
165
|
"@salesforce/plugin-auth": "5.0.6",
|
|
166
166
|
"@salesforce/plugin-data": "5.1.7",
|
|
167
|
-
"@salesforce/plugin-deploy-retrieve": "4.
|
|
167
|
+
"@salesforce/plugin-deploy-retrieve": "4.2.0",
|
|
168
168
|
"@salesforce/plugin-info": "4.0.9",
|
|
169
169
|
"@salesforce/plugin-limits": "4.0.4",
|
|
170
170
|
"@salesforce/plugin-marketplace": "2.0.5",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"@salesforce/plugin-templates": "57.1.0",
|
|
178
178
|
"@salesforce/plugin-trust": "4.0.10",
|
|
179
179
|
"@salesforce/plugin-user": "5.0.2",
|
|
180
|
-
"@salesforce/sf-plugins-core": "13.0.
|
|
180
|
+
"@salesforce/sf-plugins-core": "13.0.4",
|
|
181
181
|
"ansis": "^3.12.0"
|
|
182
182
|
},
|
|
183
183
|
"pinnedDependencies": [
|
|
@@ -214,8 +214,8 @@
|
|
|
214
214
|
],
|
|
215
215
|
"resolutions": {
|
|
216
216
|
"@salesforce/schemas": "1.10.3",
|
|
217
|
-
"@opentelemetry/core": "2.
|
|
218
|
-
"@opentelemetry/resources": "2.
|
|
217
|
+
"@opentelemetry/core": "2.11.0",
|
|
218
|
+
"@opentelemetry/resources": "2.11.0",
|
|
219
219
|
"@opentelemetry/semantic-conventions": "1.43.0"
|
|
220
220
|
},
|
|
221
221
|
"repository": "salesforcecli/cli",
|