@jayree/sfdx-plugin-manifest 5.0.73 → 5.0.75
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 +16 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +11 -11
- package/oclif.lock +10 -10
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [5.0.75](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.74...5.0.75) (2026-04-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.10.5 to 4.10.6 ([#2205](https://github.com/jayree/sfdx-plugin-manifest/issues/2205)) ([c7310ca](https://github.com/jayree/sfdx-plugin-manifest/commit/c7310ca20384bc077656d9d9700bf2847e7a81f7))
|
|
7
|
+
* **deps:** bump postcss from 8.4.31 to 8.5.10 ([9b29ad4](https://github.com/oclif/core/commit/9b29ad4aa919ec483b47b3f7086c3ee5a75848b3))
|
|
8
|
+
|
|
9
|
+
## [5.0.74](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.73...5.0.74) (2026-04-26)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump @jayree/changelog from 1.2.29 to 1.2.30 ([#2208](https://github.com/jayree/sfdx-plugin-manifest/issues/2208)) ([bbceb4b](https://github.com/jayree/sfdx-plugin-manifest/commit/bbceb4b90c6ac5be3aa0526fe62488bea7d6d2e0))
|
|
15
|
+
* **deps:** bump marked from 18.0.0 to 18.0.2 ([#963](https://github.com/jayree/changelog/issues/963)) ([b5d3594](https://github.com/jayree/changelog/commit/b5d35942edd74a0d93588cb9349a54d3e52f4699))
|
|
16
|
+
|
|
1
17
|
## [5.0.73](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.72...5.0.73) (2026-04-26)
|
|
2
18
|
|
|
3
19
|
|
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.75/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.75/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.75/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.75",
|
|
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.75",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/changelog": "^1.2.
|
|
13
|
-
"@oclif/core": "^4.10.
|
|
12
|
+
"@jayree/changelog": "^1.2.30",
|
|
13
|
+
"@oclif/core": "^4.10.6",
|
|
14
14
|
"@salesforce/core": "^8.28.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -5116,14 +5116,14 @@
|
|
|
5116
5116
|
}
|
|
5117
5117
|
},
|
|
5118
5118
|
"node_modules/@jayree/changelog": {
|
|
5119
|
-
"version": "1.2.
|
|
5120
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
5121
|
-
"integrity": "sha512-
|
|
5119
|
+
"version": "1.2.30",
|
|
5120
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.30.tgz",
|
|
5121
|
+
"integrity": "sha512-ZYT/1xgwMdvfU6ByGuonfcrvpJnDmCZCzUuAzsMv7FQXOqlPJpi/21A5o2stOY3VWMgiV//qOr7AUgLUit1LFg==",
|
|
5122
5122
|
"license": "BSD-3-Clause",
|
|
5123
5123
|
"dependencies": {
|
|
5124
5124
|
"debug": "^4.4.1",
|
|
5125
5125
|
"fs-extra": "^11.3.4",
|
|
5126
|
-
"marked": "^18.0.
|
|
5126
|
+
"marked": "^18.0.2",
|
|
5127
5127
|
"marked-terminal": "^7.3.0",
|
|
5128
5128
|
"semver": "^7.7.4",
|
|
5129
5129
|
"semver-compare": "^1.0.0"
|
|
@@ -5403,9 +5403,9 @@
|
|
|
5403
5403
|
}
|
|
5404
5404
|
},
|
|
5405
5405
|
"node_modules/@oclif/core": {
|
|
5406
|
-
"version": "4.10.
|
|
5407
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
5408
|
-
"integrity": "sha512-
|
|
5406
|
+
"version": "4.10.6",
|
|
5407
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.6.tgz",
|
|
5408
|
+
"integrity": "sha512-ySCOYnPKZE3KACT1V9It99hWG9b8E5MpagbRdWxPNRO3beMqmbr4SLUQoFtZ9XRtW++kks1ZVwZOdpnR8rpb9A==",
|
|
5409
5409
|
"license": "MIT",
|
|
5410
5410
|
"dependencies": {
|
|
5411
5411
|
"ansi-escapes": "^4.3.2",
|
package/oclif.lock
CHANGED
|
@@ -1592,14 +1592,14 @@
|
|
|
1592
1592
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
1593
1593
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1594
1594
|
|
|
1595
|
-
"@jayree/changelog@^1.2.
|
|
1596
|
-
version "1.2.
|
|
1597
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.
|
|
1598
|
-
integrity sha512-
|
|
1595
|
+
"@jayree/changelog@^1.2.30":
|
|
1596
|
+
version "1.2.30"
|
|
1597
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.30.tgz#d840d932fd57c8e74a4463588eb834e7b47f766f"
|
|
1598
|
+
integrity sha512-ZYT/1xgwMdvfU6ByGuonfcrvpJnDmCZCzUuAzsMv7FQXOqlPJpi/21A5o2stOY3VWMgiV//qOr7AUgLUit1LFg==
|
|
1599
1599
|
dependencies:
|
|
1600
1600
|
debug "^4.4.1"
|
|
1601
1601
|
fs-extra "^11.3.4"
|
|
1602
|
-
marked "^18.0.
|
|
1602
|
+
marked "^18.0.2"
|
|
1603
1603
|
marked-terminal "^7.3.0"
|
|
1604
1604
|
semver "^7.7.4"
|
|
1605
1605
|
semver-compare "^1.0.0"
|
|
@@ -1771,10 +1771,10 @@
|
|
|
1771
1771
|
wordwrap "^1.0.0"
|
|
1772
1772
|
wrap-ansi "^7.0.0"
|
|
1773
1773
|
|
|
1774
|
-
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.10.
|
|
1775
|
-
version "4.10.
|
|
1776
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.
|
|
1777
|
-
integrity sha512-
|
|
1774
|
+
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.10.6", "@oclif/core@^4.5.2":
|
|
1775
|
+
version "4.10.6"
|
|
1776
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.6.tgz#233d66284d8c7c8162c9d437754503734069dd85"
|
|
1777
|
+
integrity sha512-ySCOYnPKZE3KACT1V9It99hWG9b8E5MpagbRdWxPNRO3beMqmbr4SLUQoFtZ9XRtW++kks1ZVwZOdpnR8rpb9A==
|
|
1778
1778
|
dependencies:
|
|
1779
1779
|
ansi-escapes "^4.3.2"
|
|
1780
1780
|
ansis "^3.17.0"
|
|
@@ -7387,7 +7387,7 @@ marked@^13.0.0:
|
|
|
7387
7387
|
resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
|
|
7388
7388
|
integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
|
|
7389
7389
|
|
|
7390
|
-
marked@^18.0.
|
|
7390
|
+
marked@^18.0.2:
|
|
7391
7391
|
version "18.0.2"
|
|
7392
7392
|
resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.2.tgz#180cb158a2d2dc377821cfb088a10ca1b5630ef0"
|
|
7393
7393
|
integrity sha512-NsmlUYBS/Zg57rgDWMYdnre6OTj4e+qq/JS2ot3KrYLSoHLw+sDu0Nm1ZGpRgYAq6c+b1ekaY5NzVchMCQnzcg==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.75",
|
|
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.
|
|
10
|
-
"@oclif/core": "^4.10.
|
|
9
|
+
"@jayree/changelog": "^1.2.30",
|
|
10
|
+
"@oclif/core": "^4.10.6",
|
|
11
11
|
"@salesforce/core": "^8.28.1",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.6",
|