@jayree/sfdx-plugin-manifest 5.0.89 → 5.0.90
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 +9 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +10 -10
- package/oclif.lock +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [5.0.90](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.89...5.0.90) (2026-05-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **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))
|
|
7
|
+
* **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))
|
|
8
|
+
* **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))
|
|
9
|
+
|
|
1
10
|
## [5.0.89](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.88...5.0.89) (2026-05-08)
|
|
2
11
|
|
|
3
12
|
|
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.90/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.90/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.90/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.90",
|
|
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.90",
|
|
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",
|
|
@@ -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",
|
|
@@ -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"
|
|
@@ -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.90",
|
|
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",
|