@jayree/sfdx-plugin-manifest 3.6.54 → 3.6.56
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 +51 -60
- package/oclif.lock +53 -58
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.56",
|
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.56",
|
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
|
-
"@salesforce/core": "^8.8.
|
14
|
+
"@salesforce/core": "^8.8.3",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.1.4",
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.15.0",
|
@@ -24,8 +24,8 @@
|
|
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,8 +35,8 @@
|
|
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
41
|
"prettier": "^3.5.1",
|
42
42
|
"pretty-quick": "^4.0.0",
|
@@ -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"
|
@@ -3284,9 +3284,9 @@
|
|
3284
3284
|
}
|
3285
3285
|
},
|
3286
3286
|
"node_modules/@jsforce/jsforce-node": {
|
3287
|
-
"version": "3.6.
|
3288
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.
|
3289
|
-
"integrity": "sha512-
|
3287
|
+
"version": "3.6.5",
|
3288
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.5.tgz",
|
3289
|
+
"integrity": "sha512-XqYOCgqET9XYhwI3wmrg4oMRzKkTqy0ua8aopMQRMGT2QVuq2IBfRTSrfoMa129lqJvNy7XXA4ntXQJkKI/VqQ==",
|
3290
3290
|
"license": "MIT",
|
3291
3291
|
"dependencies": {
|
3292
3292
|
"@sindresorhus/is": "^4",
|
@@ -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": {
|
@@ -3897,12 +3888,12 @@
|
|
3897
3888
|
}
|
3898
3889
|
},
|
3899
3890
|
"node_modules/@salesforce/core": {
|
3900
|
-
"version": "8.8.
|
3901
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.
|
3902
|
-
"integrity": "sha512-
|
3891
|
+
"version": "8.8.3",
|
3892
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.3.tgz",
|
3893
|
+
"integrity": "sha512-2yzDs+qGIFCeUtXcB6rOCZbBftqFH3492CfAlP1KSK8xY16wH38SAvW0RsuepetA2UBOZhwx7R4uyHKDn26Png==",
|
3903
3894
|
"license": "BSD-3-Clause",
|
3904
3895
|
"dependencies": {
|
3905
|
-
"@jsforce/jsforce-node": "^3.6.
|
3896
|
+
"@jsforce/jsforce-node": "^3.6.5",
|
3906
3897
|
"@salesforce/kit": "^3.2.2",
|
3907
3898
|
"@salesforce/schemas": "^1.9.0",
|
3908
3899
|
"@salesforce/ts-types": "^2.0.10",
|
@@ -6270,9 +6261,9 @@
|
|
6270
6261
|
}
|
6271
6262
|
},
|
6272
6263
|
"node_modules/ansis": {
|
6273
|
-
"version": "3.
|
6274
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.
|
6275
|
-
"integrity": "sha512-
|
6264
|
+
"version": "3.16.0",
|
6265
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.16.0.tgz",
|
6266
|
+
"integrity": "sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==",
|
6276
6267
|
"license": "ISC",
|
6277
6268
|
"engines": {
|
6278
6269
|
"node": ">=14"
|
@@ -8962,15 +8953,15 @@
|
|
8962
8953
|
}
|
8963
8954
|
},
|
8964
8955
|
"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-
|
8956
|
+
"version": "6.0.19",
|
8957
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.19.tgz",
|
8958
|
+
"integrity": "sha512-5gI+wZA3RNdyroiUI+ICQr3RfHtbzHVpslHG+cBzTZgK+fpOGRdlis5RKdldu9HRnlvsocimQ5qZtVcAGobRGw==",
|
8968
8959
|
"dev": true,
|
8969
8960
|
"license": "MIT",
|
8970
8961
|
"dependencies": {
|
8971
8962
|
"@eslint/compat": "^1.2.6",
|
8972
|
-
"@eslint/eslintrc": "^3.
|
8973
|
-
"@eslint/js": "^9.
|
8963
|
+
"@eslint/eslintrc": "^3.3.0",
|
8964
|
+
"@eslint/js": "^9.21.0",
|
8974
8965
|
"@stylistic/eslint-plugin": "^3.1.0",
|
8975
8966
|
"@typescript-eslint/eslint-plugin": "^8",
|
8976
8967
|
"@typescript-eslint/parser": "^8",
|
@@ -9001,9 +8992,9 @@
|
|
9001
8992
|
}
|
9002
8993
|
},
|
9003
8994
|
"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-
|
8995
|
+
"version": "3.3.0",
|
8996
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.0.tgz",
|
8997
|
+
"integrity": "sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==",
|
9007
8998
|
"dev": true,
|
9008
8999
|
"license": "MIT",
|
9009
9000
|
"dependencies": {
|
@@ -9994,13 +9985,13 @@
|
|
9994
9985
|
}
|
9995
9986
|
},
|
9996
9987
|
"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-
|
9988
|
+
"version": "1.20.15",
|
9989
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz",
|
9990
|
+
"integrity": "sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==",
|
10000
9991
|
"dev": true,
|
10001
9992
|
"license": "BSD-3-Clause",
|
10002
9993
|
"dependencies": {
|
10003
|
-
"@salesforce/core": "^8.8.
|
9994
|
+
"@salesforce/core": "^8.8.3",
|
10004
9995
|
"@typescript-eslint/utils": "^7.18.0"
|
10005
9996
|
},
|
10006
9997
|
"engines": {
|
@@ -13610,9 +13601,9 @@
|
|
13610
13601
|
}
|
13611
13602
|
},
|
13612
13603
|
"node_modules/marked": {
|
13613
|
-
"version": "
|
13614
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-
|
13615
|
-
"integrity": "sha512-
|
13604
|
+
"version": "15.0.7",
|
13605
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz",
|
13606
|
+
"integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==",
|
13616
13607
|
"license": "MIT",
|
13617
13608
|
"bin": {
|
13618
13609
|
"marked": "bin/marked.js"
|
@@ -14618,9 +14609,9 @@
|
|
14618
14609
|
}
|
14619
14610
|
},
|
14620
14611
|
"node_modules/oclif": {
|
14621
|
-
"version": "4.17.
|
14622
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.
|
14623
|
-
"integrity": "sha512-
|
14612
|
+
"version": "4.17.31",
|
14613
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.31.tgz",
|
14614
|
+
"integrity": "sha512-V58OPd6f9GBndCGC4jAEFEl3zJitsjEns+B/GabpqvJ2ZEIj6swOzsJB4U+quSKVizDtVywJ1hCwgYygOjo4Eg==",
|
14624
14615
|
"dev": true,
|
14625
14616
|
"license": "MIT",
|
14626
14617
|
"dependencies": {
|
@@ -14629,7 +14620,7 @@
|
|
14629
14620
|
"@inquirer/confirm": "^3.1.22",
|
14630
14621
|
"@inquirer/input": "^2.2.4",
|
14631
14622
|
"@inquirer/select": "^2.5.0",
|
14632
|
-
"@oclif/core": "^4.2.
|
14623
|
+
"@oclif/core": "^4.2.8",
|
14633
14624
|
"@oclif/plugin-help": "^6.2.25",
|
14634
14625
|
"@oclif/plugin-not-found": "^3.2.32",
|
14635
14626
|
"@oclif/plugin-warn-if-update-available": "^3.1.31",
|
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"
|
@@ -1421,10 +1421,10 @@
|
|
1421
1421
|
"@jridgewell/resolve-uri" "^3.1.0"
|
1422
1422
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
1423
1423
|
|
1424
|
-
"@jsforce/jsforce-node@^3.6.
|
1425
|
-
version "3.6.
|
1426
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.
|
1427
|
-
integrity sha512-
|
1424
|
+
"@jsforce/jsforce-node@^3.6.5":
|
1425
|
+
version "3.6.5"
|
1426
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.5.tgz#d8a4097b46348b6b5001da66d616b3e9c7efb59f"
|
1427
|
+
integrity sha512-XqYOCgqET9XYhwI3wmrg4oMRzKkTqy0ua8aopMQRMGT2QVuq2IBfRTSrfoMa129lqJvNy7XXA4ntXQJkKI/VqQ==
|
1428
1428
|
dependencies:
|
1429
1429
|
"@sindresorhus/is" "^4"
|
1430
1430
|
base64url "^3.0.1"
|
@@ -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
|
|
@@ -1598,12 +1598,12 @@
|
|
1598
1598
|
strip-ansi "6.0.1"
|
1599
1599
|
ts-retry-promise "^0.8.1"
|
1600
1600
|
|
1601
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2":
|
1602
|
-
version "8.8.
|
1603
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.
|
1604
|
-
integrity sha512-
|
1601
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2", "@salesforce/core@^8.8.3":
|
1602
|
+
version "8.8.3"
|
1603
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.3.tgz#a764f1cf5f07b0a57d68c80d0d0a94bc95a7c97a"
|
1604
|
+
integrity sha512-2yzDs+qGIFCeUtXcB6rOCZbBftqFH3492CfAlP1KSK8xY16wH38SAvW0RsuepetA2UBOZhwx7R4uyHKDn26Png==
|
1605
1605
|
dependencies:
|
1606
|
-
"@jsforce/jsforce-node" "^3.6.
|
1606
|
+
"@jsforce/jsforce-node" "^3.6.5"
|
1607
1607
|
"@salesforce/kit" "^3.2.2"
|
1608
1608
|
"@salesforce/schemas" "^1.9.0"
|
1609
1609
|
"@salesforce/ts-types" "^2.0.10"
|
@@ -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:
|
@@ -6721,16 +6716,16 @@ marked-terminal@^7.3.0:
|
|
6721
6716
|
node-emoji "^2.2.0"
|
6722
6717
|
supports-hyperlinks "^3.1.0"
|
6723
6718
|
|
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
6719
|
marked@^13.0.0:
|
6730
6720
|
version "13.0.3"
|
6731
6721
|
resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
|
6732
6722
|
integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
|
6733
6723
|
|
6724
|
+
marked@^15.0.7:
|
6725
|
+
version "15.0.7"
|
6726
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.7.tgz#f67d7e34d202ce087e6b879107b5efb04e743314"
|
6727
|
+
integrity sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==
|
6728
|
+
|
6734
6729
|
math-intrinsics@^1.1.0:
|
6735
6730
|
version "1.1.0"
|
6736
6731
|
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
|
@@ -7189,17 +7184,17 @@ object.values@^1.2.0:
|
|
7189
7184
|
define-properties "^1.2.1"
|
7190
7185
|
es-object-atoms "^1.0.0"
|
7191
7186
|
|
7192
|
-
oclif@^4.17.
|
7193
|
-
version "4.17.
|
7194
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.
|
7195
|
-
integrity sha512-
|
7187
|
+
oclif@^4.17.31:
|
7188
|
+
version "4.17.31"
|
7189
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.31.tgz#7fbb070a38271c419c3b6290bf4db36ede1ed022"
|
7190
|
+
integrity sha512-V58OPd6f9GBndCGC4jAEFEl3zJitsjEns+B/GabpqvJ2ZEIj6swOzsJB4U+quSKVizDtVywJ1hCwgYygOjo4Eg==
|
7196
7191
|
dependencies:
|
7197
7192
|
"@aws-sdk/client-cloudfront" "^3.749.0"
|
7198
7193
|
"@aws-sdk/client-s3" "^3.749.0"
|
7199
7194
|
"@inquirer/confirm" "^3.1.22"
|
7200
7195
|
"@inquirer/input" "^2.2.4"
|
7201
7196
|
"@inquirer/select" "^2.5.0"
|
7202
|
-
"@oclif/core" "^4.2.
|
7197
|
+
"@oclif/core" "^4.2.8"
|
7203
7198
|
"@oclif/plugin-help" "^6.2.25"
|
7204
7199
|
"@oclif/plugin-not-found" "^3.2.32"
|
7205
7200
|
"@oclif/plugin-warn-if-update-available" "^3.1.31"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
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.56",
|
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
|
-
"@salesforce/core": "^8.8.
|
11
|
+
"@salesforce/core": "^8.8.3",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.1.4",
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.15.0",
|
@@ -21,8 +21,8 @@
|
|
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,8 +32,8 @@
|
|
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
38
|
"prettier": "^3.5.1",
|
39
39
|
"pretty-quick": "^4.0.0",
|