@jayree/sfdx-plugin-manifest 3.4.2 → 3.4.4
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 +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +249 -108
- package/oclif.lock +92 -59
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/oclif.lock
CHANGED
|
@@ -1376,13 +1376,32 @@
|
|
|
1376
1376
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
|
|
1377
1377
|
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
|
|
1378
1378
|
|
|
1379
|
-
"@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.16", "@inquirer/confirm@^3.1.
|
|
1380
|
-
version "3.1.
|
|
1381
|
-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.
|
|
1382
|
-
integrity sha512-
|
|
1379
|
+
"@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.16", "@inquirer/confirm@^3.1.20":
|
|
1380
|
+
version "3.1.22"
|
|
1381
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.22.tgz#23990624c11f60c6f7a5b0558c7505c35076a037"
|
|
1382
|
+
integrity sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==
|
|
1383
1383
|
dependencies:
|
|
1384
|
-
"@inquirer/core" "^9.0.
|
|
1385
|
-
"@inquirer/type" "^1.5.
|
|
1384
|
+
"@inquirer/core" "^9.0.10"
|
|
1385
|
+
"@inquirer/type" "^1.5.2"
|
|
1386
|
+
|
|
1387
|
+
"@inquirer/core@^9.0.10":
|
|
1388
|
+
version "9.0.10"
|
|
1389
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.10.tgz#4270191e2ad3bea6223530a093dd9479bcbc7dd0"
|
|
1390
|
+
integrity sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==
|
|
1391
|
+
dependencies:
|
|
1392
|
+
"@inquirer/figures" "^1.0.5"
|
|
1393
|
+
"@inquirer/type" "^1.5.2"
|
|
1394
|
+
"@types/mute-stream" "^0.0.4"
|
|
1395
|
+
"@types/node" "^22.1.0"
|
|
1396
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
1397
|
+
ansi-escapes "^4.3.2"
|
|
1398
|
+
cli-spinners "^2.9.2"
|
|
1399
|
+
cli-width "^4.1.0"
|
|
1400
|
+
mute-stream "^1.0.0"
|
|
1401
|
+
signal-exit "^4.1.0"
|
|
1402
|
+
strip-ansi "^6.0.1"
|
|
1403
|
+
wrap-ansi "^6.2.0"
|
|
1404
|
+
yoctocolors-cjs "^2.1.2"
|
|
1386
1405
|
|
|
1387
1406
|
"@inquirer/core@^9.0.2":
|
|
1388
1407
|
version "9.0.2"
|
|
@@ -1440,13 +1459,13 @@
|
|
|
1440
1459
|
"@inquirer/core" "^9.0.8"
|
|
1441
1460
|
"@inquirer/type" "^1.5.1"
|
|
1442
1461
|
|
|
1443
|
-
"@inquirer/password@^2.1.
|
|
1444
|
-
version "2.1.
|
|
1445
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.
|
|
1446
|
-
integrity sha512-
|
|
1462
|
+
"@inquirer/password@^2.1.20":
|
|
1463
|
+
version "2.1.22"
|
|
1464
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.22.tgz#ec7ee5709923cf285b3e0ae53eed4fdc3c05b422"
|
|
1465
|
+
integrity sha512-5Fxt1L9vh3rAKqjYwqsjU4DZsEvY/2Gll+QkqR4yEpy6wvzLxdSgFhUcxfDAOtO4BEoTreWoznC0phagwLU5Kw==
|
|
1447
1466
|
dependencies:
|
|
1448
|
-
"@inquirer/core" "^9.0.
|
|
1449
|
-
"@inquirer/type" "^1.5.
|
|
1467
|
+
"@inquirer/core" "^9.0.10"
|
|
1468
|
+
"@inquirer/type" "^1.5.2"
|
|
1450
1469
|
ansi-escapes "^4.3.2"
|
|
1451
1470
|
|
|
1452
1471
|
"@inquirer/select@^2.3.10":
|
|
@@ -1467,6 +1486,13 @@
|
|
|
1467
1486
|
dependencies:
|
|
1468
1487
|
mute-stream "^1.0.0"
|
|
1469
1488
|
|
|
1489
|
+
"@inquirer/type@^1.5.2":
|
|
1490
|
+
version "1.5.2"
|
|
1491
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.2.tgz#15f5e4a4dae02c4203650cb07c8a000cdd423939"
|
|
1492
|
+
integrity sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==
|
|
1493
|
+
dependencies:
|
|
1494
|
+
mute-stream "^1.0.0"
|
|
1495
|
+
|
|
1470
1496
|
"@isaacs/cliui@^8.0.2":
|
|
1471
1497
|
version "8.0.2"
|
|
1472
1498
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -1712,10 +1738,10 @@
|
|
|
1712
1738
|
strip-ansi "6.0.1"
|
|
1713
1739
|
ts-retry-promise "^0.8.1"
|
|
1714
1740
|
|
|
1715
|
-
"@salesforce/core@^8.2.
|
|
1716
|
-
version "8.
|
|
1717
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1718
|
-
integrity sha512-
|
|
1741
|
+
"@salesforce/core@^8.2.7", "@salesforce/core@^8.2.8", "@salesforce/core@^8.3.0":
|
|
1742
|
+
version "8.3.0"
|
|
1743
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.3.0.tgz#b61fb6c0c0dec5664ce12ba62ebe35136ae33878"
|
|
1744
|
+
integrity sha512-HZchC42oGJ5RQsG9HpAb1bT7ohjB31ATDz46ryMvLngMmrfHnyzv2mlIi6UdYkJ/2meH2BJkibHi8paPrtF+/A==
|
|
1719
1745
|
dependencies:
|
|
1720
1746
|
"@jsforce/jsforce-node" "^3.4.0"
|
|
1721
1747
|
"@salesforce/kit" "^3.1.6"
|
|
@@ -1790,17 +1816,17 @@
|
|
|
1790
1816
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
1791
1817
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1792
1818
|
|
|
1793
|
-
"@salesforce/sf-plugins-core@^11.
|
|
1794
|
-
version "11.
|
|
1795
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.
|
|
1796
|
-
integrity sha512-
|
|
1819
|
+
"@salesforce/sf-plugins-core@^11.3.0":
|
|
1820
|
+
version "11.3.0"
|
|
1821
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.0.tgz#7bf0466f65761dc6fdfdf78f79cc705dd74b6d87"
|
|
1822
|
+
integrity sha512-kY+y8dxItkMCa52TCOxvu8nAPr2RyLf03pk+HVFMoHkVdumrbDdxmjYFNxAtYmDISQFx1W0SSoIeK2sboziDNw==
|
|
1797
1823
|
dependencies:
|
|
1798
|
-
"@inquirer/confirm" "^3.1.
|
|
1799
|
-
"@inquirer/password" "^2.1.
|
|
1824
|
+
"@inquirer/confirm" "^3.1.20"
|
|
1825
|
+
"@inquirer/password" "^2.1.20"
|
|
1800
1826
|
"@oclif/core" "^4.0.15"
|
|
1801
1827
|
"@salesforce/core" "^8.2.7"
|
|
1802
|
-
"@salesforce/kit" "^3.1
|
|
1803
|
-
"@salesforce/ts-types" "^2.0.
|
|
1828
|
+
"@salesforce/kit" "^3.2.1"
|
|
1829
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
1804
1830
|
ansis "^3.3.2"
|
|
1805
1831
|
cli-progress "^3.12.0"
|
|
1806
1832
|
natural-orderby "^3.0.2"
|
|
@@ -1850,7 +1876,7 @@
|
|
|
1850
1876
|
sinon "^5.1.1"
|
|
1851
1877
|
tslib "^2.6.3"
|
|
1852
1878
|
|
|
1853
|
-
"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.
|
|
1879
|
+
"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.12":
|
|
1854
1880
|
version "2.0.12"
|
|
1855
1881
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
|
|
1856
1882
|
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
|
|
@@ -2790,6 +2816,13 @@
|
|
|
2790
2816
|
dependencies:
|
|
2791
2817
|
undici-types "~5.26.4"
|
|
2792
2818
|
|
|
2819
|
+
"@types/node@^22.1.0":
|
|
2820
|
+
version "22.2.0"
|
|
2821
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.2.0.tgz#7cf046a99f0ba4d628ad3088cb21f790df9b0c5b"
|
|
2822
|
+
integrity sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==
|
|
2823
|
+
dependencies:
|
|
2824
|
+
undici-types "~6.13.0"
|
|
2825
|
+
|
|
2793
2826
|
"@types/normalize-package-data@^2.4.0":
|
|
2794
2827
|
version "2.4.4"
|
|
2795
2828
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
|
|
@@ -2880,13 +2913,13 @@
|
|
|
2880
2913
|
"@typescript-eslint/types" "6.21.0"
|
|
2881
2914
|
"@typescript-eslint/visitor-keys" "6.21.0"
|
|
2882
2915
|
|
|
2883
|
-
"@typescript-eslint/scope-manager@7.
|
|
2884
|
-
version "7.
|
|
2885
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.
|
|
2886
|
-
integrity sha512-
|
|
2916
|
+
"@typescript-eslint/scope-manager@7.18.0":
|
|
2917
|
+
version "7.18.0"
|
|
2918
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
|
|
2919
|
+
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
|
|
2887
2920
|
dependencies:
|
|
2888
|
-
"@typescript-eslint/types" "7.
|
|
2889
|
-
"@typescript-eslint/visitor-keys" "7.
|
|
2921
|
+
"@typescript-eslint/types" "7.18.0"
|
|
2922
|
+
"@typescript-eslint/visitor-keys" "7.18.0"
|
|
2890
2923
|
|
|
2891
2924
|
"@typescript-eslint/type-utils@6.21.0":
|
|
2892
2925
|
version "6.21.0"
|
|
@@ -2903,10 +2936,10 @@
|
|
|
2903
2936
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
|
|
2904
2937
|
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
|
|
2905
2938
|
|
|
2906
|
-
"@typescript-eslint/types@7.
|
|
2907
|
-
version "7.
|
|
2908
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.
|
|
2909
|
-
integrity sha512-
|
|
2939
|
+
"@typescript-eslint/types@7.18.0":
|
|
2940
|
+
version "7.18.0"
|
|
2941
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
|
|
2942
|
+
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
|
|
2910
2943
|
|
|
2911
2944
|
"@typescript-eslint/typescript-estree@6.21.0":
|
|
2912
2945
|
version "6.21.0"
|
|
@@ -2922,13 +2955,13 @@
|
|
|
2922
2955
|
semver "^7.5.4"
|
|
2923
2956
|
ts-api-utils "^1.0.1"
|
|
2924
2957
|
|
|
2925
|
-
"@typescript-eslint/typescript-estree@7.
|
|
2926
|
-
version "7.
|
|
2927
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.
|
|
2928
|
-
integrity sha512-
|
|
2958
|
+
"@typescript-eslint/typescript-estree@7.18.0":
|
|
2959
|
+
version "7.18.0"
|
|
2960
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
|
|
2961
|
+
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
|
|
2929
2962
|
dependencies:
|
|
2930
|
-
"@typescript-eslint/types" "7.
|
|
2931
|
-
"@typescript-eslint/visitor-keys" "7.
|
|
2963
|
+
"@typescript-eslint/types" "7.18.0"
|
|
2964
|
+
"@typescript-eslint/visitor-keys" "7.18.0"
|
|
2932
2965
|
debug "^4.3.4"
|
|
2933
2966
|
globby "^11.1.0"
|
|
2934
2967
|
is-glob "^4.0.3"
|
|
@@ -2949,15 +2982,15 @@
|
|
|
2949
2982
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
|
2950
2983
|
semver "^7.5.4"
|
|
2951
2984
|
|
|
2952
|
-
"@typescript-eslint/utils@^7.
|
|
2953
|
-
version "7.
|
|
2954
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.
|
|
2955
|
-
integrity sha512-
|
|
2985
|
+
"@typescript-eslint/utils@^7.18.0":
|
|
2986
|
+
version "7.18.0"
|
|
2987
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
|
|
2988
|
+
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
|
|
2956
2989
|
dependencies:
|
|
2957
2990
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
2958
|
-
"@typescript-eslint/scope-manager" "7.
|
|
2959
|
-
"@typescript-eslint/types" "7.
|
|
2960
|
-
"@typescript-eslint/typescript-estree" "7.
|
|
2991
|
+
"@typescript-eslint/scope-manager" "7.18.0"
|
|
2992
|
+
"@typescript-eslint/types" "7.18.0"
|
|
2993
|
+
"@typescript-eslint/typescript-estree" "7.18.0"
|
|
2961
2994
|
|
|
2962
2995
|
"@typescript-eslint/visitor-keys@6.21.0":
|
|
2963
2996
|
version "6.21.0"
|
|
@@ -2967,12 +3000,12 @@
|
|
|
2967
3000
|
"@typescript-eslint/types" "6.21.0"
|
|
2968
3001
|
eslint-visitor-keys "^3.4.1"
|
|
2969
3002
|
|
|
2970
|
-
"@typescript-eslint/visitor-keys@7.
|
|
2971
|
-
version "7.
|
|
2972
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.
|
|
2973
|
-
integrity sha512-
|
|
3003
|
+
"@typescript-eslint/visitor-keys@7.18.0":
|
|
3004
|
+
version "7.18.0"
|
|
3005
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
|
|
3006
|
+
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
|
|
2974
3007
|
dependencies:
|
|
2975
|
-
"@typescript-eslint/types" "7.
|
|
3008
|
+
"@typescript-eslint/types" "7.18.0"
|
|
2976
3009
|
eslint-visitor-keys "^3.4.3"
|
|
2977
3010
|
|
|
2978
3011
|
"@ungap/structured-clone@^1.2.0":
|
|
@@ -4546,13 +4579,13 @@ eslint-plugin-prettier@^5.2.1:
|
|
|
4546
4579
|
prettier-linter-helpers "^1.0.0"
|
|
4547
4580
|
synckit "^0.9.1"
|
|
4548
4581
|
|
|
4549
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
4550
|
-
version "1.20.
|
|
4551
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
4552
|
-
integrity sha512-
|
|
4582
|
+
eslint-plugin-sf-plugin@^1.20.3:
|
|
4583
|
+
version "1.20.3"
|
|
4584
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.3.tgz#7c47b9a47d372ac86f71224273ac90a775be6a5b"
|
|
4585
|
+
integrity sha512-nDdb/RuoiTbJpaneAEGaYqT1934+j9mdgDBhfADb9IuB/3UtSTdtgYTbrc2N9Fu7IhDkwV5JBx4lYLAQZIZbIA==
|
|
4553
4586
|
dependencies:
|
|
4554
|
-
"@salesforce/core" "^8.2.
|
|
4555
|
-
"@typescript-eslint/utils" "^7.
|
|
4587
|
+
"@salesforce/core" "^8.2.8"
|
|
4588
|
+
"@typescript-eslint/utils" "^7.18.0"
|
|
4556
4589
|
|
|
4557
4590
|
eslint-plugin-unicorn@^48.0.1:
|
|
4558
4591
|
version "48.0.1"
|
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.4.
|
|
4
|
+
"version": "3.4.4",
|
|
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.2.1",
|
|
10
10
|
"@oclif/core": "^4.0.17",
|
|
11
|
-
"@salesforce/core": "^8.
|
|
11
|
+
"@salesforce/core": "^8.3.0",
|
|
12
12
|
"@salesforce/kit": "^3.2.1",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^11.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^11.3.0",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "^12.1.11",
|
|
15
15
|
"@salesforce/source-tracking": "^7.1.5",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"c8": "^10.1.2",
|
|
33
33
|
"eslint-config-oclif": "^5.2",
|
|
34
34
|
"eslint-plugin-prettier": "^5.2.1",
|
|
35
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
35
|
+
"eslint-plugin-sf-plugin": "^1.20.3",
|
|
36
36
|
"is-ci": "^3.0.1",
|
|
37
37
|
"oclif": "^4.14.15",
|
|
38
38
|
"patch-package": "^8.0.0",
|