@jayree/sfdx-plugin-manifest 3.2.22 → 3.2.24
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/CHANGELOG.md +18 -0
- package/README.md +19 -6
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +386 -551
- package/oclif.lock +96 -194
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/oclif.lock
CHANGED
|
@@ -1442,15 +1442,6 @@
|
|
|
1442
1442
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
|
|
1443
1443
|
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
|
|
1444
1444
|
|
|
1445
|
-
"@inquirer/confirm@^2.0.17":
|
|
1446
|
-
version "2.0.17"
|
|
1447
|
-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.17.tgz#a45eb1b973c51c993a3c093a0114e960b1cf09a4"
|
|
1448
|
-
integrity sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==
|
|
1449
|
-
dependencies:
|
|
1450
|
-
"@inquirer/core" "^6.0.0"
|
|
1451
|
-
"@inquirer/type" "^1.1.6"
|
|
1452
|
-
chalk "^4.1.2"
|
|
1453
|
-
|
|
1454
1445
|
"@inquirer/confirm@^3.1.6", "@inquirer/confirm@^3.1.9":
|
|
1455
1446
|
version "3.1.9"
|
|
1456
1447
|
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.9.tgz#1bc384bc8267827ec75d0684e189692bb4dda38b"
|
|
@@ -1459,45 +1450,6 @@
|
|
|
1459
1450
|
"@inquirer/core" "^8.2.2"
|
|
1460
1451
|
"@inquirer/type" "^1.3.3"
|
|
1461
1452
|
|
|
1462
|
-
"@inquirer/core@^6.0.0":
|
|
1463
|
-
version "6.0.0"
|
|
1464
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-6.0.0.tgz#d44ccd8ae09a4879a78f09cca35bf1ab894b95f4"
|
|
1465
|
-
integrity sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==
|
|
1466
|
-
dependencies:
|
|
1467
|
-
"@inquirer/type" "^1.1.6"
|
|
1468
|
-
"@types/mute-stream" "^0.0.4"
|
|
1469
|
-
"@types/node" "^20.10.7"
|
|
1470
|
-
"@types/wrap-ansi" "^3.0.0"
|
|
1471
|
-
ansi-escapes "^4.3.2"
|
|
1472
|
-
chalk "^4.1.2"
|
|
1473
|
-
cli-spinners "^2.9.2"
|
|
1474
|
-
cli-width "^4.1.0"
|
|
1475
|
-
figures "^3.2.0"
|
|
1476
|
-
mute-stream "^1.0.0"
|
|
1477
|
-
run-async "^3.0.0"
|
|
1478
|
-
signal-exit "^4.1.0"
|
|
1479
|
-
strip-ansi "^6.0.1"
|
|
1480
|
-
wrap-ansi "^6.2.0"
|
|
1481
|
-
|
|
1482
|
-
"@inquirer/core@^8.2.1":
|
|
1483
|
-
version "8.2.1"
|
|
1484
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.2.1.tgz#ee92c2bf25f378819f56290f8ed8bfef8c6cc94d"
|
|
1485
|
-
integrity sha512-TIcuQMn2qrtyYe0j136UpHeYpk7AcR/trKeT/7YY0vRgcS9YSfJuQ2+PudPhSofLLsHNnRYAHScQCcVZrJkMqA==
|
|
1486
|
-
dependencies:
|
|
1487
|
-
"@inquirer/figures" "^1.0.2"
|
|
1488
|
-
"@inquirer/type" "^1.3.2"
|
|
1489
|
-
"@types/mute-stream" "^0.0.4"
|
|
1490
|
-
"@types/node" "^20.12.12"
|
|
1491
|
-
"@types/wrap-ansi" "^3.0.0"
|
|
1492
|
-
ansi-escapes "^4.3.2"
|
|
1493
|
-
chalk "^4.1.2"
|
|
1494
|
-
cli-spinners "^2.9.2"
|
|
1495
|
-
cli-width "^4.1.0"
|
|
1496
|
-
mute-stream "^1.0.0"
|
|
1497
|
-
signal-exit "^4.1.0"
|
|
1498
|
-
strip-ansi "^6.0.1"
|
|
1499
|
-
wrap-ansi "^6.2.0"
|
|
1500
|
-
|
|
1501
1453
|
"@inquirer/core@^8.2.2":
|
|
1502
1454
|
version "8.2.2"
|
|
1503
1455
|
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.2.2.tgz#797b1e71b920c9788b9d26d89c8b334149852d52"
|
|
@@ -1517,17 +1469,12 @@
|
|
|
1517
1469
|
strip-ansi "^6.0.1"
|
|
1518
1470
|
wrap-ansi "^6.2.0"
|
|
1519
1471
|
|
|
1520
|
-
"@inquirer/figures@^1.0.2":
|
|
1521
|
-
version "1.0.2"
|
|
1522
|
-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.2.tgz#a6af5e9f9969efb9ed3469130566315c36506b8a"
|
|
1523
|
-
integrity sha512-4F1MBwVr3c/m4bAUef6LgkvBfSjzwH+OfldgHqcuacWwSUetFebM2wi58WfG9uk1rR98U6GwLed4asLJbwdV5w==
|
|
1524
|
-
|
|
1525
1472
|
"@inquirer/figures@^1.0.3":
|
|
1526
1473
|
version "1.0.3"
|
|
1527
1474
|
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.3.tgz#1227cc980f88e6d6ab85abadbf164f5038041edd"
|
|
1528
1475
|
integrity sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==
|
|
1529
1476
|
|
|
1530
|
-
"@inquirer/input@^2.1.
|
|
1477
|
+
"@inquirer/input@^2.1.9":
|
|
1531
1478
|
version "2.1.9"
|
|
1532
1479
|
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.9.tgz#ac47671bfdfb0ae99411c644aadf783ae946e168"
|
|
1533
1480
|
integrity sha512-1xTCHmIe48x9CG1+8glAHrVVdH+QfYhzgBUbgyoVpp5NovnXgRcjSn/SNulepxf9Ol8HDq3gzw3ZCAUr+h1Eyg==
|
|
@@ -1535,37 +1482,26 @@
|
|
|
1535
1482
|
"@inquirer/core" "^8.2.2"
|
|
1536
1483
|
"@inquirer/type" "^1.3.3"
|
|
1537
1484
|
|
|
1538
|
-
"@inquirer/password@^
|
|
1539
|
-
version "
|
|
1540
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-
|
|
1541
|
-
integrity sha512-
|
|
1485
|
+
"@inquirer/password@^2.1.9":
|
|
1486
|
+
version "2.1.9"
|
|
1487
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.9.tgz#8d464c17cb67beabb309a039229ff1b0a6337294"
|
|
1488
|
+
integrity sha512-QPtVcT12Fkn0TyuZJelR7QOtc5l1d/6pB5EfkHOivTzC6QTFxRCHl+Gx7Q3E2U/kgJeCCmDov6itDFggk9nkgA==
|
|
1542
1489
|
dependencies:
|
|
1543
|
-
"@inquirer/core" "^
|
|
1544
|
-
"@inquirer/type" "^1.
|
|
1490
|
+
"@inquirer/core" "^8.2.2"
|
|
1491
|
+
"@inquirer/type" "^1.3.3"
|
|
1545
1492
|
ansi-escapes "^4.3.2"
|
|
1546
|
-
chalk "^4.1.2"
|
|
1547
1493
|
|
|
1548
|
-
"@inquirer/select@^2.3.
|
|
1549
|
-
version "2.3.
|
|
1550
|
-
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.3.
|
|
1551
|
-
integrity sha512-
|
|
1494
|
+
"@inquirer/select@^2.3.5":
|
|
1495
|
+
version "2.3.5"
|
|
1496
|
+
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.3.5.tgz#db4ff1ba482ed87f2cdd33e03e64c7b430acdd7d"
|
|
1497
|
+
integrity sha512-IyBj8oEtmdF2Gx4FJTPtEya37MD6s0KATKsHqgmls0lK7EQbhYSq9GQlcFq6cBsYe/cgQ0Fg2cCqYYPi/d/fxQ==
|
|
1552
1498
|
dependencies:
|
|
1553
|
-
"@inquirer/core" "^8.2.
|
|
1554
|
-
"@inquirer/figures" "^1.0.
|
|
1555
|
-
"@inquirer/type" "^1.3.
|
|
1499
|
+
"@inquirer/core" "^8.2.2"
|
|
1500
|
+
"@inquirer/figures" "^1.0.3"
|
|
1501
|
+
"@inquirer/type" "^1.3.3"
|
|
1556
1502
|
ansi-escapes "^4.3.2"
|
|
1557
1503
|
chalk "^4.1.2"
|
|
1558
1504
|
|
|
1559
|
-
"@inquirer/type@^1.1.6":
|
|
1560
|
-
version "1.2.0"
|
|
1561
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.0.tgz#a569613628a881c2104289ca868a7def54e5c49d"
|
|
1562
|
-
integrity sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==
|
|
1563
|
-
|
|
1564
|
-
"@inquirer/type@^1.3.2":
|
|
1565
|
-
version "1.3.2"
|
|
1566
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.2.tgz#439b0b50c152c89fd369d2a17eff54869b4d79b8"
|
|
1567
|
-
integrity sha512-5Frickan9c89QbPkSu6I6y8p+9eR6hZkdPahGmNDsTFX8FHLPAozyzCZMKUeW8FyYwnlCKUjqIEqxY+UctARiw==
|
|
1568
|
-
|
|
1569
1505
|
"@inquirer/type@^1.3.3":
|
|
1570
1506
|
version "1.3.3"
|
|
1571
1507
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.3.tgz#26b2628630fd2381c7fa1e3ab396feb9bbc575da"
|
|
@@ -1692,7 +1628,7 @@
|
|
|
1692
1628
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1693
1629
|
fastq "^1.6.0"
|
|
1694
1630
|
|
|
1695
|
-
"@oclif/core
|
|
1631
|
+
"@oclif/core@^3.26.6":
|
|
1696
1632
|
version "3.26.6"
|
|
1697
1633
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
|
|
1698
1634
|
integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
|
|
@@ -1726,17 +1662,17 @@
|
|
|
1726
1662
|
wordwrap "^1.0.0"
|
|
1727
1663
|
wrap-ansi "^7.0.0"
|
|
1728
1664
|
|
|
1729
|
-
"@oclif/core@^4
|
|
1730
|
-
version "4.0.
|
|
1731
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
|
1732
|
-
integrity sha512-
|
|
1665
|
+
"@oclif/core@^4", "@oclif/core@^4.0.0-beta.13":
|
|
1666
|
+
version "4.0.3"
|
|
1667
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.3.tgz#6231272447c7057813986860448613ed38cfdc47"
|
|
1668
|
+
integrity sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==
|
|
1733
1669
|
dependencies:
|
|
1734
1670
|
ansi-escapes "^4.3.2"
|
|
1735
|
-
ansis "^3.
|
|
1671
|
+
ansis "^3.1.1"
|
|
1736
1672
|
clean-stack "^3.0.1"
|
|
1737
1673
|
cli-spinners "^2.9.2"
|
|
1738
1674
|
cosmiconfig "^9.0.0"
|
|
1739
|
-
debug "^4.3.
|
|
1675
|
+
debug "^4.3.5"
|
|
1740
1676
|
ejs "^3.1.10"
|
|
1741
1677
|
get-package-type "^0.1.0"
|
|
1742
1678
|
globby "^11.1.0"
|
|
@@ -1744,19 +1680,18 @@
|
|
|
1744
1680
|
is-wsl "^2.2.0"
|
|
1745
1681
|
minimatch "^9.0.4"
|
|
1746
1682
|
string-width "^4.2.3"
|
|
1747
|
-
supports-color "^
|
|
1683
|
+
supports-color "^8"
|
|
1748
1684
|
widest-line "^3.1.0"
|
|
1749
1685
|
wordwrap "^1.0.0"
|
|
1750
1686
|
wrap-ansi "^7.0.0"
|
|
1751
1687
|
|
|
1752
|
-
"@oclif/plugin-command-snapshot@^5.
|
|
1753
|
-
version "5.
|
|
1754
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
1755
|
-
integrity sha512-
|
|
1688
|
+
"@oclif/plugin-command-snapshot@^5.2.0":
|
|
1689
|
+
version "5.2.0"
|
|
1690
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.0.tgz#315ec592f43faf417dbd6dc5af03c21cf06e5f35"
|
|
1691
|
+
integrity sha512-F4vba5e25dLkPGVgkPnyNnXX1DVSewTzQJUGtI2bvdV+RMwvKa3p2qT3tOI1Dwbo1uTHNjQSMN9OF3+iy7Ok8Q==
|
|
1756
1692
|
dependencies:
|
|
1757
|
-
"@oclif/core" "
|
|
1758
|
-
|
|
1759
|
-
chalk "^5.3.0"
|
|
1693
|
+
"@oclif/core" "^4.0.0-beta.13"
|
|
1694
|
+
ansis "^3.2.0"
|
|
1760
1695
|
globby "^14.0.1"
|
|
1761
1696
|
just-diff "^5.2.0"
|
|
1762
1697
|
lodash.difference "^4.5.0"
|
|
@@ -1765,20 +1700,20 @@
|
|
|
1765
1700
|
semver "^7.6.0"
|
|
1766
1701
|
ts-json-schema-generator "^1.5.1"
|
|
1767
1702
|
|
|
1768
|
-
"@oclif/plugin-help@^6.0.21", "@oclif/plugin-help@^6.0
|
|
1769
|
-
version "6.0
|
|
1770
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.
|
|
1771
|
-
integrity sha512-
|
|
1703
|
+
"@oclif/plugin-help@^6.0.21", "@oclif/plugin-help@^6.1.0":
|
|
1704
|
+
version "6.1.0"
|
|
1705
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.1.0.tgz#70271276c02a8224fb69234676f0079dbc836ff0"
|
|
1706
|
+
integrity sha512-U+LNKKaZBroHqoSGIpYbQmkTl8aW0NJcO9tr091LJOZ74iqEDiupfBTCMuklW9uTZdWFYApqTmshDuB/I41jxQ==
|
|
1772
1707
|
dependencies:
|
|
1773
|
-
"@oclif/core" "^
|
|
1708
|
+
"@oclif/core" "^4.0.0-beta.13"
|
|
1774
1709
|
|
|
1775
|
-
"@oclif/plugin-not-found@^3.1
|
|
1776
|
-
version "3.2.
|
|
1777
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
1778
|
-
integrity sha512-
|
|
1710
|
+
"@oclif/plugin-not-found@^3.2.1":
|
|
1711
|
+
version "3.2.2"
|
|
1712
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.2.tgz#d43b35f22f284e262972f7b2c233d1cf823448fe"
|
|
1713
|
+
integrity sha512-FyQiC0jQZsrvtoVyEkNy8gypdibCLw+AR3uP08NyO95UoJeEHpxHjJUK+E10wNsTCFLFuaBW7hAjvtGm+Ze0RQ==
|
|
1779
1714
|
dependencies:
|
|
1780
1715
|
"@inquirer/confirm" "^3.1.9"
|
|
1781
|
-
"@oclif/core" "^4
|
|
1716
|
+
"@oclif/core" "^4"
|
|
1782
1717
|
ansis "^3.2.0"
|
|
1783
1718
|
fast-levenshtein "^3.0.0"
|
|
1784
1719
|
|
|
@@ -1803,44 +1738,45 @@
|
|
|
1803
1738
|
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
|
|
1804
1739
|
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
|
|
1805
1740
|
|
|
1806
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1807
|
-
version "5.3.
|
|
1808
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1809
|
-
integrity sha512-
|
|
1741
|
+
"@salesforce/cli-plugins-testkit@^5.3.9":
|
|
1742
|
+
version "5.3.9"
|
|
1743
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.9.tgz#864cb3e2421c1734c3d4ba838aa7e6447abaf201"
|
|
1744
|
+
integrity sha512-v9WQZCCX1Izs4e/4hMn5nCsPyoE3iUmdpV5/nT9lfjFdtdUlwpfhdwUJqNczEz8g2qkJnebYETrB+KklHAQj2A==
|
|
1810
1745
|
dependencies:
|
|
1811
|
-
"@salesforce/core" "^7.3.
|
|
1812
|
-
"@salesforce/kit" "^3.1.
|
|
1746
|
+
"@salesforce/core" "^7.3.9"
|
|
1747
|
+
"@salesforce/kit" "^3.1.2"
|
|
1813
1748
|
"@salesforce/ts-types" "^2.0.9"
|
|
1814
1749
|
"@types/shelljs" "^0.8.15"
|
|
1815
|
-
debug "^4.3.
|
|
1750
|
+
debug "^4.3.5"
|
|
1816
1751
|
jszip "^3.10.1"
|
|
1817
1752
|
shelljs "^0.8.4"
|
|
1818
1753
|
sinon "^17.0.2"
|
|
1819
1754
|
strip-ansi "6.0.1"
|
|
1820
|
-
ts-retry-promise "^0.8.
|
|
1755
|
+
ts-retry-promise "^0.8.1"
|
|
1821
1756
|
|
|
1822
|
-
"@salesforce/core@^7.3.
|
|
1823
|
-
version "7.3.
|
|
1824
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1825
|
-
integrity sha512-
|
|
1757
|
+
"@salesforce/core@^7.3.12", "@salesforce/core@^7.3.9":
|
|
1758
|
+
version "7.3.12"
|
|
1759
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.12.tgz#9138980db21566c467f35afe9192f33bf77f160c"
|
|
1760
|
+
integrity sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==
|
|
1826
1761
|
dependencies:
|
|
1827
1762
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
1828
|
-
"@salesforce/kit" "^3.1.
|
|
1763
|
+
"@salesforce/kit" "^3.1.2"
|
|
1829
1764
|
"@salesforce/schemas" "^1.9.0"
|
|
1830
1765
|
"@salesforce/ts-types" "^2.0.9"
|
|
1831
|
-
ajv "^8.
|
|
1766
|
+
ajv "^8.15.0"
|
|
1832
1767
|
change-case "^4.1.2"
|
|
1768
|
+
fast-levenshtein "^3.0.0"
|
|
1833
1769
|
faye "^1.4.0"
|
|
1834
1770
|
form-data "^4.0.0"
|
|
1835
1771
|
js2xmlparser "^4.0.1"
|
|
1836
1772
|
jsonwebtoken "9.0.2"
|
|
1837
1773
|
jszip "3.10.1"
|
|
1838
1774
|
pino "^8.21.0"
|
|
1839
|
-
pino-abstract-transport "^1.
|
|
1775
|
+
pino-abstract-transport "^1.2.0"
|
|
1840
1776
|
pino-pretty "^10.3.1"
|
|
1841
1777
|
proper-lockfile "^4.1.2"
|
|
1842
1778
|
semver "^7.6.2"
|
|
1843
|
-
ts-retry-promise "^0.
|
|
1779
|
+
ts-retry-promise "^0.8.1"
|
|
1844
1780
|
|
|
1845
1781
|
"@salesforce/dev-config@^4.1.0":
|
|
1846
1782
|
version "4.1.0"
|
|
@@ -1897,16 +1833,16 @@
|
|
|
1897
1833
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
1898
1834
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1899
1835
|
|
|
1900
|
-
"@salesforce/sf-plugins-core@^9.
|
|
1901
|
-
version "9.
|
|
1902
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.
|
|
1903
|
-
integrity sha512-
|
|
1836
|
+
"@salesforce/sf-plugins-core@^9.1.1":
|
|
1837
|
+
version "9.1.1"
|
|
1838
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz#8818fdb23e0f174d9e6dded0cf34a88be5e3cc44"
|
|
1839
|
+
integrity sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==
|
|
1904
1840
|
dependencies:
|
|
1905
|
-
"@inquirer/confirm" "^
|
|
1906
|
-
"@inquirer/password" "^
|
|
1841
|
+
"@inquirer/confirm" "^3.1.9"
|
|
1842
|
+
"@inquirer/password" "^2.1.9"
|
|
1907
1843
|
"@oclif/core" "^3.26.6"
|
|
1908
|
-
"@salesforce/core" "^7.3.
|
|
1909
|
-
"@salesforce/kit" "^3.1.
|
|
1844
|
+
"@salesforce/core" "^7.3.9"
|
|
1845
|
+
"@salesforce/kit" "^3.1.2"
|
|
1910
1846
|
"@salesforce/ts-types" "^2.0.9"
|
|
1911
1847
|
chalk "^5.3.0"
|
|
1912
1848
|
|
|
@@ -2805,18 +2741,6 @@
|
|
|
2805
2741
|
dependencies:
|
|
2806
2742
|
"@types/node" "*"
|
|
2807
2743
|
|
|
2808
|
-
"@types/lodash.difference@^4.5.9":
|
|
2809
|
-
version "4.5.9"
|
|
2810
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c"
|
|
2811
|
-
integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==
|
|
2812
|
-
dependencies:
|
|
2813
|
-
"@types/lodash" "*"
|
|
2814
|
-
|
|
2815
|
-
"@types/lodash@*":
|
|
2816
|
-
version "4.14.202"
|
|
2817
|
-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.202.tgz#f09dbd2fb082d507178b2f2a5c7e74bd72ff98f8"
|
|
2818
|
-
integrity sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==
|
|
2819
|
-
|
|
2820
2744
|
"@types/minimatch@*":
|
|
2821
2745
|
version "5.1.2"
|
|
2822
2746
|
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
|
|
@@ -2844,7 +2768,7 @@
|
|
|
2844
2768
|
dependencies:
|
|
2845
2769
|
"@types/node" "*"
|
|
2846
2770
|
|
|
2847
|
-
"@types/node@*"
|
|
2771
|
+
"@types/node@*":
|
|
2848
2772
|
version "20.12.7"
|
|
2849
2773
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
|
|
2850
2774
|
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
|
|
@@ -2863,13 +2787,6 @@
|
|
|
2863
2787
|
dependencies:
|
|
2864
2788
|
undici-types "~5.26.4"
|
|
2865
2789
|
|
|
2866
|
-
"@types/node@^20.12.12":
|
|
2867
|
-
version "20.12.12"
|
|
2868
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
|
|
2869
|
-
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
|
|
2870
|
-
dependencies:
|
|
2871
|
-
undici-types "~5.26.4"
|
|
2872
|
-
|
|
2873
2790
|
"@types/node@^20.12.13":
|
|
2874
2791
|
version "20.13.0"
|
|
2875
2792
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.13.0.tgz#011a76bc1e71ae9a026dddcfd7039084f752c4b6"
|
|
@@ -3084,10 +3001,10 @@ ajv@^6.12.4:
|
|
|
3084
3001
|
json-schema-traverse "^0.4.1"
|
|
3085
3002
|
uri-js "^4.2.2"
|
|
3086
3003
|
|
|
3087
|
-
ajv@^8.11.0, ajv@^8.
|
|
3088
|
-
version "8.
|
|
3089
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.
|
|
3090
|
-
integrity sha512-
|
|
3004
|
+
ajv@^8.11.0, ajv@^8.15.0:
|
|
3005
|
+
version "8.16.0"
|
|
3006
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.16.0.tgz#22e2a92b94f005f7e0f9c9d39652ef0b8f6f0cb4"
|
|
3007
|
+
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
|
|
3091
3008
|
dependencies:
|
|
3092
3009
|
fast-deep-equal "^3.1.3"
|
|
3093
3010
|
json-schema-traverse "^1.0.0"
|
|
@@ -3152,7 +3069,7 @@ ansicolors@~0.3.2:
|
|
|
3152
3069
|
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
|
|
3153
3070
|
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
|
3154
3071
|
|
|
3155
|
-
ansis@^3.
|
|
3072
|
+
ansis@^3.1.1, ansis@^3.2.0:
|
|
3156
3073
|
version "3.2.0"
|
|
3157
3074
|
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.0.tgz#0e050c5be94784f32ffdac4b84fccba064aeae4b"
|
|
3158
3075
|
integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==
|
|
@@ -4007,7 +3924,14 @@ dateformat@^4.6.3:
|
|
|
4007
3924
|
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
|
|
4008
3925
|
integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
|
|
4009
3926
|
|
|
4010
|
-
debug@4, debug
|
|
3927
|
+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
|
|
3928
|
+
version "4.3.5"
|
|
3929
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
|
|
3930
|
+
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
|
|
3931
|
+
dependencies:
|
|
3932
|
+
ms "2.1.2"
|
|
3933
|
+
|
|
3934
|
+
debug@4.3.4:
|
|
4011
3935
|
version "4.3.4"
|
|
4012
3936
|
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
|
4013
3937
|
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
|
@@ -4544,12 +4468,12 @@ eslint-plugin-prettier@^5.1.3:
|
|
|
4544
4468
|
prettier-linter-helpers "^1.0.0"
|
|
4545
4469
|
synckit "^0.8.6"
|
|
4546
4470
|
|
|
4547
|
-
eslint-plugin-sf-plugin@^1.18.
|
|
4548
|
-
version "1.18.
|
|
4549
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
4550
|
-
integrity sha512-
|
|
4471
|
+
eslint-plugin-sf-plugin@^1.18.5:
|
|
4472
|
+
version "1.18.5"
|
|
4473
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.5.tgz#4a81063c8dea645db8be183c3257a33dc67c0158"
|
|
4474
|
+
integrity sha512-yjvWM3OmxFuUUlHhDAXczo4ysX5ONoeysPL0B0Cj/zjrizvS05fjaAy53fa+AwVjOIOthWopFh2vPDSTNQ+pmA==
|
|
4551
4475
|
dependencies:
|
|
4552
|
-
"@salesforce/core" "^7.3.
|
|
4476
|
+
"@salesforce/core" "^7.3.9"
|
|
4553
4477
|
"@typescript-eslint/utils" "^6.17.0"
|
|
4554
4478
|
|
|
4555
4479
|
eslint-plugin-unicorn@^48.0.1:
|
|
@@ -4857,13 +4781,6 @@ faye@^1.4.0:
|
|
|
4857
4781
|
tough-cookie "*"
|
|
4858
4782
|
tunnel-agent "*"
|
|
4859
4783
|
|
|
4860
|
-
figures@^3.2.0:
|
|
4861
|
-
version "3.2.0"
|
|
4862
|
-
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
|
4863
|
-
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
|
|
4864
|
-
dependencies:
|
|
4865
|
-
escape-string-regexp "^1.0.5"
|
|
4866
|
-
|
|
4867
4784
|
file-entry-cache@^6.0.1:
|
|
4868
4785
|
version "6.0.1"
|
|
4869
4786
|
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
|
|
@@ -6846,19 +6763,19 @@ object.values@^1.1.7:
|
|
|
6846
6763
|
define-properties "^1.2.0"
|
|
6847
6764
|
es-abstract "^1.22.1"
|
|
6848
6765
|
|
|
6849
|
-
oclif@^4.
|
|
6850
|
-
version "4.
|
|
6851
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
|
6852
|
-
integrity sha512-
|
|
6766
|
+
oclif@^4.13.1:
|
|
6767
|
+
version "4.13.1"
|
|
6768
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.13.1.tgz#5c5a65e52a357b8781dabdca44a5f17b59560c22"
|
|
6769
|
+
integrity sha512-R/tkEB7k0unsDDaNHyZc+7NHcKwNPUMG21oCOf+Vy5qfEWD7504l55m5tGLpYpJSKwvU6c7WhMpRpPLaZhxZkA==
|
|
6853
6770
|
dependencies:
|
|
6854
6771
|
"@aws-sdk/client-cloudfront" "^3.574.0"
|
|
6855
6772
|
"@aws-sdk/client-s3" "^3.583.0"
|
|
6856
6773
|
"@inquirer/confirm" "^3.1.6"
|
|
6857
|
-
"@inquirer/input" "^2.1.
|
|
6858
|
-
"@inquirer/select" "^2.3.
|
|
6859
|
-
"@oclif/core" "^4
|
|
6774
|
+
"@inquirer/input" "^2.1.9"
|
|
6775
|
+
"@inquirer/select" "^2.3.5"
|
|
6776
|
+
"@oclif/core" "^4"
|
|
6860
6777
|
"@oclif/plugin-help" "^6.0.21"
|
|
6861
|
-
"@oclif/plugin-not-found" "^3.1
|
|
6778
|
+
"@oclif/plugin-not-found" "^3.2.1"
|
|
6862
6779
|
"@oclif/plugin-warn-if-update-available" "^3.0.19"
|
|
6863
6780
|
async-retry "^1.3.3"
|
|
6864
6781
|
chalk "^4"
|
|
@@ -7177,7 +7094,7 @@ pify@^4.0.1:
|
|
|
7177
7094
|
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
|
7178
7095
|
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
|
|
7179
7096
|
|
|
7180
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.
|
|
7097
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
|
|
7181
7098
|
version "1.2.0"
|
|
7182
7099
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
|
|
7183
7100
|
integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
|
|
@@ -7611,11 +7528,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
|
|
|
7611
7528
|
dependencies:
|
|
7612
7529
|
glob "^7.1.3"
|
|
7613
7530
|
|
|
7614
|
-
run-async@^3.0.0:
|
|
7615
|
-
version "3.0.0"
|
|
7616
|
-
resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
|
|
7617
|
-
integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
|
|
7618
|
-
|
|
7619
7531
|
run-parallel@^1.1.9:
|
|
7620
7532
|
version "1.2.0"
|
|
7621
7533
|
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
|
@@ -8180,7 +8092,7 @@ strnum@^1.0.5:
|
|
|
8180
8092
|
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
|
|
8181
8093
|
integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
|
|
8182
8094
|
|
|
8183
|
-
supports-color@8.1.1, supports-color@^8.1.1:
|
|
8095
|
+
supports-color@8.1.1, supports-color@^8, supports-color@^8.1.1:
|
|
8184
8096
|
version "8.1.1"
|
|
8185
8097
|
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
|
|
8186
8098
|
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
|
|
@@ -8201,11 +8113,6 @@ supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
|
|
|
8201
8113
|
dependencies:
|
|
8202
8114
|
has-flag "^4.0.0"
|
|
8203
8115
|
|
|
8204
|
-
supports-color@^9.4.0:
|
|
8205
|
-
version "9.4.0"
|
|
8206
|
-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.4.0.tgz#17bfcf686288f531db3dea3215510621ccb55954"
|
|
8207
|
-
integrity sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==
|
|
8208
|
-
|
|
8209
8116
|
supports-hyperlinks@^2.2.0:
|
|
8210
8117
|
version "2.3.0"
|
|
8211
8118
|
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
|
|
@@ -8368,15 +8275,10 @@ ts-node@^10.8.1, ts-node@^10.9.2:
|
|
|
8368
8275
|
v8-compile-cache-lib "^3.0.1"
|
|
8369
8276
|
yn "3.1.1"
|
|
8370
8277
|
|
|
8371
|
-
ts-retry-promise@^0.
|
|
8372
|
-
version "0.
|
|
8373
|
-
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.
|
|
8374
|
-
integrity sha512
|
|
8375
|
-
|
|
8376
|
-
ts-retry-promise@^0.8.0:
|
|
8377
|
-
version "0.8.0"
|
|
8378
|
-
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.8.0.tgz#0a0c57b510827d5630da4b0c47f36b55b83a49e3"
|
|
8379
|
-
integrity sha512-elI/GkojPANBikPaMWQnk4T/bOJ6tq/hqXyQRmhfC9PAD6MoHmXIXK7KilJrlpx47VAKCGcmBrTeK5dHk6YAYg==
|
|
8278
|
+
ts-retry-promise@^0.8.1:
|
|
8279
|
+
version "0.8.1"
|
|
8280
|
+
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.8.1.tgz#ba90eb07cb03677fcbf78fe38e94c9183927e154"
|
|
8281
|
+
integrity sha512-+AHPUmAhr5bSRRK5CurE9kNH8gZlEHnCgusZ0zy2bjfatUBDX0h6vGQjiT0YrGwSDwRZmU+bapeX6mj55FOPvg==
|
|
8380
8282
|
|
|
8381
8283
|
tsconfig-paths@^3.15.0:
|
|
8382
8284
|
version "3.15.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.24",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@jayree/changelog": "^1.1.12",
|
|
10
10
|
"@oclif/core": "^3.26.6",
|
|
11
|
-
"@salesforce/core": "^7.3.
|
|
11
|
+
"@salesforce/core": "^7.3.12",
|
|
12
12
|
"@salesforce/kit": "^3.1.2",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^9.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^9.1.1",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "^11.6.4",
|
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
|
16
16
|
"chalk": "^5.3.0",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"tslib": "^2.6.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
27
|
-
"@oclif/plugin-help": "^6.0
|
|
28
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
26
|
+
"@oclif/plugin-command-snapshot": "^5.2.0",
|
|
27
|
+
"@oclif/plugin-help": "^6.1.0",
|
|
28
|
+
"@salesforce/cli-plugins-testkit": "^5.3.9",
|
|
29
29
|
"@salesforce/dev-scripts": "^9.1.2",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
31
31
|
"@types/debug": "^4.1.12",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"c8": "^9.1.0",
|
|
36
36
|
"eslint-config-oclif": "^5.2",
|
|
37
37
|
"eslint-plugin-prettier": "^5.1.3",
|
|
38
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
38
|
+
"eslint-plugin-sf-plugin": "^1.18.5",
|
|
39
39
|
"is-ci": "^3.0.1",
|
|
40
|
-
"oclif": "^4.
|
|
40
|
+
"oclif": "^4.13.1",
|
|
41
41
|
"patch-package": "^8.0.0",
|
|
42
42
|
"prettier": "^3.2.5",
|
|
43
43
|
"pretty-quick": "^4.0.0",
|