@jayree/sfdx-plugin-manifest 5.0.89 → 5.0.91
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 +20 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +15 -15
- package/oclif.lock +15 -15
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## [5.0.91](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.90...5.0.91) (2026-05-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump fast-xml-parser from 5.7.2 to 5.7.3 ([#2231](https://github.com/jayree/sfdx-plugin-manifest/issues/2231)) ([f904332](https://github.com/jayree/sfdx-plugin-manifest/commit/f9043326ec08c75c63aa863aafbca78763465feb))
|
|
7
|
+
* fix: alwaysCreateTextNode should create text node when attributes are present for self closing node
|
|
8
|
+
* fix stop node expression when ns prefix is removed (found by [iruizsalinas](https://github.com/iruizsalinas))
|
|
9
|
+
* update XML Builder to 1.1.7
|
|
10
|
+
* mark addEntity deprecated
|
|
11
|
+
|
|
12
|
+
## [5.0.90](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.89...5.0.90) (2026-05-08)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **deps:** bump @jayree/changelog from 1.2.31 to 1.2.32 ([#2229](https://github.com/jayree/sfdx-plugin-manifest/issues/2229)) ([af8c8d7](https://github.com/jayree/sfdx-plugin-manifest/commit/af8c8d7a4efac2cbcb147c3e106506a914c89e92))
|
|
18
|
+
* **deps:** bump fast-uri from 3.0.1 to 3.1.2 ([#978](https://github.com/jayree/changelog/issues/978)) ([57e02d7](https://github.com/jayree/changelog/commit/57e02d76f6d73733c1669fd5f9b2bdce0d206d84))
|
|
19
|
+
* **deps:** bump fs-extra from 11.3.4 to 11.3.5 ([#975](https://github.com/jayree/changelog/issues/975)) ([ecf4114](https://github.com/jayree/changelog/commit/ecf4114bd390f0d1c87e47298df19c05ce656a99))
|
|
20
|
+
|
|
1
21
|
## [5.0.89](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.88...5.0.89) (2026-05-08)
|
|
2
22
|
|
|
3
23
|
|
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.91/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.91/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.91/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.91",
|
|
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.91",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/changelog": "^1.2.
|
|
12
|
+
"@jayree/changelog": "^1.2.32",
|
|
13
13
|
"@oclif/core": "^4.11.1",
|
|
14
14
|
"@salesforce/core": "^8.29.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@salesforce/source-tracking": "7.8.14",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
|
-
"fast-xml-parser": "^5.7.
|
|
21
|
+
"fast-xml-parser": "^5.7.3",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
24
|
"isomorphic-git": "1.37.6"
|
|
@@ -5113,13 +5113,13 @@
|
|
|
5113
5113
|
}
|
|
5114
5114
|
},
|
|
5115
5115
|
"node_modules/@jayree/changelog": {
|
|
5116
|
-
"version": "1.2.
|
|
5117
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
5118
|
-
"integrity": "sha512-
|
|
5116
|
+
"version": "1.2.32",
|
|
5117
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.32.tgz",
|
|
5118
|
+
"integrity": "sha512-JhuaaMTHWVw8uWbwArIUvaeP/d/nVOQNkbXPLoLUttk6+oVxPVhDT7LrgpF88LDXghIlwiYrFjs6LrWQlvFAxQ==",
|
|
5119
5119
|
"license": "BSD-3-Clause",
|
|
5120
5120
|
"dependencies": {
|
|
5121
5121
|
"debug": "^4.4.1",
|
|
5122
|
-
"fs-extra": "^11.3.
|
|
5122
|
+
"fs-extra": "^11.3.5",
|
|
5123
5123
|
"marked": "^18.0.3",
|
|
5124
5124
|
"marked-terminal": "^7.3.0",
|
|
5125
5125
|
"semver": "^7.7.4",
|
|
@@ -13373,9 +13373,9 @@
|
|
|
13373
13373
|
}
|
|
13374
13374
|
},
|
|
13375
13375
|
"node_modules/fast-xml-parser": {
|
|
13376
|
-
"version": "5.7.
|
|
13377
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.
|
|
13378
|
-
"integrity": "sha512-
|
|
13376
|
+
"version": "5.7.3",
|
|
13377
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz",
|
|
13378
|
+
"integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==",
|
|
13379
13379
|
"funding": [
|
|
13380
13380
|
{
|
|
13381
13381
|
"type": "github",
|
|
@@ -13385,7 +13385,7 @@
|
|
|
13385
13385
|
"license": "MIT",
|
|
13386
13386
|
"dependencies": {
|
|
13387
13387
|
"@nodable/entities": "^2.1.0",
|
|
13388
|
-
"fast-xml-builder": "^1.1.
|
|
13388
|
+
"fast-xml-builder": "^1.1.7",
|
|
13389
13389
|
"path-expression-matcher": "^1.5.0",
|
|
13390
13390
|
"strnum": "^2.2.3"
|
|
13391
13391
|
},
|
|
@@ -13672,9 +13672,9 @@
|
|
|
13672
13672
|
"license": "MIT"
|
|
13673
13673
|
},
|
|
13674
13674
|
"node_modules/fs-extra": {
|
|
13675
|
-
"version": "11.3.
|
|
13676
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.
|
|
13677
|
-
"integrity": "sha512-
|
|
13675
|
+
"version": "11.3.5",
|
|
13676
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz",
|
|
13677
|
+
"integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==",
|
|
13678
13678
|
"license": "MIT",
|
|
13679
13679
|
"dependencies": {
|
|
13680
13680
|
"graceful-fs": "^4.2.0",
|
package/oclif.lock
CHANGED
|
@@ -1628,13 +1628,13 @@
|
|
|
1628
1628
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
1629
1629
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1630
1630
|
|
|
1631
|
-
"@jayree/changelog@^1.2.
|
|
1632
|
-
version "1.2.
|
|
1633
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.
|
|
1634
|
-
integrity sha512-
|
|
1631
|
+
"@jayree/changelog@^1.2.32":
|
|
1632
|
+
version "1.2.32"
|
|
1633
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.32.tgz#e8ea532c7bb1ad2084518ff77c67436396afd8ed"
|
|
1634
|
+
integrity sha512-JhuaaMTHWVw8uWbwArIUvaeP/d/nVOQNkbXPLoLUttk6+oVxPVhDT7LrgpF88LDXghIlwiYrFjs6LrWQlvFAxQ==
|
|
1635
1635
|
dependencies:
|
|
1636
1636
|
debug "^4.4.1"
|
|
1637
|
-
fs-extra "^11.3.
|
|
1637
|
+
fs-extra "^11.3.5"
|
|
1638
1638
|
marked "^18.0.3"
|
|
1639
1639
|
marked-terminal "^7.3.0"
|
|
1640
1640
|
semver "^7.7.4"
|
|
@@ -5601,7 +5601,7 @@ fast-wrap-ansi@^0.2.0:
|
|
|
5601
5601
|
dependencies:
|
|
5602
5602
|
fast-string-width "^3.0.2"
|
|
5603
5603
|
|
|
5604
|
-
fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.
|
|
5604
|
+
fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.7:
|
|
5605
5605
|
version "1.2.0"
|
|
5606
5606
|
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c"
|
|
5607
5607
|
integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==
|
|
@@ -5626,13 +5626,13 @@ fast-xml-parser@5.5.8:
|
|
|
5626
5626
|
path-expression-matcher "^1.2.0"
|
|
5627
5627
|
strnum "^2.2.0"
|
|
5628
5628
|
|
|
5629
|
-
fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.
|
|
5630
|
-
version "5.7.
|
|
5631
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.
|
|
5632
|
-
integrity sha512-
|
|
5629
|
+
fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.2, fast-xml-parser@^5.7.3:
|
|
5630
|
+
version "5.7.3"
|
|
5631
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz#309b04b08d835defc62ab657a0bb340c0e0fbe6a"
|
|
5632
|
+
integrity sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==
|
|
5633
5633
|
dependencies:
|
|
5634
5634
|
"@nodable/entities" "^2.1.0"
|
|
5635
|
-
fast-xml-builder "^1.1.
|
|
5635
|
+
fast-xml-builder "^1.1.7"
|
|
5636
5636
|
path-expression-matcher "^1.5.0"
|
|
5637
5637
|
strnum "^2.2.3"
|
|
5638
5638
|
|
|
@@ -5797,10 +5797,10 @@ fs-extra@^10.0.0:
|
|
|
5797
5797
|
jsonfile "^6.0.1"
|
|
5798
5798
|
universalify "^2.0.0"
|
|
5799
5799
|
|
|
5800
|
-
fs-extra@^11.0.0, fs-extra@^11.3.4:
|
|
5801
|
-
version "11.3.
|
|
5802
|
-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.
|
|
5803
|
-
integrity sha512-
|
|
5800
|
+
fs-extra@^11.0.0, fs-extra@^11.3.4, fs-extra@^11.3.5:
|
|
5801
|
+
version "11.3.5"
|
|
5802
|
+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.5.tgz#07a44eff40bea53e719909a532f91a23bf0769ff"
|
|
5803
|
+
integrity sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==
|
|
5804
5804
|
dependencies:
|
|
5805
5805
|
graceful-fs "^4.2.0"
|
|
5806
5806
|
jsonfile "^6.0.1"
|
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 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.91",
|
|
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.32",
|
|
10
10
|
"@oclif/core": "^4.11.1",
|
|
11
11
|
"@salesforce/core": "^8.29.0",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@salesforce/source-tracking": "7.8.14",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
|
-
"fast-xml-parser": "^5.7.
|
|
18
|
+
"fast-xml-parser": "^5.7.3",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
21
|
"isomorphic-git": "1.37.6"
|