@jayree/sfdx-plugin-manifest 5.0.69 → 5.0.70
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 +7 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +23 -10
- package/oclif.lock +15 -9
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [5.0.70](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.69...5.0.70) (2026-04-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump fast-xml-parser from 5.5.12 to 5.7.1 ([#2200](https://github.com/jayree/sfdx-plugin-manifest/issues/2200)) ([d0bc5da](https://github.com/jayree/sfdx-plugin-manifest/commit/d0bc5da35182ab937f772ff880dbf21d75765bc3))
|
|
7
|
+
|
|
1
8
|
## [5.0.69](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.68...5.0.69) (2026-04-19)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ EXAMPLES
|
|
|
112
112
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.70/src/commands/jayree/manifest/cleanup.ts)_
|
|
116
116
|
|
|
117
117
|
### `sf jayree manifest generate`
|
|
118
118
|
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
|
150
150
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.70/src/commands/jayree/manifest/generate.ts)_
|
|
154
154
|
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
156
156
|
|
|
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
|
|
|
230
230
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
231
231
|
```
|
|
232
232
|
|
|
233
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.70/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.70",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.70",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.29",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@salesforce/source-tracking": "7.8.12",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
|
-
"fast-xml-parser": "^5.
|
|
21
|
+
"fast-xml-parser": "^5.7.1",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
24
|
"isomorphic-git": "1.37.5"
|
|
@@ -5342,6 +5342,18 @@
|
|
|
5342
5342
|
"tslib": "2"
|
|
5343
5343
|
}
|
|
5344
5344
|
},
|
|
5345
|
+
"node_modules/@nodable/entities": {
|
|
5346
|
+
"version": "2.1.0",
|
|
5347
|
+
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
|
|
5348
|
+
"integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
|
|
5349
|
+
"funding": [
|
|
5350
|
+
{
|
|
5351
|
+
"type": "github",
|
|
5352
|
+
"url": "https://github.com/sponsors/nodable"
|
|
5353
|
+
}
|
|
5354
|
+
],
|
|
5355
|
+
"license": "MIT"
|
|
5356
|
+
},
|
|
5345
5357
|
"node_modules/@nodelib/fs.scandir": {
|
|
5346
5358
|
"version": "2.1.5",
|
|
5347
5359
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
@@ -13202,9 +13214,9 @@
|
|
|
13202
13214
|
"license": "BSD-3-Clause"
|
|
13203
13215
|
},
|
|
13204
13216
|
"node_modules/fast-xml-builder": {
|
|
13205
|
-
"version": "1.1.
|
|
13206
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.
|
|
13207
|
-
"integrity": "sha512-
|
|
13217
|
+
"version": "1.1.5",
|
|
13218
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz",
|
|
13219
|
+
"integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==",
|
|
13208
13220
|
"funding": [
|
|
13209
13221
|
{
|
|
13210
13222
|
"type": "github",
|
|
@@ -13217,9 +13229,9 @@
|
|
|
13217
13229
|
}
|
|
13218
13230
|
},
|
|
13219
13231
|
"node_modules/fast-xml-parser": {
|
|
13220
|
-
"version": "5.
|
|
13221
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
13222
|
-
"integrity": "sha512-
|
|
13232
|
+
"version": "5.7.1",
|
|
13233
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz",
|
|
13234
|
+
"integrity": "sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==",
|
|
13223
13235
|
"funding": [
|
|
13224
13236
|
{
|
|
13225
13237
|
"type": "github",
|
|
@@ -13228,7 +13240,8 @@
|
|
|
13228
13240
|
],
|
|
13229
13241
|
"license": "MIT",
|
|
13230
13242
|
"dependencies": {
|
|
13231
|
-
"
|
|
13243
|
+
"@nodable/entities": "^2.1.0",
|
|
13244
|
+
"fast-xml-builder": "^1.1.5",
|
|
13232
13245
|
"path-expression-matcher": "^1.5.0",
|
|
13233
13246
|
"strnum": "^2.2.3"
|
|
13234
13247
|
},
|
package/oclif.lock
CHANGED
|
@@ -1716,6 +1716,11 @@
|
|
|
1716
1716
|
"@emnapi/runtime" "^1.4.3"
|
|
1717
1717
|
"@tybys/wasm-util" "^0.10.0"
|
|
1718
1718
|
|
|
1719
|
+
"@nodable/entities@^2.1.0":
|
|
1720
|
+
version "2.1.0"
|
|
1721
|
+
resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.0.tgz#f543e5c6446720d4cf9e498a83019dd159973bc2"
|
|
1722
|
+
integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==
|
|
1723
|
+
|
|
1719
1724
|
"@nodelib/fs.scandir@2.1.5":
|
|
1720
1725
|
version "2.1.5"
|
|
1721
1726
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
@@ -5540,10 +5545,10 @@ fast-uri@^3.0.1:
|
|
|
5540
5545
|
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa"
|
|
5541
5546
|
integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
|
|
5542
5547
|
|
|
5543
|
-
fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4:
|
|
5544
|
-
version "1.1.
|
|
5545
|
-
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.
|
|
5546
|
-
integrity sha512-
|
|
5548
|
+
fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
|
|
5549
|
+
version "1.1.5"
|
|
5550
|
+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz#50188e1452a5fa095f415d3e63dcac0a1dbcbf11"
|
|
5551
|
+
integrity sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==
|
|
5547
5552
|
dependencies:
|
|
5548
5553
|
path-expression-matcher "^1.1.3"
|
|
5549
5554
|
|
|
@@ -5564,12 +5569,13 @@ fast-xml-parser@5.5.8:
|
|
|
5564
5569
|
path-expression-matcher "^1.2.0"
|
|
5565
5570
|
strnum "^2.2.0"
|
|
5566
5571
|
|
|
5567
|
-
fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.
|
|
5568
|
-
version "5.
|
|
5569
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.
|
|
5570
|
-
integrity sha512-
|
|
5572
|
+
fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.1:
|
|
5573
|
+
version "5.7.1"
|
|
5574
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz#17697550bdd2a0a0d47cdc4b456c009c4cbe8a06"
|
|
5575
|
+
integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==
|
|
5571
5576
|
dependencies:
|
|
5572
|
-
|
|
5577
|
+
"@nodable/entities" "^2.1.0"
|
|
5578
|
+
fast-xml-builder "^1.1.5"
|
|
5573
5579
|
path-expression-matcher "^1.5.0"
|
|
5574
5580
|
strnum "^2.2.3"
|
|
5575
5581
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
3
|
"description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.70",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@salesforce/source-tracking": "7.8.12",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
|
-
"fast-xml-parser": "^5.
|
|
18
|
+
"fast-xml-parser": "^5.7.1",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
21
|
"isomorphic-git": "1.37.5"
|