@jayree/sfdx-plugin-manifest 4.0.88 → 4.0.89
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 +6 -6
 - package/oclif.lock +4 -4
 - package/oclif.manifest.json +1 -1
 - package/package.json +2 -2
 
    
        package/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,3 +1,12 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ## [4.0.89](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.88...4.0.89) (2025-10-30)
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            ### Bug Fixes
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            * **deps:** bump isomorphic-git from 1.34.0 to 1.34.2 ([#1978](https://github.com/jayree/sfdx-plugin-manifest/issues/1978)) ([efd8427](https://github.com/jayree/sfdx-plugin-manifest/commit/efd8427f9d2907adfa6a49d10f2fd070c02a6a0a))
         
     | 
| 
      
 7 
     | 
    
         
            +
              * fix header name in docs/onAuth.md ([#2225](https://github.com/isomorphic-git/isomorphic-git/issues/2225)) ([1e8e650](https://github.com/isomorphic-git/isomorphic-git/commit/1e8e65098878c15f817dc8f79f5159cf0df5a733))
         
     | 
| 
      
 8 
     | 
    
         
            +
              * improve fatal error message ([#2220](https://github.com/isomorphic-git/isomorphic-git/issues/2220)) ([ee6c7f5](https://github.com/isomorphic-git/isomorphic-git/commit/ee6c7f5fb9ed65ce6daaf77ff6977a934a9bc1e8))
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
       1 
10 
     | 
    
         
             
            ## [4.0.88](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.87...4.0.88) (2025-10-30)
         
     | 
| 
       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/4.0. 
     | 
| 
      
 115 
     | 
    
         
            +
            _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.89/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/4.0. 
     | 
| 
      
 153 
     | 
    
         
            +
            _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.89/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/4.0. 
     | 
| 
      
 233 
     | 
    
         
            +
            _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.89/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": "4.0. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "4.0.89",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "lockfileVersion": 3,
         
     | 
| 
       5 
5 
     | 
    
         
             
              "requires": true,
         
     | 
| 
       6 
6 
     | 
    
         
             
              "packages": {
         
     | 
| 
       7 
7 
     | 
    
         
             
                "": {
         
     | 
| 
       8 
8 
     | 
    
         
             
                  "name": "@jayree/sfdx-plugin-manifest",
         
     | 
| 
       9 
     | 
    
         
            -
                  "version": "4.0. 
     | 
| 
      
 9 
     | 
    
         
            +
                  "version": "4.0.89",
         
     | 
| 
       10 
10 
     | 
    
         
             
                  "license": "Apache-2.0",
         
     | 
| 
       11 
11 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       12 
12 
     | 
    
         
             
                    "@jayree/changelog": "^1.2.18",
         
     | 
| 
         @@ -21,7 +21,7 @@ 
     | 
|
| 
       21 
21 
     | 
    
         
             
                    "fast-xml-parser": "^5.3.0",
         
     | 
| 
       22 
22 
     | 
    
         
             
                    "fs-extra": "^11.3.2",
         
     | 
| 
       23 
23 
     | 
    
         
             
                    "graceful-fs": "^4.2.11",
         
     | 
| 
       24 
     | 
    
         
            -
                    "isomorphic-git": "1.34. 
     | 
| 
      
 24 
     | 
    
         
            +
                    "isomorphic-git": "1.34.2"
         
     | 
| 
       25 
25 
     | 
    
         
             
                  },
         
     | 
| 
       26 
26 
     | 
    
         
             
                  "devDependencies": {
         
     | 
| 
       27 
27 
     | 
    
         
             
                    "@oclif/plugin-command-snapshot": "^5.3.8",
         
     | 
| 
         @@ -13397,9 +13397,9 @@ 
     | 
|
| 
       13397 
13397 
     | 
    
         
             
                  "license": "ISC"
         
     | 
| 
       13398 
13398 
     | 
    
         
             
                },
         
     | 
| 
       13399 
13399 
     | 
    
         
             
                "node_modules/isomorphic-git": {
         
     | 
| 
       13400 
     | 
    
         
            -
                  "version": "1.34. 
     | 
| 
       13401 
     | 
    
         
            -
                  "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.34. 
     | 
| 
       13402 
     | 
    
         
            -
                  "integrity": "sha512- 
     | 
| 
      
 13400 
     | 
    
         
            +
                  "version": "1.34.2",
         
     | 
| 
      
 13401 
     | 
    
         
            +
                  "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.34.2.tgz",
         
     | 
| 
      
 13402 
     | 
    
         
            +
                  "integrity": "sha512-wPKs5a4sLn18SGd8MPNKe089wTnI4agfAY8et+q0GabtgJyNLRdC3ukHZ4EEC5XnczIwJOZ2xPvvTFgPXm80wg==",
         
     | 
| 
       13403 
13403 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
       13404 
13404 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       13405 
13405 
     | 
    
         
             
                    "async-lock": "^1.4.1",
         
     | 
    
        package/oclif.lock
    CHANGED
    
    | 
         @@ -6456,10 +6456,10 @@ isexe@^2.0.0: 
     | 
|
| 
       6456 
6456 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
         
     | 
| 
       6457 
6457 
     | 
    
         
             
              integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
         
     | 
| 
       6458 
6458 
     | 
    
         | 
| 
       6459 
     | 
    
         
            -
            isomorphic-git@1.34. 
     | 
| 
       6460 
     | 
    
         
            -
              version "1.34. 
     | 
| 
       6461 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.34. 
     | 
| 
       6462 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 6459 
     | 
    
         
            +
            isomorphic-git@1.34.2, isomorphic-git@^1.34.0:
         
     | 
| 
      
 6460 
     | 
    
         
            +
              version "1.34.2"
         
     | 
| 
      
 6461 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.34.2.tgz#e3bd3c3a83829a036559863ae178448acb35867e"
         
     | 
| 
      
 6462 
     | 
    
         
            +
              integrity sha512-wPKs5a4sLn18SGd8MPNKe089wTnI4agfAY8et+q0GabtgJyNLRdC3ukHZ4EEC5XnczIwJOZ2xPvvTFgPXm80wg==
         
     | 
| 
       6463 
6463 
     | 
    
         
             
              dependencies:
         
     | 
| 
       6464 
6464 
     | 
    
         
             
                async-lock "^1.4.1"
         
     | 
| 
       6465 
6465 
     | 
    
         
             
                clean-git-ref "^2.0.1"
         
     | 
    
        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": "4.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              "version": "4.0.89",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "author": "jayree",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "type": "module",
         
     | 
| 
       7 
7 
     | 
    
         
             
              "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
         
     | 
| 
         @@ -18,7 +18,7 @@ 
     | 
|
| 
       18 
18 
     | 
    
         
             
                "fast-xml-parser": "^5.3.0",
         
     | 
| 
       19 
19 
     | 
    
         
             
                "fs-extra": "^11.3.2",
         
     | 
| 
       20 
20 
     | 
    
         
             
                "graceful-fs": "^4.2.11",
         
     | 
| 
       21 
     | 
    
         
            -
                "isomorphic-git": "1.34. 
     | 
| 
      
 21 
     | 
    
         
            +
                "isomorphic-git": "1.34.2"
         
     | 
| 
       22 
22 
     | 
    
         
             
              },
         
     | 
| 
       23 
23 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       24 
24 
     | 
    
         
             
                "@oclif/plugin-command-snapshot": "^5.3.8",
         
     |