@jayree/sfdx-plugin-manifest 5.0.133 → 5.0.135
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 +14 -14
- package/oclif.lock +13 -13
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [5.0.135](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.134...5.0.135) (2026-07-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump isomorphic-git from 1.38.5 to 1.38.6 ([#2323](https://github.com/jayree/sfdx-plugin-manifest/issues/2323)) ([3c52555](https://github.com/jayree/sfdx-plugin-manifest/commit/3c525554cb95c71da6162bd3274922be8a6df4b9))
|
|
7
|
+
* fixing git internals ([#2370](https://github.com/isomorphic-git/isomorphic-git/issues/2370)) ([823843d](https://github.com/isomorphic-git/isomorphic-git/commit/823843d1cd19182df79bc907c767f5bcecb39a0b))
|
|
8
|
+
|
|
9
|
+
## [5.0.134](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.133...5.0.134) (2026-07-06)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump @jayree/changelog from 1.2.37 to 1.2.38 ([#2324](https://github.com/jayree/sfdx-plugin-manifest/issues/2324)) ([87930af](https://github.com/jayree/sfdx-plugin-manifest/commit/87930afa1f044f153748219fb19cb903e3fe3ea5))
|
|
15
|
+
* **deps:** bump fs-extra from 11.3.5 to 11.3.6 ([#1028](https://github.com/jayree/changelog/issues/1028)) ([1e343d4](https://github.com/jayree/changelog/commit/1e343d4e183762ead619ff72cb4b419705c27b15))
|
|
16
|
+
|
|
1
17
|
## [5.0.133](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.132...5.0.133) (2026-06-28)
|
|
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.135/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.135/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.135/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.135",
|
|
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.135",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/changelog": "^1.2.
|
|
12
|
+
"@jayree/changelog": "^1.2.38",
|
|
13
13
|
"@oclif/core": "^4.11.11",
|
|
14
14
|
"@salesforce/core": "^8.31.4",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"fast-xml-parser": "^5.9.3",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.38.
|
|
24
|
+
"isomorphic-git": "1.38.6"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.29",
|
|
@@ -2755,13 +2755,13 @@
|
|
|
2755
2755
|
}
|
|
2756
2756
|
},
|
|
2757
2757
|
"node_modules/@jayree/changelog": {
|
|
2758
|
-
"version": "1.2.
|
|
2759
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
2760
|
-
"integrity": "sha512-
|
|
2758
|
+
"version": "1.2.38",
|
|
2759
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.38.tgz",
|
|
2760
|
+
"integrity": "sha512-359AsqBfYBHIvnmkdnQCvilnLauQVhm0oZQwiI8VURmHPYUf/E/NPtg40qEqzoWj333lTMf83Ea9gjN3rg46nw==",
|
|
2761
2761
|
"license": "BSD-3-Clause",
|
|
2762
2762
|
"dependencies": {
|
|
2763
2763
|
"debug": "^4.4.1",
|
|
2764
|
-
"fs-extra": "^11.3.
|
|
2764
|
+
"fs-extra": "^11.3.6",
|
|
2765
2765
|
"marked": "^18.0.5",
|
|
2766
2766
|
"marked-terminal": "^7.3.0",
|
|
2767
2767
|
"semver": "^7.8.5",
|
|
@@ -10230,9 +10230,9 @@
|
|
|
10230
10230
|
"license": "MIT"
|
|
10231
10231
|
},
|
|
10232
10232
|
"node_modules/fs-extra": {
|
|
10233
|
-
"version": "11.3.
|
|
10234
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.
|
|
10235
|
-
"integrity": "sha512-
|
|
10233
|
+
"version": "11.3.6",
|
|
10234
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.6.tgz",
|
|
10235
|
+
"integrity": "sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==",
|
|
10236
10236
|
"license": "MIT",
|
|
10237
10237
|
"dependencies": {
|
|
10238
10238
|
"graceful-fs": "^4.2.0",
|
|
@@ -12094,9 +12094,9 @@
|
|
|
12094
12094
|
"license": "ISC"
|
|
12095
12095
|
},
|
|
12096
12096
|
"node_modules/isomorphic-git": {
|
|
12097
|
-
"version": "1.38.
|
|
12098
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.
|
|
12099
|
-
"integrity": "sha512-
|
|
12097
|
+
"version": "1.38.6",
|
|
12098
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.6.tgz",
|
|
12099
|
+
"integrity": "sha512-lCmZ1m2R0LqbZ4QATtLCxhwNBQPNJc74R81dfyF90yLqP8xs2DZLedcnkVuRj6th/L2HYoIvWP5lBpS1ooAagw==",
|
|
12100
12100
|
"license": "MIT",
|
|
12101
12101
|
"dependencies": {
|
|
12102
12102
|
"async-lock": "^1.4.1",
|
package/oclif.lock
CHANGED
|
@@ -1153,13 +1153,13 @@
|
|
|
1153
1153
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
1154
1154
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1155
1155
|
|
|
1156
|
-
"@jayree/changelog@^1.2.
|
|
1157
|
-
version "1.2.
|
|
1158
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.
|
|
1159
|
-
integrity sha512-
|
|
1156
|
+
"@jayree/changelog@^1.2.38":
|
|
1157
|
+
version "1.2.38"
|
|
1158
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.38.tgz#4f03e283214a39be8dd6fed209afd47c68529789"
|
|
1159
|
+
integrity sha512-359AsqBfYBHIvnmkdnQCvilnLauQVhm0oZQwiI8VURmHPYUf/E/NPtg40qEqzoWj333lTMf83Ea9gjN3rg46nw==
|
|
1160
1160
|
dependencies:
|
|
1161
1161
|
debug "^4.4.1"
|
|
1162
|
-
fs-extra "^11.3.
|
|
1162
|
+
fs-extra "^11.3.6"
|
|
1163
1163
|
marked "^18.0.5"
|
|
1164
1164
|
marked-terminal "^7.3.0"
|
|
1165
1165
|
semver "^7.8.5"
|
|
@@ -4648,10 +4648,10 @@ fs-extra@^10.0.0:
|
|
|
4648
4648
|
jsonfile "^6.0.1"
|
|
4649
4649
|
universalify "^2.0.0"
|
|
4650
4650
|
|
|
4651
|
-
fs-extra@^11.0.0, fs-extra@^11.3.4, fs-extra@^11.3.
|
|
4652
|
-
version "11.3.
|
|
4653
|
-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.
|
|
4654
|
-
integrity sha512-
|
|
4651
|
+
fs-extra@^11.0.0, fs-extra@^11.3.4, fs-extra@^11.3.6:
|
|
4652
|
+
version "11.3.6"
|
|
4653
|
+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.6.tgz#f7cb80e9df550cd1db6f537fa5cdd568d3e70d10"
|
|
4654
|
+
integrity sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==
|
|
4655
4655
|
dependencies:
|
|
4656
4656
|
graceful-fs "^4.2.0"
|
|
4657
4657
|
jsonfile "^6.0.1"
|
|
@@ -5664,10 +5664,10 @@ isexe@^2.0.0:
|
|
|
5664
5664
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
5665
5665
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
5666
5666
|
|
|
5667
|
-
isomorphic-git@1.38.
|
|
5668
|
-
version "1.38.
|
|
5669
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.
|
|
5670
|
-
integrity sha512-
|
|
5667
|
+
isomorphic-git@1.38.6, isomorphic-git@^1.34.2:
|
|
5668
|
+
version "1.38.6"
|
|
5669
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.6.tgz#326cf48d472b9edc5cd81d6a7267dcfae44e029d"
|
|
5670
|
+
integrity sha512-lCmZ1m2R0LqbZ4QATtLCxhwNBQPNJc74R81dfyF90yLqP8xs2DZLedcnkVuRj6th/L2HYoIvWP5lBpS1ooAagw==
|
|
5671
5671
|
dependencies:
|
|
5672
5672
|
async-lock "^1.4.1"
|
|
5673
5673
|
clean-git-ref "^2.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.135",
|
|
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.38",
|
|
10
10
|
"@oclif/core": "^4.11.11",
|
|
11
11
|
"@salesforce/core": "^8.31.4",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"fast-xml-parser": "^5.9.3",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.38.
|
|
21
|
+
"isomorphic-git": "1.38.6"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.29",
|