@jayree/sfdx-plugin-manifest 5.0.53 → 5.0.54
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 +11 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +11 -5
- package/oclif.lock +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [5.0.54](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.53...5.0.54) (2026-04-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump lodash from 4.17.23 to 4.18.1 ([#2169](https://github.com/jayree/sfdx-plugin-manifest/issues/2169)) ([fb335a7](https://github.com/jayree/sfdx-plugin-manifest/commit/fb335a70ffed3e6b01dc91c5e6ee8f8e74399b53))
|
|
7
|
+
* `lodash`: [https://github.com/lodash/lodash/compare/4.18.0-npm...4.18.1-npm](https://github.com/lodash/lodash/compare/4.18.0-npm...4.18.1-npm)
|
|
8
|
+
* `lodash-es`: [https://github.com/lodash/lodash/compare/4.18.0-es...4.18.1-es](https://github.com/lodash/lodash/compare/4.18.0-es...4.18.1-es)
|
|
9
|
+
* `lodash-amd`: [https://github.com/lodash/lodash/compare/4.18.0-amd...4.18.1-amd](https://github.com/lodash/lodash/compare/4.18.0-amd...4.18.1-amd)
|
|
10
|
+
* `lodash.template`[https://github.com/lodash/lodash/compare/4.18.0-npm-packages...4.18.1-npm-packages](https://github.com/lodash/lodash/compare/4.18.0-npm-packages...4.18.1-npm-packages)
|
|
11
|
+
|
|
1
12
|
## [5.0.53](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.52...5.0.53) (2026-04-02)
|
|
2
13
|
|
|
3
14
|
|
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.54/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.54/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.54/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.54",
|
|
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.54",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.28",
|
|
@@ -8838,6 +8838,9 @@
|
|
|
8838
8838
|
"x64"
|
|
8839
8839
|
],
|
|
8840
8840
|
"dev": true,
|
|
8841
|
+
"libc": [
|
|
8842
|
+
"glibc"
|
|
8843
|
+
],
|
|
8841
8844
|
"license": "MIT",
|
|
8842
8845
|
"optional": true,
|
|
8843
8846
|
"os": [
|
|
@@ -8852,6 +8855,9 @@
|
|
|
8852
8855
|
"x64"
|
|
8853
8856
|
],
|
|
8854
8857
|
"dev": true,
|
|
8858
|
+
"libc": [
|
|
8859
|
+
"musl"
|
|
8860
|
+
],
|
|
8855
8861
|
"license": "MIT",
|
|
8856
8862
|
"optional": true,
|
|
8857
8863
|
"os": [
|
|
@@ -16085,9 +16091,9 @@
|
|
|
16085
16091
|
}
|
|
16086
16092
|
},
|
|
16087
16093
|
"node_modules/lodash": {
|
|
16088
|
-
"version": "4.
|
|
16089
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
16090
|
-
"integrity": "sha512-
|
|
16094
|
+
"version": "4.18.1",
|
|
16095
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
16096
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
16091
16097
|
"license": "MIT"
|
|
16092
16098
|
},
|
|
16093
16099
|
"node_modules/lodash.camelcase": {
|
package/oclif.lock
CHANGED
|
@@ -7233,9 +7233,9 @@ lodash.upperfirst@^4.3.1:
|
|
|
7233
7233
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
7234
7234
|
|
|
7235
7235
|
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23:
|
|
7236
|
-
version "4.
|
|
7237
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.
|
|
7238
|
-
integrity sha512-
|
|
7236
|
+
version "4.18.1"
|
|
7237
|
+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
|
|
7238
|
+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
7239
7239
|
|
|
7240
7240
|
log-symbols@^4.1.0:
|
|
7241
7241
|
version "4.1.0"
|
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.54",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|