@jayree/sfdx-plugin-manifest 3.1.38 → 3.1.40
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +22 -0
- package/README.md +3 -3
- package/lib/SDR-extra/resolve/gitDiffResolver.js +6 -0
- package/lib/SDR-extra/resolve/gitDiffResolver.js.map +1 -1
- package/lib/SDR-extra/utils/localGitRepo.js +3 -1
- package/lib/SDR-extra/utils/localGitRepo.js.map +1 -1
- package/lib/commands/jayree/manifest/cleanup.js +16 -17
- package/lib/commands/jayree/manifest/cleanup.js.map +1 -1
- package/lib/commands/jayree/manifest/generate.js +49 -48
- package/lib/commands/jayree/manifest/generate.js.map +1 -1
- package/lib/commands/jayree/manifest/git/diff.js +45 -40
- package/lib/commands/jayree/manifest/git/diff.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +66 -66
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
package/oclif.lock
CHANGED
@@ -821,10 +821,10 @@
|
|
821
821
|
wordwrap "^1.0.0"
|
822
822
|
wrap-ansi "^7.0.0"
|
823
823
|
|
824
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.3.1":
|
825
|
-
version "3.
|
826
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
827
|
-
integrity sha512-
|
824
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1":
|
825
|
+
version "3.14.1"
|
826
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.14.1.tgz#634fc96124068e47b720d62f3b278d818a07495e"
|
827
|
+
integrity sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==
|
828
828
|
dependencies:
|
829
829
|
ansi-escapes "^4.3.2"
|
830
830
|
ansi-styles "^4.3.0"
|
@@ -854,13 +854,13 @@
|
|
854
854
|
wordwrap "^1.0.0"
|
855
855
|
wrap-ansi "^7.0.0"
|
856
856
|
|
857
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
858
|
-
version "5.0.
|
859
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
860
|
-
integrity sha512-
|
857
|
+
"@oclif/plugin-command-snapshot@^5.0.3":
|
858
|
+
version "5.0.3"
|
859
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.3.tgz#1ca2ccc173ba66d81e0e351f0cf640a9c3782f02"
|
860
|
+
integrity sha512-LbG7lxdKhaapv7nrgUoQU505PA92OU4SOMyczS74BatgUHjx4B0qXOe3VI2aKmd+SApPaLDe/QsGnm98gfZhmQ==
|
861
861
|
dependencies:
|
862
862
|
"@oclif/core" "^3.10.8"
|
863
|
-
"@types/lodash.difference" "^4.5.
|
863
|
+
"@types/lodash.difference" "^4.5.9"
|
864
864
|
chalk "^5.3.0"
|
865
865
|
just-diff "^5.2.0"
|
866
866
|
lodash.difference "^4.5.0"
|
@@ -1016,14 +1016,14 @@
|
|
1016
1016
|
picocolors "^1.0.0"
|
1017
1017
|
tslib "^2.6.0"
|
1018
1018
|
|
1019
|
-
"@salesforce/cli-plugins-testkit@^5.0
|
1020
|
-
version "5.0
|
1021
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.
|
1022
|
-
integrity sha512-
|
1019
|
+
"@salesforce/cli-plugins-testkit@^5.1.0":
|
1020
|
+
version "5.1.0"
|
1021
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.0.tgz#8d9caa22ea9e99879629206892afb26bcd540cef"
|
1022
|
+
integrity sha512-P5tYlNqE87lX9Yp2aAsK75PICoAbmrSK3LEqiIVbtn75PN3OKiD1JEEX2ZDu+HWtO4/nxPtO4JFvX5j00EZGBA==
|
1023
1023
|
dependencies:
|
1024
|
-
"@salesforce/core" "^
|
1024
|
+
"@salesforce/core" "^6.2.2"
|
1025
1025
|
"@salesforce/kit" "^3.0.15"
|
1026
|
-
"@salesforce/ts-types" "^2.0.
|
1026
|
+
"@salesforce/ts-types" "^2.0.9"
|
1027
1027
|
"@types/shelljs" "^0.8.15"
|
1028
1028
|
debug "^4.3.1"
|
1029
1029
|
jszip "^3.10.1"
|
@@ -1055,21 +1055,21 @@
|
|
1055
1055
|
semver "^7.5.4"
|
1056
1056
|
ts-retry-promise "^0.7.1"
|
1057
1057
|
|
1058
|
-
"@salesforce/core@^6.
|
1059
|
-
version "6.
|
1060
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.
|
1061
|
-
integrity sha512-
|
1058
|
+
"@salesforce/core@^6.2.2", "@salesforce/core@^6.3.0":
|
1059
|
+
version "6.3.0"
|
1060
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.3.0.tgz#94613dcdcf70e8061bbdc4aa9f0f0ad605ebb51e"
|
1061
|
+
integrity sha512-PLPDWRXbLi+ECNER6NHLTK/Ed9tMndmyVbBTE0/vyErXtCCPF6aSNyUmvFT1NrIZRrYA9p/QRHOtYUO7kPG4zg==
|
1062
1062
|
dependencies:
|
1063
1063
|
"@salesforce/kit" "^3.0.15"
|
1064
1064
|
"@salesforce/schemas" "^1.6.1"
|
1065
1065
|
"@salesforce/ts-types" "^2.0.9"
|
1066
|
-
"@types/semver" "^7.5.
|
1066
|
+
"@types/semver" "^7.5.6"
|
1067
1067
|
ajv "^8.12.0"
|
1068
1068
|
change-case "^4.1.2"
|
1069
1069
|
faye "^1.4.0"
|
1070
1070
|
form-data "^4.0.0"
|
1071
1071
|
js2xmlparser "^4.0.1"
|
1072
|
-
jsforce "^2.0.0-beta.
|
1072
|
+
jsforce "^2.0.0-beta.29"
|
1073
1073
|
jsonwebtoken "9.0.2"
|
1074
1074
|
jszip "3.10.1"
|
1075
1075
|
pino "^8.16.2"
|
@@ -1084,17 +1084,17 @@
|
|
1084
1084
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
1085
1085
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
1086
1086
|
|
1087
|
-
"@salesforce/dev-scripts@^
|
1088
|
-
version "
|
1089
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
1090
|
-
integrity sha512-
|
1087
|
+
"@salesforce/dev-scripts@^8.0.0":
|
1088
|
+
version "8.0.0"
|
1089
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.0.0.tgz#debdc8a311858259e7c972a55b82521c6eed101d"
|
1090
|
+
integrity sha512-8TxQD+8Acn1CBiiSwhTPnYfbdaX9fASUPB5CvTSQJMr9aitoa9PFrC/wE7QTmtf+O8UAAVz4nndhjVABqpYf1Q==
|
1091
1091
|
dependencies:
|
1092
1092
|
"@commitlint/cli" "^17.1.2"
|
1093
1093
|
"@commitlint/config-conventional" "^17.1.0"
|
1094
1094
|
"@salesforce/dev-config" "^4.1.0"
|
1095
1095
|
"@salesforce/prettier-config" "^0.0.3"
|
1096
1096
|
"@types/chai" "^4.3.10"
|
1097
|
-
"@types/mocha" "^10.0.
|
1097
|
+
"@types/mocha" "^10.0.6"
|
1098
1098
|
"@types/node" "^18"
|
1099
1099
|
"@types/sinon" "^10.0.20"
|
1100
1100
|
chai "^4.3.10"
|
@@ -1133,25 +1133,25 @@
|
|
1133
1133
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
1134
1134
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
1135
1135
|
|
1136
|
-
"@salesforce/sf-plugins-core@^5.0.
|
1137
|
-
version "5.0.
|
1138
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
1139
|
-
integrity sha512-
|
1136
|
+
"@salesforce/sf-plugins-core@^5.0.7":
|
1137
|
+
version "5.0.7"
|
1138
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.7.tgz#7014df537ce8a9052f395f7cc48907920334d7ce"
|
1139
|
+
integrity sha512-blyjmtbe0KKyoMRCOlxVrtv3G5L/AaIDFohpXTy5322qv2aLELI83fe5DNp1oTtIK/m83CwM3EnZCF3Xc7Lj4Q==
|
1140
1140
|
dependencies:
|
1141
|
-
"@oclif/core" "^3.
|
1142
|
-
"@salesforce/core" "^6.
|
1141
|
+
"@oclif/core" "^3.12.0"
|
1142
|
+
"@salesforce/core" "^6.2.2"
|
1143
1143
|
"@salesforce/kit" "^3.0.15"
|
1144
1144
|
"@salesforce/ts-types" "^2.0.9"
|
1145
1145
|
"@types/inquirer" "^8.2.3"
|
1146
1146
|
chalk "^4"
|
1147
1147
|
inquirer "^8.2.5"
|
1148
1148
|
|
1149
|
-
"@salesforce/source-deploy-retrieve@^10.0
|
1150
|
-
version "10.0
|
1151
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.0.
|
1152
|
-
integrity sha512-
|
1149
|
+
"@salesforce/source-deploy-retrieve@^10.2.0":
|
1150
|
+
version "10.2.0"
|
1151
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.0.tgz#073b6791eb8c3c7158bd97357eecfd6ca5a51cb2"
|
1152
|
+
integrity sha512-0AkuQ8e0EBkh0OlDMqaYk1goAIw/Ge2W7PnkzB4FscgQmL7zupSVC+sb04YAO508NKPDZ5d8sZSId62hjq8DQg==
|
1153
1153
|
dependencies:
|
1154
|
-
"@salesforce/core" "^6.
|
1154
|
+
"@salesforce/core" "^6.2.2"
|
1155
1155
|
"@salesforce/kit" "^3.0.15"
|
1156
1156
|
"@salesforce/ts-types" "^2.0.9"
|
1157
1157
|
fast-levenshtein "^3.0.0"
|
@@ -1173,7 +1173,7 @@
|
|
1173
1173
|
sinon "^5.1.1"
|
1174
1174
|
tslib "^2.6.1"
|
1175
1175
|
|
1176
|
-
"@salesforce/ts-types@^2.0.
|
1176
|
+
"@salesforce/ts-types@^2.0.9":
|
1177
1177
|
version "2.0.9"
|
1178
1178
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
1179
1179
|
integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
|
@@ -1396,10 +1396,10 @@
|
|
1396
1396
|
dependencies:
|
1397
1397
|
"@types/node" "*"
|
1398
1398
|
|
1399
|
-
"@types/lodash.difference@^4.5.
|
1400
|
-
version "4.5.
|
1401
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.
|
1402
|
-
integrity sha512-
|
1399
|
+
"@types/lodash.difference@^4.5.9":
|
1400
|
+
version "4.5.9"
|
1401
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c"
|
1402
|
+
integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==
|
1403
1403
|
dependencies:
|
1404
1404
|
"@types/lodash" "*"
|
1405
1405
|
|
@@ -1423,10 +1423,10 @@
|
|
1423
1423
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
1424
1424
|
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
1425
1425
|
|
1426
|
-
"@types/mocha@^10.0.
|
1427
|
-
version "10.0.
|
1428
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
1429
|
-
integrity sha512-
|
1426
|
+
"@types/mocha@^10.0.6":
|
1427
|
+
version "10.0.6"
|
1428
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
1429
|
+
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
1430
1430
|
|
1431
1431
|
"@types/ms@*":
|
1432
1432
|
version "0.7.31"
|
@@ -1467,10 +1467,10 @@
|
|
1467
1467
|
dependencies:
|
1468
1468
|
"@types/node" "*"
|
1469
1469
|
|
1470
|
-
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.4":
|
1471
|
-
version "7.5.
|
1472
|
-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.
|
1473
|
-
integrity sha512
|
1470
|
+
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.4", "@types/semver@^7.5.6":
|
1471
|
+
version "7.5.6"
|
1472
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
|
1473
|
+
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
|
1474
1474
|
|
1475
1475
|
"@types/shelljs@^0.8.15":
|
1476
1476
|
version "0.8.15"
|
@@ -3908,10 +3908,10 @@ fromentries@^1.2.0:
|
|
3908
3908
|
resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
|
3909
3909
|
integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
|
3910
3910
|
|
3911
|
-
fs-extra@^11.0.0, fs-extra@^11.1.1:
|
3912
|
-
version "11.
|
3913
|
-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.
|
3914
|
-
integrity sha512-
|
3911
|
+
fs-extra@^11.0.0, fs-extra@^11.1.1, fs-extra@^11.2.0:
|
3912
|
+
version "11.2.0"
|
3913
|
+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
|
3914
|
+
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
|
3915
3915
|
dependencies:
|
3916
3916
|
graceful-fs "^4.2.0"
|
3917
3917
|
jsonfile "^6.0.1"
|
@@ -4909,10 +4909,10 @@ isexe@^2.0.0:
|
|
4909
4909
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
4910
4910
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
4911
4911
|
|
4912
|
-
isomorphic-git@1.25.
|
4913
|
-
version "1.25.
|
4914
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.25.
|
4915
|
-
integrity sha512-
|
4912
|
+
isomorphic-git@1.25.1:
|
4913
|
+
version "1.25.1"
|
4914
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.25.1.tgz#120dba31fec0fd45eeb7a82ac6d007581e6d6eb1"
|
4915
|
+
integrity sha512-1gJnJvW87mCPlwV1q8UBrqSE/AaFJltVmHRGignkSUgDvwK/7y2ijxGFoNHBp39mX07rffm3F915RWbJ5VVtqQ==
|
4916
4916
|
dependencies:
|
4917
4917
|
async-lock "^1.1.0"
|
4918
4918
|
clean-git-ref "^2.0.1"
|
@@ -5053,10 +5053,10 @@ jsesc@~0.5.0:
|
|
5053
5053
|
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
5054
5054
|
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
|
5055
5055
|
|
5056
|
-
jsforce@^2.0.0-beta.28:
|
5057
|
-
version "2.0.0-beta.
|
5058
|
-
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.
|
5059
|
-
integrity sha512-
|
5056
|
+
jsforce@^2.0.0-beta.28, jsforce@^2.0.0-beta.29:
|
5057
|
+
version "2.0.0-beta.29"
|
5058
|
+
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.29.tgz#0b59b026eb0b90dfb199a53656af32a4c8acc48f"
|
5059
|
+
integrity sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==
|
5060
5060
|
dependencies:
|
5061
5061
|
"@babel/runtime" "^7.12.5"
|
5062
5062
|
"@babel/runtime-corejs3" "^7.12.5"
|
@@ -8076,10 +8076,10 @@ typedoc-plugin-missing-exports@2.1.0:
|
|
8076
8076
|
resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-2.1.0.tgz#f283a407eb7b3a43dafc598f44bbfc2d36dc1704"
|
8077
8077
|
integrity sha512-+1DhqZCEu7Vu5APnrqpPwl31D+hXpt1fV0Le9ycCRL1eLVdatdl6KVt4SEVwPxnEpKwgOn2dNX6I9+0F1aO2aA==
|
8078
8078
|
|
8079
|
-
typedoc@0.25.
|
8080
|
-
version "0.25.
|
8081
|
-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.
|
8082
|
-
integrity sha512-
|
8079
|
+
typedoc@0.25.4, typedoc@^0.25.3:
|
8080
|
+
version "0.25.4"
|
8081
|
+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.4.tgz#5c2c0677881f504e41985f29d9aef0dbdb6f1e6f"
|
8082
|
+
integrity sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==
|
8083
8083
|
dependencies:
|
8084
8084
|
lunr "^2.3.9"
|
8085
8085
|
marked "^4.3.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,29 +1,29 @@
|
|
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.1.
|
4
|
+
"version": "3.1.40",
|
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.8",
|
10
|
-
"@oclif/core": "^3.
|
11
|
-
"@salesforce/core": "^6.
|
12
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
13
|
-
"@salesforce/source-deploy-retrieve": "^10.0
|
10
|
+
"@oclif/core": "^3.14.1",
|
11
|
+
"@salesforce/core": "^6.3.0",
|
12
|
+
"@salesforce/sf-plugins-core": "^5.0.7",
|
13
|
+
"@salesforce/source-deploy-retrieve": "^10.2.0",
|
14
14
|
"debug": "^4.3.4",
|
15
15
|
"fast-deep-equal": "^3.1.3",
|
16
16
|
"fast-xml-parser": "^4.3.2",
|
17
|
-
"fs-extra": "^11.
|
17
|
+
"fs-extra": "^11.2.0",
|
18
18
|
"graceful-fs": "^4.2.11",
|
19
|
-
"isomorphic-git": "1.25.
|
19
|
+
"isomorphic-git": "1.25.1",
|
20
20
|
"tslib": "^2.6.2"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
23
|
+
"@oclif/plugin-command-snapshot": "^5.0.3",
|
24
24
|
"@oclif/plugin-help": "^6.0.7",
|
25
|
-
"@salesforce/cli-plugins-testkit": "^5.0
|
26
|
-
"@salesforce/dev-scripts": "^
|
25
|
+
"@salesforce/cli-plugins-testkit": "^5.1.0",
|
26
|
+
"@salesforce/dev-scripts": "^8.0.0",
|
27
27
|
"@salesforce/ts-sinon": "^1.4.19",
|
28
28
|
"@types/debug": "^4.1.12",
|
29
29
|
"@types/fs-extra": "^11.0.4",
|
@@ -40,7 +40,7 @@
|
|
40
40
|
"pretty-quick": "^3.1.3",
|
41
41
|
"shx": "^0.3.4",
|
42
42
|
"ts-node": "^10.9.1",
|
43
|
-
"typedoc": "0.25.
|
43
|
+
"typedoc": "0.25.4",
|
44
44
|
"typedoc-plugin-missing-exports": "2.1.0",
|
45
45
|
"typescript": "^5.2.2"
|
46
46
|
},
|