@jayree/sfdx-plugin-manifest 3.6.55 → 3.6.57
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 +108 -65
- package/oclif.lock +60 -53
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/npm-shrinkwrap.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.57",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.6.
|
9
|
+
"version": "3.6.57",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
|
-
"@jayree/changelog": "^1.2.
|
12
|
+
"@jayree/changelog": "^1.2.6",
|
13
13
|
"@oclif/core": "^4.2.6",
|
14
14
|
"@salesforce/core": "^8.8.3",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
@@ -18,14 +18,14 @@
|
|
18
18
|
"@salesforce/source-tracking": "7.3.16",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
|
-
"fast-xml-parser": "^
|
21
|
+
"fast-xml-parser": "^5.0.6",
|
22
22
|
"fs-extra": "^11.3.0",
|
23
23
|
"graceful-fs": "^4.2.11",
|
24
24
|
"isomorphic-git": "1.29.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
28
|
-
"@oclif/plugin-help": "^6.2.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.2.36",
|
28
|
+
"@oclif/plugin-help": "^6.2.26",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.11",
|
31
31
|
"@salesforce/ts-sinon": "^1.4.30",
|
@@ -35,10 +35,10 @@
|
|
35
35
|
"c8": "^10.1.3",
|
36
36
|
"eslint-config-oclif": "^6.0",
|
37
37
|
"eslint-plugin-prettier": "^5.2.3",
|
38
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
39
|
-
"oclif": "^4.17.
|
38
|
+
"eslint-plugin-sf-plugin": "^1.20.15",
|
39
|
+
"oclif": "^4.17.31",
|
40
40
|
"patch-package": "^8.0.0",
|
41
|
-
"prettier": "^3.5.
|
41
|
+
"prettier": "^3.5.2",
|
42
42
|
"pretty-quick": "^4.0.0",
|
43
43
|
"ts-node": "^10.9.2",
|
44
44
|
"typescript": "^5.7.3"
|
@@ -2452,9 +2452,9 @@
|
|
2452
2452
|
}
|
2453
2453
|
},
|
2454
2454
|
"node_modules/@eslint/js": {
|
2455
|
-
"version": "9.
|
2456
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
2457
|
-
"integrity": "sha512-
|
2455
|
+
"version": "9.21.0",
|
2456
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.21.0.tgz",
|
2457
|
+
"integrity": "sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==",
|
2458
2458
|
"dev": true,
|
2459
2459
|
"license": "MIT",
|
2460
2460
|
"engines": {
|
@@ -3214,14 +3214,14 @@
|
|
3214
3214
|
}
|
3215
3215
|
},
|
3216
3216
|
"node_modules/@jayree/changelog": {
|
3217
|
-
"version": "1.2.
|
3218
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
3219
|
-
"integrity": "sha512-
|
3217
|
+
"version": "1.2.6",
|
3218
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.6.tgz",
|
3219
|
+
"integrity": "sha512-Ccy+R7krQ1WB/dXw0KVcsZubpElSk7Ea47Na88vxJRPLiw/6Hb3w4wh0zs9zh90pCRHZq0UnP25hhovclKoWkg==",
|
3220
3220
|
"license": "BSD-3-Clause",
|
3221
3221
|
"dependencies": {
|
3222
3222
|
"debug": "^4.4.0",
|
3223
3223
|
"fs-extra": "^11.3.0",
|
3224
|
-
"marked": "^
|
3224
|
+
"marked": "^15.0.7",
|
3225
3225
|
"marked-terminal": "^7.3.0",
|
3226
3226
|
"semver": "^7.7.1",
|
3227
3227
|
"semver-compare": "^1.0.0"
|
@@ -3418,15 +3418,6 @@
|
|
3418
3418
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
3419
3419
|
}
|
3420
3420
|
},
|
3421
|
-
"node_modules/@oclif/core/node_modules/ansis": {
|
3422
|
-
"version": "3.16.0",
|
3423
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.16.0.tgz",
|
3424
|
-
"integrity": "sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==",
|
3425
|
-
"license": "ISC",
|
3426
|
-
"engines": {
|
3427
|
-
"node": ">=14"
|
3428
|
-
}
|
3429
|
-
},
|
3430
3421
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
3431
3422
|
"version": "9.0.5",
|
3432
3423
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
@@ -3475,14 +3466,14 @@
|
|
3475
3466
|
}
|
3476
3467
|
},
|
3477
3468
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3478
|
-
"version": "5.2.
|
3479
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
3480
|
-
"integrity": "sha512-
|
3469
|
+
"version": "5.2.36",
|
3470
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.36.tgz",
|
3471
|
+
"integrity": "sha512-NM8up8CGfybXPVESMaeubBqY5jMtIzZYGVrzhMI92Du46O46Ld1IX4jSdnNMjwnTRzTYdz3Br57d5IpnfpEcKw==",
|
3481
3472
|
"dev": true,
|
3482
3473
|
"license": "MIT",
|
3483
3474
|
"dependencies": {
|
3484
3475
|
"@oclif/core": "^4",
|
3485
|
-
"ansis": "^3.
|
3476
|
+
"ansis": "^3.16.0",
|
3486
3477
|
"globby": "^14.1.0",
|
3487
3478
|
"just-diff": "^5.2.0",
|
3488
3479
|
"lodash.difference": "^4.5.0",
|
@@ -3570,9 +3561,9 @@
|
|
3570
3561
|
}
|
3571
3562
|
},
|
3572
3563
|
"node_modules/@oclif/plugin-help": {
|
3573
|
-
"version": "6.2.
|
3574
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
3575
|
-
"integrity": "sha512-
|
3564
|
+
"version": "6.2.26",
|
3565
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.26.tgz",
|
3566
|
+
"integrity": "sha512-5KdldxEizbV3RsHOddN4oMxrX/HL6z79S94tbxEHVZ/dJKDWzfyCpgC9axNYqwmBF2pFZkozl/l7t3hCGOdalw==",
|
3576
3567
|
"dev": true,
|
3577
3568
|
"license": "MIT",
|
3578
3569
|
"dependencies": {
|
@@ -4184,6 +4175,28 @@
|
|
4184
4175
|
"node": ">=18.0.0"
|
4185
4176
|
}
|
4186
4177
|
},
|
4178
|
+
"node_modules/@salesforce/source-deploy-retrieve/node_modules/fast-xml-parser": {
|
4179
|
+
"version": "4.5.1",
|
4180
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz",
|
4181
|
+
"integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==",
|
4182
|
+
"funding": [
|
4183
|
+
{
|
4184
|
+
"type": "github",
|
4185
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
4186
|
+
},
|
4187
|
+
{
|
4188
|
+
"type": "paypal",
|
4189
|
+
"url": "https://paypal.me/naturalintelligence"
|
4190
|
+
}
|
4191
|
+
],
|
4192
|
+
"license": "MIT",
|
4193
|
+
"dependencies": {
|
4194
|
+
"strnum": "^1.0.5"
|
4195
|
+
},
|
4196
|
+
"bin": {
|
4197
|
+
"fxparser": "src/cli/cli.js"
|
4198
|
+
}
|
4199
|
+
},
|
4187
4200
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/minimatch": {
|
4188
4201
|
"version": "9.0.5",
|
4189
4202
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
@@ -4219,6 +4232,28 @@
|
|
4219
4232
|
"node": ">=18.0.0"
|
4220
4233
|
}
|
4221
4234
|
},
|
4235
|
+
"node_modules/@salesforce/source-tracking/node_modules/fast-xml-parser": {
|
4236
|
+
"version": "4.5.1",
|
4237
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz",
|
4238
|
+
"integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==",
|
4239
|
+
"funding": [
|
4240
|
+
{
|
4241
|
+
"type": "github",
|
4242
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
4243
|
+
},
|
4244
|
+
{
|
4245
|
+
"type": "paypal",
|
4246
|
+
"url": "https://paypal.me/naturalintelligence"
|
4247
|
+
}
|
4248
|
+
],
|
4249
|
+
"license": "MIT",
|
4250
|
+
"dependencies": {
|
4251
|
+
"strnum": "^1.0.5"
|
4252
|
+
},
|
4253
|
+
"bin": {
|
4254
|
+
"fxparser": "src/cli/cli.js"
|
4255
|
+
}
|
4256
|
+
},
|
4222
4257
|
"node_modules/@salesforce/ts-sinon": {
|
4223
4258
|
"version": "1.4.30",
|
4224
4259
|
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.30.tgz",
|
@@ -6270,9 +6305,9 @@
|
|
6270
6305
|
}
|
6271
6306
|
},
|
6272
6307
|
"node_modules/ansis": {
|
6273
|
-
"version": "3.
|
6274
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.
|
6275
|
-
"integrity": "sha512-
|
6308
|
+
"version": "3.16.0",
|
6309
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.16.0.tgz",
|
6310
|
+
"integrity": "sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==",
|
6276
6311
|
"license": "ISC",
|
6277
6312
|
"engines": {
|
6278
6313
|
"node": ">=14"
|
@@ -8962,15 +8997,15 @@
|
|
8962
8997
|
}
|
8963
8998
|
},
|
8964
8999
|
"node_modules/eslint-config-oclif": {
|
8965
|
-
"version": "6.0.
|
8966
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
8967
|
-
"integrity": "sha512-
|
9000
|
+
"version": "6.0.19",
|
9001
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.19.tgz",
|
9002
|
+
"integrity": "sha512-5gI+wZA3RNdyroiUI+ICQr3RfHtbzHVpslHG+cBzTZgK+fpOGRdlis5RKdldu9HRnlvsocimQ5qZtVcAGobRGw==",
|
8968
9003
|
"dev": true,
|
8969
9004
|
"license": "MIT",
|
8970
9005
|
"dependencies": {
|
8971
9006
|
"@eslint/compat": "^1.2.6",
|
8972
|
-
"@eslint/eslintrc": "^3.
|
8973
|
-
"@eslint/js": "^9.
|
9007
|
+
"@eslint/eslintrc": "^3.3.0",
|
9008
|
+
"@eslint/js": "^9.21.0",
|
8974
9009
|
"@stylistic/eslint-plugin": "^3.1.0",
|
8975
9010
|
"@typescript-eslint/eslint-plugin": "^8",
|
8976
9011
|
"@typescript-eslint/parser": "^8",
|
@@ -9001,9 +9036,9 @@
|
|
9001
9036
|
}
|
9002
9037
|
},
|
9003
9038
|
"node_modules/eslint-config-oclif/node_modules/@eslint/eslintrc": {
|
9004
|
-
"version": "3.
|
9005
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.
|
9006
|
-
"integrity": "sha512-
|
9039
|
+
"version": "3.3.0",
|
9040
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.0.tgz",
|
9041
|
+
"integrity": "sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==",
|
9007
9042
|
"dev": true,
|
9008
9043
|
"license": "MIT",
|
9009
9044
|
"dependencies": {
|
@@ -9994,13 +10029,13 @@
|
|
9994
10029
|
}
|
9995
10030
|
},
|
9996
10031
|
"node_modules/eslint-plugin-sf-plugin": {
|
9997
|
-
"version": "1.20.
|
9998
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
9999
|
-
"integrity": "sha512-
|
10032
|
+
"version": "1.20.15",
|
10033
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz",
|
10034
|
+
"integrity": "sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==",
|
10000
10035
|
"dev": true,
|
10001
10036
|
"license": "BSD-3-Clause",
|
10002
10037
|
"dependencies": {
|
10003
|
-
"@salesforce/core": "^8.8.
|
10038
|
+
"@salesforce/core": "^8.8.3",
|
10004
10039
|
"@typescript-eslint/utils": "^7.18.0"
|
10005
10040
|
},
|
10006
10041
|
"engines": {
|
@@ -10630,27 +10665,35 @@
|
|
10630
10665
|
"license": "MIT"
|
10631
10666
|
},
|
10632
10667
|
"node_modules/fast-xml-parser": {
|
10633
|
-
"version": "
|
10634
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-
|
10635
|
-
"integrity": "sha512-
|
10668
|
+
"version": "5.0.6",
|
10669
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.6.tgz",
|
10670
|
+
"integrity": "sha512-5zIl0jWsewL5LdneswG6aJXx1YH1FXQ02UVIe/CZI3wXhI3SqP62bjcIYRNOgU43/MnN1t/MCpH6UoOtBrDNug==",
|
10636
10671
|
"funding": [
|
10637
10672
|
{
|
10638
10673
|
"type": "github",
|
10639
10674
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
10640
|
-
},
|
10641
|
-
{
|
10642
|
-
"type": "paypal",
|
10643
|
-
"url": "https://paypal.me/naturalintelligence"
|
10644
10675
|
}
|
10645
10676
|
],
|
10646
10677
|
"license": "MIT",
|
10647
10678
|
"dependencies": {
|
10648
|
-
"strnum": "^
|
10679
|
+
"strnum": "^2.0.4"
|
10649
10680
|
},
|
10650
10681
|
"bin": {
|
10651
10682
|
"fxparser": "src/cli/cli.js"
|
10652
10683
|
}
|
10653
10684
|
},
|
10685
|
+
"node_modules/fast-xml-parser/node_modules/strnum": {
|
10686
|
+
"version": "2.0.4",
|
10687
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.0.4.tgz",
|
10688
|
+
"integrity": "sha512-qrXhLMohxtEPKMlajtNaOp5zvAQUo6L3fNcdiJKzWH98kGfklqGwmxhFjM7DzxsuoVM7rJeiYr+lEcu4Jlu9UQ==",
|
10689
|
+
"funding": [
|
10690
|
+
{
|
10691
|
+
"type": "github",
|
10692
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
10693
|
+
}
|
10694
|
+
],
|
10695
|
+
"license": "MIT"
|
10696
|
+
},
|
10654
10697
|
"node_modules/fastest-levenshtein": {
|
10655
10698
|
"version": "1.0.16",
|
10656
10699
|
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
|
@@ -13610,9 +13653,9 @@
|
|
13610
13653
|
}
|
13611
13654
|
},
|
13612
13655
|
"node_modules/marked": {
|
13613
|
-
"version": "
|
13614
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-
|
13615
|
-
"integrity": "sha512-
|
13656
|
+
"version": "15.0.7",
|
13657
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz",
|
13658
|
+
"integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==",
|
13616
13659
|
"license": "MIT",
|
13617
13660
|
"bin": {
|
13618
13661
|
"marked": "bin/marked.js"
|
@@ -14618,9 +14661,9 @@
|
|
14618
14661
|
}
|
14619
14662
|
},
|
14620
14663
|
"node_modules/oclif": {
|
14621
|
-
"version": "4.17.
|
14622
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.
|
14623
|
-
"integrity": "sha512-
|
14664
|
+
"version": "4.17.31",
|
14665
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.31.tgz",
|
14666
|
+
"integrity": "sha512-V58OPd6f9GBndCGC4jAEFEl3zJitsjEns+B/GabpqvJ2ZEIj6swOzsJB4U+quSKVizDtVywJ1hCwgYygOjo4Eg==",
|
14624
14667
|
"dev": true,
|
14625
14668
|
"license": "MIT",
|
14626
14669
|
"dependencies": {
|
@@ -14629,7 +14672,7 @@
|
|
14629
14672
|
"@inquirer/confirm": "^3.1.22",
|
14630
14673
|
"@inquirer/input": "^2.2.4",
|
14631
14674
|
"@inquirer/select": "^2.5.0",
|
14632
|
-
"@oclif/core": "^4.2.
|
14675
|
+
"@oclif/core": "^4.2.8",
|
14633
14676
|
"@oclif/plugin-help": "^6.2.25",
|
14634
14677
|
"@oclif/plugin-not-found": "^3.2.32",
|
14635
14678
|
"@oclif/plugin-warn-if-update-available": "^3.1.31",
|
@@ -15608,9 +15651,9 @@
|
|
15608
15651
|
}
|
15609
15652
|
},
|
15610
15653
|
"node_modules/prettier": {
|
15611
|
-
"version": "3.5.
|
15612
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.
|
15613
|
-
"integrity": "sha512-
|
15654
|
+
"version": "3.5.2",
|
15655
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz",
|
15656
|
+
"integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==",
|
15614
15657
|
"dev": true,
|
15615
15658
|
"license": "MIT",
|
15616
15659
|
"bin": {
|
package/oclif.lock
CHANGED
@@ -1071,10 +1071,10 @@
|
|
1071
1071
|
minimatch "^3.1.2"
|
1072
1072
|
strip-json-comments "^3.1.1"
|
1073
1073
|
|
1074
|
-
"@eslint/eslintrc@^3.
|
1075
|
-
version "3.
|
1076
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.
|
1077
|
-
integrity sha512-
|
1074
|
+
"@eslint/eslintrc@^3.3.0":
|
1075
|
+
version "3.3.0"
|
1076
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.0.tgz#96a558f45842989cca7ea1ecd785ad5491193846"
|
1077
|
+
integrity sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==
|
1078
1078
|
dependencies:
|
1079
1079
|
ajv "^6.12.4"
|
1080
1080
|
debug "^4.3.2"
|
@@ -1091,10 +1091,10 @@
|
|
1091
1091
|
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
|
1092
1092
|
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
|
1093
1093
|
|
1094
|
-
"@eslint/js@^9.
|
1095
|
-
version "9.
|
1096
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.
|
1097
|
-
integrity sha512-
|
1094
|
+
"@eslint/js@^9.21.0":
|
1095
|
+
version "9.21.0"
|
1096
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
|
1097
|
+
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
|
1098
1098
|
|
1099
1099
|
"@humanwhocodes/config-array@^0.11.14":
|
1100
1100
|
version "0.11.14"
|
@@ -1369,14 +1369,14 @@
|
|
1369
1369
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
1370
1370
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
1371
1371
|
|
1372
|
-
"@jayree/changelog@^1.2.
|
1373
|
-
version "1.2.
|
1374
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.
|
1375
|
-
integrity sha512-
|
1372
|
+
"@jayree/changelog@^1.2.6":
|
1373
|
+
version "1.2.6"
|
1374
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.6.tgz#99f3e1beeebb70c9664b185c09f0e22bb5a3763d"
|
1375
|
+
integrity sha512-Ccy+R7krQ1WB/dXw0KVcsZubpElSk7Ea47Na88vxJRPLiw/6Hb3w4wh0zs9zh90pCRHZq0UnP25hhovclKoWkg==
|
1376
1376
|
dependencies:
|
1377
1377
|
debug "^4.4.0"
|
1378
1378
|
fs-extra "^11.3.0"
|
1379
|
-
marked "^
|
1379
|
+
marked "^15.0.7"
|
1380
1380
|
marked-terminal "^7.3.0"
|
1381
1381
|
semver "^7.7.1"
|
1382
1382
|
semver-compare "^1.0.0"
|
@@ -1463,7 +1463,7 @@
|
|
1463
1463
|
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
|
1464
1464
|
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
|
1465
1465
|
|
1466
|
-
"@oclif/core@^4", "@oclif/core@^4.2.
|
1466
|
+
"@oclif/core@^4", "@oclif/core@^4.2.4", "@oclif/core@^4.2.6", "@oclif/core@^4.2.7", "@oclif/core@^4.2.8":
|
1467
1467
|
version "4.2.8"
|
1468
1468
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.8.tgz#6e71c76b8ea91064ffc8390a3fd2502c5d32a3db"
|
1469
1469
|
integrity sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==
|
@@ -1487,13 +1487,13 @@
|
|
1487
1487
|
wordwrap "^1.0.0"
|
1488
1488
|
wrap-ansi "^7.0.0"
|
1489
1489
|
|
1490
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1491
|
-
version "5.2.
|
1492
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1493
|
-
integrity sha512-
|
1490
|
+
"@oclif/plugin-command-snapshot@^5.2.36":
|
1491
|
+
version "5.2.36"
|
1492
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.36.tgz#83b4ff3fcb0be14416a486405a15d29867a081d1"
|
1493
|
+
integrity sha512-NM8up8CGfybXPVESMaeubBqY5jMtIzZYGVrzhMI92Du46O46Ld1IX4jSdnNMjwnTRzTYdz3Br57d5IpnfpEcKw==
|
1494
1494
|
dependencies:
|
1495
1495
|
"@oclif/core" "^4"
|
1496
|
-
ansis "^3.
|
1496
|
+
ansis "^3.16.0"
|
1497
1497
|
globby "^14.1.0"
|
1498
1498
|
just-diff "^5.2.0"
|
1499
1499
|
lodash.difference "^4.5.0"
|
@@ -1502,10 +1502,10 @@
|
|
1502
1502
|
semver "^7.7.1"
|
1503
1503
|
ts-json-schema-generator "^1.5.1"
|
1504
1504
|
|
1505
|
-
"@oclif/plugin-help@^6.2.25":
|
1506
|
-
version "6.2.
|
1507
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
1508
|
-
integrity sha512-
|
1505
|
+
"@oclif/plugin-help@^6.2.25", "@oclif/plugin-help@^6.2.26":
|
1506
|
+
version "6.2.26"
|
1507
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.26.tgz#16d4c5d538e1ed2864a3ca8fd59331694b5f86d2"
|
1508
|
+
integrity sha512-5KdldxEizbV3RsHOddN4oMxrX/HL6z79S94tbxEHVZ/dJKDWzfyCpgC9axNYqwmBF2pFZkozl/l7t3hCGOdalw==
|
1509
1509
|
dependencies:
|
1510
1510
|
"@oclif/core" "^4"
|
1511
1511
|
|
@@ -2962,12 +2962,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
|
|
2962
2962
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
|
2963
2963
|
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
|
2964
2964
|
|
2965
|
-
ansis@^3.
|
2966
|
-
version "3.14.0"
|
2967
|
-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.14.0.tgz#6eb4012927f000aa586236a7515da2022fb0883b"
|
2968
|
-
integrity sha512-R1LnSpYZWMDEFoAyCrfgToVz4ES25luDpjlZsUlD5GXdPWb91U+TZGkxWAOvt+7zWRY/ctOxhtTx5HUtL3qmbA==
|
2969
|
-
|
2970
|
-
ansis@^3.16.0:
|
2965
|
+
ansis@^3.16.0, ansis@^3.3.2, ansis@^3.5.2:
|
2971
2966
|
version "3.16.0"
|
2972
2967
|
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.16.0.tgz#5e365fd173133756a01199c77fc9146bb22fb5eb"
|
2973
2968
|
integrity sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==
|
@@ -4377,13 +4372,13 @@ eslint-config-oclif@^5.2.2:
|
|
4377
4372
|
eslint-plugin-unicorn "^48.0.1"
|
4378
4373
|
|
4379
4374
|
eslint-config-oclif@^6.0:
|
4380
|
-
version "6.0.
|
4381
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
4382
|
-
integrity sha512-
|
4375
|
+
version "6.0.19"
|
4376
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.19.tgz#5016b499913b65115bf19230ccd354b3eb76aef5"
|
4377
|
+
integrity sha512-5gI+wZA3RNdyroiUI+ICQr3RfHtbzHVpslHG+cBzTZgK+fpOGRdlis5RKdldu9HRnlvsocimQ5qZtVcAGobRGw==
|
4383
4378
|
dependencies:
|
4384
4379
|
"@eslint/compat" "^1.2.6"
|
4385
|
-
"@eslint/eslintrc" "^3.
|
4386
|
-
"@eslint/js" "^9.
|
4380
|
+
"@eslint/eslintrc" "^3.3.0"
|
4381
|
+
"@eslint/js" "^9.21.0"
|
4387
4382
|
"@stylistic/eslint-plugin" "^3.1.0"
|
4388
4383
|
"@typescript-eslint/eslint-plugin" "^8"
|
4389
4384
|
"@typescript-eslint/parser" "^8"
|
@@ -4615,12 +4610,12 @@ eslint-plugin-prettier@^5.2.3:
|
|
4615
4610
|
prettier-linter-helpers "^1.0.0"
|
4616
4611
|
synckit "^0.9.1"
|
4617
4612
|
|
4618
|
-
eslint-plugin-sf-plugin@^1.20.
|
4619
|
-
version "1.20.
|
4620
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4621
|
-
integrity sha512-
|
4613
|
+
eslint-plugin-sf-plugin@^1.20.15:
|
4614
|
+
version "1.20.15"
|
4615
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz#01ccf535b98719b60fd206778a1d507420396547"
|
4616
|
+
integrity sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==
|
4622
4617
|
dependencies:
|
4623
|
-
"@salesforce/core" "^8.8.
|
4618
|
+
"@salesforce/core" "^8.8.3"
|
4624
4619
|
"@typescript-eslint/utils" "^7.18.0"
|
4625
4620
|
|
4626
4621
|
eslint-plugin-unicorn@^48.0.1:
|
@@ -4965,6 +4960,13 @@ fast-xml-parser@^4.5.1:
|
|
4965
4960
|
dependencies:
|
4966
4961
|
strnum "^1.0.5"
|
4967
4962
|
|
4963
|
+
fast-xml-parser@^5.0.6:
|
4964
|
+
version "5.0.6"
|
4965
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.0.6.tgz#3531c630ea334bd67b91f236117fbf439a19b21f"
|
4966
|
+
integrity sha512-5zIl0jWsewL5LdneswG6aJXx1YH1FXQ02UVIe/CZI3wXhI3SqP62bjcIYRNOgU43/MnN1t/MCpH6UoOtBrDNug==
|
4967
|
+
dependencies:
|
4968
|
+
strnum "^2.0.4"
|
4969
|
+
|
4968
4970
|
fastest-levenshtein@^1.0.7:
|
4969
4971
|
version "1.0.16"
|
4970
4972
|
resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5"
|
@@ -6721,16 +6723,16 @@ marked-terminal@^7.3.0:
|
|
6721
6723
|
node-emoji "^2.2.0"
|
6722
6724
|
supports-hyperlinks "^3.1.0"
|
6723
6725
|
|
6724
|
-
marked@^12.0.2:
|
6725
|
-
version "12.0.2"
|
6726
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.2.tgz#b31578fe608b599944c69807b00f18edab84647e"
|
6727
|
-
integrity sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==
|
6728
|
-
|
6729
6726
|
marked@^13.0.0:
|
6730
6727
|
version "13.0.3"
|
6731
6728
|
resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
|
6732
6729
|
integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
|
6733
6730
|
|
6731
|
+
marked@^15.0.7:
|
6732
|
+
version "15.0.7"
|
6733
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.7.tgz#f67d7e34d202ce087e6b879107b5efb04e743314"
|
6734
|
+
integrity sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==
|
6735
|
+
|
6734
6736
|
math-intrinsics@^1.1.0:
|
6735
6737
|
version "1.1.0"
|
6736
6738
|
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
|
@@ -7189,17 +7191,17 @@ object.values@^1.2.0:
|
|
7189
7191
|
define-properties "^1.2.1"
|
7190
7192
|
es-object-atoms "^1.0.0"
|
7191
7193
|
|
7192
|
-
oclif@^4.17.
|
7193
|
-
version "4.17.
|
7194
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.
|
7195
|
-
integrity sha512-
|
7194
|
+
oclif@^4.17.31:
|
7195
|
+
version "4.17.31"
|
7196
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.31.tgz#7fbb070a38271c419c3b6290bf4db36ede1ed022"
|
7197
|
+
integrity sha512-V58OPd6f9GBndCGC4jAEFEl3zJitsjEns+B/GabpqvJ2ZEIj6swOzsJB4U+quSKVizDtVywJ1hCwgYygOjo4Eg==
|
7196
7198
|
dependencies:
|
7197
7199
|
"@aws-sdk/client-cloudfront" "^3.749.0"
|
7198
7200
|
"@aws-sdk/client-s3" "^3.749.0"
|
7199
7201
|
"@inquirer/confirm" "^3.1.22"
|
7200
7202
|
"@inquirer/input" "^2.2.4"
|
7201
7203
|
"@inquirer/select" "^2.5.0"
|
7202
|
-
"@oclif/core" "^4.2.
|
7204
|
+
"@oclif/core" "^4.2.8"
|
7203
7205
|
"@oclif/plugin-help" "^6.2.25"
|
7204
7206
|
"@oclif/plugin-not-found" "^3.2.32"
|
7205
7207
|
"@oclif/plugin-warn-if-update-available" "^3.1.31"
|
@@ -7634,10 +7636,10 @@ prettier@^2.8.8:
|
|
7634
7636
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
|
7635
7637
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
7636
7638
|
|
7637
|
-
prettier@^3.5.
|
7638
|
-
version "3.5.
|
7639
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.
|
7640
|
-
integrity sha512-
|
7639
|
+
prettier@^3.5.2:
|
7640
|
+
version "3.5.2"
|
7641
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.2.tgz#d066c6053200da0234bf8fa1ef45168abed8b914"
|
7642
|
+
integrity sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==
|
7641
7643
|
|
7642
7644
|
pretty-quick@^3.3.1:
|
7643
7645
|
version "3.3.1"
|
@@ -8630,6 +8632,11 @@ strnum@^1.0.5:
|
|
8630
8632
|
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
|
8631
8633
|
integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
|
8632
8634
|
|
8635
|
+
strnum@^2.0.4:
|
8636
|
+
version "2.0.4"
|
8637
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.0.4.tgz#7b2ace8a55d8c92a41c2d339ddb1bc306f337820"
|
8638
|
+
integrity sha512-qrXhLMohxtEPKMlajtNaOp5zvAQUo6L3fNcdiJKzWH98kGfklqGwmxhFjM7DzxsuoVM7rJeiYr+lEcu4Jlu9UQ==
|
8639
|
+
|
8633
8640
|
supports-color@^5.3.0, supports-color@^5.4.0:
|
8634
8641
|
version "5.5.0"
|
8635
8642
|
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
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.6.
|
4
|
+
"version": "3.6.57",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
8
8
|
"dependencies": {
|
9
|
-
"@jayree/changelog": "^1.2.
|
9
|
+
"@jayree/changelog": "^1.2.6",
|
10
10
|
"@oclif/core": "^4.2.6",
|
11
11
|
"@salesforce/core": "^8.8.3",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
@@ -15,14 +15,14 @@
|
|
15
15
|
"@salesforce/source-tracking": "7.3.16",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
18
|
-
"fast-xml-parser": "^
|
18
|
+
"fast-xml-parser": "^5.0.6",
|
19
19
|
"fs-extra": "^11.3.0",
|
20
20
|
"graceful-fs": "^4.2.11",
|
21
21
|
"isomorphic-git": "1.29.0"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
25
|
-
"@oclif/plugin-help": "^6.2.
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.2.36",
|
25
|
+
"@oclif/plugin-help": "^6.2.26",
|
26
26
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
27
27
|
"@salesforce/dev-scripts": "^10.2.11",
|
28
28
|
"@salesforce/ts-sinon": "^1.4.30",
|
@@ -32,10 +32,10 @@
|
|
32
32
|
"c8": "^10.1.3",
|
33
33
|
"eslint-config-oclif": "^6.0",
|
34
34
|
"eslint-plugin-prettier": "^5.2.3",
|
35
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
36
|
-
"oclif": "^4.17.
|
35
|
+
"eslint-plugin-sf-plugin": "^1.20.15",
|
36
|
+
"oclif": "^4.17.31",
|
37
37
|
"patch-package": "^8.0.0",
|
38
|
-
"prettier": "^3.5.
|
38
|
+
"prettier": "^3.5.2",
|
39
39
|
"pretty-quick": "^4.0.0",
|
40
40
|
"ts-node": "^10.9.2",
|
41
41
|
"typescript": "^5.7.3"
|