@jayree/sfdx-plugin-manifest 4.0.87 → 4.0.88
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 +8 -0
 - package/README.md +3 -3
 - package/npm-shrinkwrap.json +30 -14
 - package/oclif.lock +40 -15
 - package/oclif.manifest.json +1 -1
 - package/package.json +3 -3
 
    
        package/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,3 +1,11 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ## [4.0.88](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.87...4.0.88) (2025-10-30)
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            ### Bug Fixes
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            * **deps:** bump @salesforce/source-tracking from 7.5.0 to 7.5.1 ([#1975](https://github.com/jayree/sfdx-plugin-manifest/issues/1975)) ([ff07856](https://github.com/jayree/sfdx-plugin-manifest/commit/ff07856916de05ef8b86d2702fa290ad4d017e40))
         
     | 
| 
      
 7 
     | 
    
         
            +
              * **deps:** bump @salesforce/source-deploy-retrieve ([7cea2b3](https://github.com/forcedotcom/source-tracking/commit/7cea2b3b9eb805a73debb1971b55a3dca3e90699))
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
       1 
9 
     | 
    
         
             
            ## [4.0.87](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.86...4.0.87) (2025-10-26)
         
     | 
| 
       2 
10 
     | 
    
         | 
| 
       3 
11 
     | 
    
         | 
    
        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.88/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.88/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.88/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.88",
         
     | 
| 
       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.88",
         
     | 
| 
       10 
10 
     | 
    
         
             
                  "license": "Apache-2.0",
         
     | 
| 
       11 
11 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       12 
12 
     | 
    
         
             
                    "@jayree/changelog": "^1.2.18",
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                    "@salesforce/kit": "^3.2.4",
         
     | 
| 
       16 
16 
     | 
    
         
             
                    "@salesforce/sf-plugins-core": "^12.2.5",
         
     | 
| 
       17 
17 
     | 
    
         
             
                    "@salesforce/source-deploy-retrieve": "12.25.0",
         
     | 
| 
       18 
     | 
    
         
            -
                    "@salesforce/source-tracking": "7.5. 
     | 
| 
      
 18 
     | 
    
         
            +
                    "@salesforce/source-tracking": "7.5.1",
         
     | 
| 
       19 
19 
     | 
    
         
             
                    "@salesforce/ts-types": "^2.0.12",
         
     | 
| 
       20 
20 
     | 
    
         
             
                    "fast-deep-equal": "^3.1.3",
         
     | 
| 
       21 
21 
     | 
    
         
             
                    "fast-xml-parser": "^5.3.0",
         
     | 
| 
         @@ -36,7 +36,7 @@ 
     | 
|
| 
       36 
36 
     | 
    
         
             
                    "eslint-config-salesforce-license": "^1.0.2",
         
     | 
| 
       37 
37 
     | 
    
         
             
                    "eslint-plugin-prettier": "^5.5.4",
         
     | 
| 
       38 
38 
     | 
    
         
             
                    "eslint-plugin-sf-plugin": "^1.20.33",
         
     | 
| 
       39 
     | 
    
         
            -
                    "oclif": "^4.22. 
     | 
| 
      
 39 
     | 
    
         
            +
                    "oclif": "^4.22.38",
         
     | 
| 
       40 
40 
     | 
    
         
             
                    "patch-package": "^8.0.1",
         
     | 
| 
       41 
41 
     | 
    
         
             
                    "prettier": "^3.6.2",
         
     | 
| 
       42 
42 
     | 
    
         
             
                    "pretty-quick": "^4.2.2",
         
     | 
| 
         @@ -1265,6 +1265,7 @@ 
     | 
|
| 
       1265 
1265 
     | 
    
         
             
                  "integrity": "sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==",
         
     | 
| 
       1266 
1266 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       1267 
1267 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
      
 1268 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       1268 
1269 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       1269 
1270 
     | 
    
         
             
                    "@ampproject/remapping": "^2.2.0",
         
     | 
| 
       1270 
1271 
     | 
    
         
             
                    "@babel/code-frame": "^7.26.2",
         
     | 
| 
         @@ -1817,7 +1818,8 @@ 
     | 
|
| 
       1817 
1818 
     | 
    
         
             
                  "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
         
     | 
| 
       1818 
1819 
     | 
    
         
             
                  "integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
         
     | 
| 
       1819 
1820 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       1820 
     | 
    
         
            -
                  "license": "MIT"
         
     | 
| 
      
 1821 
     | 
    
         
            +
                  "license": "MIT",
         
     | 
| 
      
 1822 
     | 
    
         
            +
                  "peer": true
         
     | 
| 
       1821 
1823 
     | 
    
         
             
                },
         
     | 
| 
       1822 
1824 
     | 
    
         
             
                "node_modules/@commitlint/load/node_modules/cosmiconfig-typescript-loader": {
         
     | 
| 
       1823 
1825 
     | 
    
         
             
                  "version": "4.4.0",
         
     | 
| 
         @@ -4182,6 +4184,7 @@ 
     | 
|
| 
       4182 
4184 
     | 
    
         
             
                  "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
         
     | 
| 
       4183 
4185 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       4184 
4186 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
      
 4187 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       4185 
4188 
     | 
    
         
             
                  "bin": {
         
     | 
| 
       4186 
4189 
     | 
    
         
             
                    "prettier": "bin-prettier.js"
         
     | 
| 
       4187 
4190 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -4338,14 +4341,14 @@ 
     | 
|
| 
       4338 
4341 
     | 
    
         
             
                  "license": "MIT"
         
     | 
| 
       4339 
4342 
     | 
    
         
             
                },
         
     | 
| 
       4340 
4343 
     | 
    
         
             
                "node_modules/@salesforce/source-tracking": {
         
     | 
| 
       4341 
     | 
    
         
            -
                  "version": "7.5. 
     | 
| 
       4342 
     | 
    
         
            -
                  "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.5. 
     | 
| 
       4343 
     | 
    
         
            -
                  "integrity": "sha512 
     | 
| 
      
 4344 
     | 
    
         
            +
                  "version": "7.5.1",
         
     | 
| 
      
 4345 
     | 
    
         
            +
                  "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.5.1.tgz",
         
     | 
| 
      
 4346 
     | 
    
         
            +
                  "integrity": "sha512-+KvEJN4IFhGF8PPHLnoUJt2Zu9yZIh2iJbJrjqMkqNUSB/sHUY756DulTsqspdPex4hLQ4hrTVjWp91SK/DD/w==",
         
     | 
| 
       4344 
4347 
     | 
    
         
             
                  "license": "Apache-2.0",
         
     | 
| 
       4345 
4348 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       4346 
4349 
     | 
    
         
             
                    "@salesforce/core": "^8.23.3",
         
     | 
| 
       4347 
4350 
     | 
    
         
             
                    "@salesforce/kit": "^3.2.4",
         
     | 
| 
       4348 
     | 
    
         
            -
                    "@salesforce/source-deploy-retrieve": "^12. 
     | 
| 
      
 4351 
     | 
    
         
            +
                    "@salesforce/source-deploy-retrieve": "^12.25.0",
         
     | 
| 
       4349 
4352 
     | 
    
         
             
                    "@salesforce/ts-types": "^2.0.12",
         
     | 
| 
       4350 
4353 
     | 
    
         
             
                    "fast-xml-parser": "^4.5.3",
         
     | 
| 
       4351 
4354 
     | 
    
         
             
                    "graceful-fs": "^4.2.11",
         
     | 
| 
         @@ -5887,6 +5890,7 @@ 
     | 
|
| 
       5887 
5890 
     | 
    
         
             
                  "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.18.tgz",
         
     | 
| 
       5888 
5891 
     | 
    
         
             
                  "integrity": "sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==",
         
     | 
| 
       5889 
5892 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
      
 5893 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       5890 
5894 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       5891 
5895 
     | 
    
         
             
                    "@types/prop-types": "*",
         
     | 
| 
       5892 
5896 
     | 
    
         
             
                    "csstype": "^3.0.2"
         
     | 
| 
         @@ -6057,6 +6061,7 @@ 
     | 
|
| 
       6057 
6061 
     | 
    
         
             
                  "integrity": "sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g==",
         
     | 
| 
       6058 
6062 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       6059 
6063 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
      
 6064 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       6060 
6065 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       6061 
6066 
     | 
    
         
             
                    "@typescript-eslint/scope-manager": "8.46.2",
         
     | 
| 
       6062 
6067 
     | 
    
         
             
                    "@typescript-eslint/types": "8.46.2",
         
     | 
| 
         @@ -6555,6 +6560,7 @@ 
     | 
|
| 
       6555 
6560 
     | 
    
         
             
                  "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
         
     | 
| 
       6556 
6561 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       6557 
6562 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
      
 6563 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       6558 
6564 
     | 
    
         
             
                  "bin": {
         
     | 
| 
       6559 
6565 
     | 
    
         
             
                    "acorn": "bin/acorn"
         
     | 
| 
       6560 
6566 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -7278,6 +7284,7 @@ 
     | 
|
| 
       7278 
7284 
     | 
    
         
             
                    }
         
     | 
| 
       7279 
7285 
     | 
    
         
             
                  ],
         
     | 
| 
       7280 
7286 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
      
 7287 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       7281 
7288 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       7282 
7289 
     | 
    
         
             
                    "caniuse-lite": "^1.0.30001688",
         
     | 
| 
       7283 
7290 
     | 
    
         
             
                    "electron-to-chromium": "^1.5.73",
         
     | 
| 
         @@ -8437,6 +8444,7 @@ 
     | 
|
| 
       8437 
8444 
     | 
    
         
             
                  "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
         
     | 
| 
       8438 
8445 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       8439 
8446 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
      
 8447 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       8440 
8448 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       8441 
8449 
     | 
    
         
             
                    "import-fresh": "^3.3.0",
         
     | 
| 
       8442 
8450 
     | 
    
         
             
                    "js-yaml": "^4.1.0",
         
     | 
| 
         @@ -9280,6 +9288,7 @@ 
     | 
|
| 
       9280 
9288 
     | 
    
         
             
                  "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
         
     | 
| 
       9281 
9289 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       9282 
9290 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
      
 9291 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       9283 
9292 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       9284 
9293 
     | 
    
         
             
                    "@eslint-community/eslint-utils": "^4.2.0",
         
     | 
| 
       9285 
9294 
     | 
    
         
             
                    "@eslint-community/regexpp": "^4.6.1",
         
     | 
| 
         @@ -9590,6 +9599,7 @@ 
     | 
|
| 
       9590 
9599 
     | 
    
         
             
                  "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
         
     | 
| 
       9591 
9600 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       9592 
9601 
     | 
    
         
             
                  "license": "BSD-2-Clause",
         
     | 
| 
      
 9602 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       9593 
9603 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       9594 
9604 
     | 
    
         
             
                    "@typescript-eslint/scope-manager": "6.21.0",
         
     | 
| 
       9595 
9605 
     | 
    
         
             
                    "@typescript-eslint/types": "6.21.0",
         
     | 
| 
         @@ -14353,6 +14363,7 @@ 
     | 
|
| 
       14353 
14363 
     | 
    
         
             
                  "resolved": "https://registry.npmjs.org/marked/-/marked-16.3.0.tgz",
         
     | 
| 
       14354 
14364 
     | 
    
         
             
                  "integrity": "sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w==",
         
     | 
| 
       14355 
14365 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
      
 14366 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       14356 
14367 
     | 
    
         
             
                  "bin": {
         
     | 
| 
       14357 
14368 
     | 
    
         
             
                    "marked": "bin/marked.js"
         
     | 
| 
       14358 
14369 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -15440,9 +15451,9 @@ 
     | 
|
| 
       15440 
15451 
     | 
    
         
             
                  }
         
     | 
| 
       15441 
15452 
     | 
    
         
             
                },
         
     | 
| 
       15442 
15453 
     | 
    
         
             
                "node_modules/oclif": {
         
     | 
| 
       15443 
     | 
    
         
            -
                  "version": "4.22. 
     | 
| 
       15444 
     | 
    
         
            -
                  "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22. 
     | 
| 
       15445 
     | 
    
         
            -
                  "integrity": "sha512- 
     | 
| 
      
 15454 
     | 
    
         
            +
                  "version": "4.22.38",
         
     | 
| 
      
 15455 
     | 
    
         
            +
                  "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.38.tgz",
         
     | 
| 
      
 15456 
     | 
    
         
            +
                  "integrity": "sha512-h9DiPdiu61/NjBqBQroSZ+cRhcaQZuXUmUejmbYoNZ+yASthZ88fAY2GkR4vfEDUt7pLVXpJYmoLulM2Nl3TWA==",
         
     | 
| 
       15446 
15457 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       15447 
15458 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
       15448 
15459 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
         @@ -15452,7 +15463,7 @@ 
     | 
|
| 
       15452 
15463 
     | 
    
         
             
                    "@inquirer/input": "^2.2.4",
         
     | 
| 
       15453 
15464 
     | 
    
         
             
                    "@inquirer/select": "^2.5.0",
         
     | 
| 
       15454 
15465 
     | 
    
         
             
                    "@oclif/core": "^4.5.5",
         
     | 
| 
       15455 
     | 
    
         
            -
                    "@oclif/plugin-help": "^6.2. 
     | 
| 
      
 15466 
     | 
    
         
            +
                    "@oclif/plugin-help": "^6.2.34",
         
     | 
| 
       15456 
15467 
     | 
    
         
             
                    "@oclif/plugin-not-found": "^3.2.71",
         
     | 
| 
       15457 
15468 
     | 
    
         
             
                    "@oclif/plugin-warn-if-update-available": "^3.1.50",
         
     | 
| 
       15458 
15469 
     | 
    
         
             
                    "ansis": "^3.16.0",
         
     | 
| 
         @@ -16297,6 +16308,7 @@ 
     | 
|
| 
       16297 
16308 
     | 
    
         
             
                  "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
         
     | 
| 
       16298 
16309 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       16299 
16310 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
      
 16311 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       16300 
16312 
     | 
    
         
             
                  "bin": {
         
     | 
| 
       16301 
16313 
     | 
    
         
             
                    "prettier": "bin/prettier.cjs"
         
     | 
| 
       16302 
16314 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -16565,6 +16577,7 @@ 
     | 
|
| 
       16565 
16577 
     | 
    
         
             
                  "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
         
     | 
| 
       16566 
16578 
     | 
    
         
             
                  "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
         
     | 
| 
       16567 
16579 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
      
 16580 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       16568 
16581 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       16569 
16582 
     | 
    
         
             
                    "loose-envify": "^1.1.0"
         
     | 
| 
       16570 
16583 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -18570,6 +18583,7 @@ 
     | 
|
| 
       18570 
18583 
     | 
    
         
             
                  "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
         
     | 
| 
       18571 
18584 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       18572 
18585 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
      
 18586 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       18573 
18587 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       18574 
18588 
     | 
    
         
             
                    "@cspotcode/source-map-support": "^0.8.0",
         
     | 
| 
       18575 
18589 
     | 
    
         
             
                    "@tsconfig/node10": "^1.0.7",
         
     | 
| 
         @@ -18647,7 +18661,8 @@ 
     | 
|
| 
       18647 
18661 
     | 
    
         
             
                  "version": "2.8.1",
         
     | 
| 
       18648 
18662 
     | 
    
         
             
                  "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
         
     | 
| 
       18649 
18663 
     | 
    
         
             
                  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
         
     | 
| 
       18650 
     | 
    
         
            -
                  "license": "0BSD"
         
     | 
| 
      
 18664 
     | 
    
         
            +
                  "license": "0BSD",
         
     | 
| 
      
 18665 
     | 
    
         
            +
                  "peer": true
         
     | 
| 
       18651 
18666 
     | 
    
         
             
                },
         
     | 
| 
       18652 
18667 
     | 
    
         
             
                "node_modules/tunnel-agent": {
         
     | 
| 
       18653 
18668 
     | 
    
         
             
                  "version": "0.6.0",
         
     | 
| 
         @@ -18836,6 +18851,7 @@ 
     | 
|
| 
       18836 
18851 
     | 
    
         
             
                  "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
         
     | 
| 
       18837 
18852 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       18838 
18853 
     | 
    
         
             
                  "license": "Apache-2.0",
         
     | 
| 
      
 18854 
     | 
    
         
            +
                  "peer": true,
         
     | 
| 
       18839 
18855 
     | 
    
         
             
                  "bin": {
         
     | 
| 
       18840 
18856 
     | 
    
         
             
                    "tsc": "bin/tsc",
         
     | 
| 
       18841 
18857 
     | 
    
         
             
                    "tsserver": "bin/tsserver"
         
     | 
    
        package/oclif.lock
    CHANGED
    
    | 
         @@ -1579,7 +1579,7 @@ 
     | 
|
| 
       1579 
1579 
     | 
    
         
             
                semver "^7.7.3"
         
     | 
| 
       1580 
1580 
     | 
    
         
             
                ts-json-schema-generator "^1.5.1"
         
     | 
| 
       1581 
1581 
     | 
    
         | 
| 
       1582 
     | 
    
         
            -
            "@oclif/plugin-help@^6.2. 
     | 
| 
      
 1582 
     | 
    
         
            +
            "@oclif/plugin-help@^6.2.34":
         
     | 
| 
       1583 
1583 
     | 
    
         
             
              version "6.2.34"
         
     | 
| 
       1584 
1584 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.34.tgz#8e25d2e23279848acf81b6c1328fd96442bed8e4"
         
     | 
| 
       1585 
1585 
     | 
    
         
             
              integrity sha512-RvcDSp1PcXFuPJx8IvkI1sQKAPp7TuR+4QVg+uS+Dv3xG6QSqGW5IMNBdvfmB2NLrvSeIiDHadLv/bz9n4iQWQ==
         
     | 
| 
         @@ -1770,7 +1770,7 @@ 
     | 
|
| 
       1770 
1770 
     | 
    
         
             
                cli-progress "^3.12.0"
         
     | 
| 
       1771 
1771 
     | 
    
         
             
                terminal-link "^3.0.0"
         
     | 
| 
       1772 
1772 
     | 
    
         | 
| 
       1773 
     | 
    
         
            -
            "@salesforce/source-deploy-retrieve@12.25.0", "@salesforce/source-deploy-retrieve@^12. 
     | 
| 
      
 1773 
     | 
    
         
            +
            "@salesforce/source-deploy-retrieve@12.25.0", "@salesforce/source-deploy-retrieve@^12.25.0":
         
     | 
| 
       1774 
1774 
     | 
    
         
             
              version "12.25.0"
         
     | 
| 
       1775 
1775 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.25.0.tgz#e3902e53b526888766a520fecef66787c57be884"
         
     | 
| 
       1776 
1776 
     | 
    
         
             
              integrity sha512-mNjgC6ol7ueQxCI3NdqpgWy5ofGUT/yeKP+mZiSiAArpc18f8GlhVACsRLODH8dbPungu9lBrP26LQ2SZaRA5Q==
         
     | 
| 
         @@ -1790,14 +1790,14 @@ 
     | 
|
| 
       1790 
1790 
     | 
    
         
             
                proxy-agent "^6.4.0"
         
     | 
| 
       1791 
1791 
     | 
    
         
             
                yaml "^2.8.1"
         
     | 
| 
       1792 
1792 
     | 
    
         | 
| 
       1793 
     | 
    
         
            -
            "@salesforce/source-tracking@7.5. 
     | 
| 
       1794 
     | 
    
         
            -
              version "7.5. 
     | 
| 
       1795 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.5. 
     | 
| 
       1796 
     | 
    
         
            -
              integrity sha512 
     | 
| 
      
 1793 
     | 
    
         
            +
            "@salesforce/source-tracking@7.5.1":
         
     | 
| 
      
 1794 
     | 
    
         
            +
              version "7.5.1"
         
     | 
| 
      
 1795 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.5.1.tgz#b1128621179ff8ee70f7357806275982750766f1"
         
     | 
| 
      
 1796 
     | 
    
         
            +
              integrity sha512-+KvEJN4IFhGF8PPHLnoUJt2Zu9yZIh2iJbJrjqMkqNUSB/sHUY756DulTsqspdPex4hLQ4hrTVjWp91SK/DD/w==
         
     | 
| 
       1797 
1797 
     | 
    
         
             
              dependencies:
         
     | 
| 
       1798 
1798 
     | 
    
         
             
                "@salesforce/core" "^8.23.3"
         
     | 
| 
       1799 
1799 
     | 
    
         
             
                "@salesforce/kit" "^3.2.4"
         
     | 
| 
       1800 
     | 
    
         
            -
                "@salesforce/source-deploy-retrieve" "^12. 
     | 
| 
      
 1800 
     | 
    
         
            +
                "@salesforce/source-deploy-retrieve" "^12.25.0"
         
     | 
| 
       1801 
1801 
     | 
    
         
             
                "@salesforce/ts-types" "^2.0.12"
         
     | 
| 
       1802 
1802 
     | 
    
         
             
                fast-xml-parser "^4.5.3"
         
     | 
| 
       1803 
1803 
     | 
    
         
             
                graceful-fs "^4.2.11"
         
     | 
| 
         @@ -7600,10 +7600,10 @@ object.values@^1.2.1: 
     | 
|
| 
       7600 
7600 
     | 
    
         
             
                define-properties "^1.2.1"
         
     | 
| 
       7601 
7601 
     | 
    
         
             
                es-object-atoms "^1.0.0"
         
     | 
| 
       7602 
7602 
     | 
    
         | 
| 
       7603 
     | 
    
         
            -
            oclif@^4.22. 
     | 
| 
       7604 
     | 
    
         
            -
              version "4.22. 
     | 
| 
       7605 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22. 
     | 
| 
       7606 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 7603 
     | 
    
         
            +
            oclif@^4.22.38:
         
     | 
| 
      
 7604 
     | 
    
         
            +
              version "4.22.38"
         
     | 
| 
      
 7605 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.38.tgz#59a2a01f96654bf9b728193fa3cd6d8bcc1a2d9f"
         
     | 
| 
      
 7606 
     | 
    
         
            +
              integrity sha512-h9DiPdiu61/NjBqBQroSZ+cRhcaQZuXUmUejmbYoNZ+yASthZ88fAY2GkR4vfEDUt7pLVXpJYmoLulM2Nl3TWA==
         
     | 
| 
       7607 
7607 
     | 
    
         
             
              dependencies:
         
     | 
| 
       7608 
7608 
     | 
    
         
             
                "@aws-sdk/client-cloudfront" "^3.917.0"
         
     | 
| 
       7609 
7609 
     | 
    
         
             
                "@aws-sdk/client-s3" "^3.913.0"
         
     | 
| 
         @@ -7611,7 +7611,7 @@ oclif@^4.22.37: 
     | 
|
| 
       7611 
7611 
     | 
    
         
             
                "@inquirer/input" "^2.2.4"
         
     | 
| 
       7612 
7612 
     | 
    
         
             
                "@inquirer/select" "^2.5.0"
         
     | 
| 
       7613 
7613 
     | 
    
         
             
                "@oclif/core" "^4.5.5"
         
     | 
| 
       7614 
     | 
    
         
            -
                "@oclif/plugin-help" "^6.2. 
     | 
| 
      
 7614 
     | 
    
         
            +
                "@oclif/plugin-help" "^6.2.34"
         
     | 
| 
       7615 
7615 
     | 
    
         
             
                "@oclif/plugin-not-found" "^3.2.71"
         
     | 
| 
       7616 
7616 
     | 
    
         
             
                "@oclif/plugin-warn-if-update-available" "^3.1.50"
         
     | 
| 
       7617 
7617 
     | 
    
         
             
                ansis "^3.16.0"
         
     | 
| 
         @@ -8996,7 +8996,16 @@ stop-iteration-iterator@^1.1.0: 
     | 
|
| 
       8996 
8996 
     | 
    
         
             
                es-errors "^1.3.0"
         
     | 
| 
       8997 
8997 
     | 
    
         
             
                internal-slot "^1.1.0"
         
     | 
| 
       8998 
8998 
     | 
    
         | 
| 
       8999 
     | 
    
         
            -
            "string-width-cjs@npm:string-width@^4.2.0" 
     | 
| 
      
 8999 
     | 
    
         
            +
            "string-width-cjs@npm:string-width@^4.2.0":
         
     | 
| 
      
 9000 
     | 
    
         
            +
              version "4.2.3"
         
     | 
| 
      
 9001 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
         
     | 
| 
      
 9002 
     | 
    
         
            +
              integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
         
     | 
| 
      
 9003 
     | 
    
         
            +
              dependencies:
         
     | 
| 
      
 9004 
     | 
    
         
            +
                emoji-regex "^8.0.0"
         
     | 
| 
      
 9005 
     | 
    
         
            +
                is-fullwidth-code-point "^3.0.0"
         
     | 
| 
      
 9006 
     | 
    
         
            +
                strip-ansi "^6.0.1"
         
     | 
| 
      
 9007 
     | 
    
         
            +
             
     | 
| 
      
 9008 
     | 
    
         
            +
            string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
         
     | 
| 
       9000 
9009 
     | 
    
         
             
              version "4.2.3"
         
     | 
| 
       9001 
9010 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
         
     | 
| 
       9002 
9011 
     | 
    
         
             
              integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
         
     | 
| 
         @@ -9077,7 +9086,14 @@ stringify-entities@^4.0.0: 
     | 
|
| 
       9077 
9086 
     | 
    
         
             
                character-entities-html4 "^2.0.0"
         
     | 
| 
       9078 
9087 
     | 
    
         
             
                character-entities-legacy "^3.0.0"
         
     | 
| 
       9079 
9088 
     | 
    
         | 
| 
       9080 
     | 
    
         
            -
            "strip-ansi-cjs@npm:strip-ansi@^6.0.1" 
     | 
| 
      
 9089 
     | 
    
         
            +
            "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
         
     | 
| 
      
 9090 
     | 
    
         
            +
              version "6.0.1"
         
     | 
| 
      
 9091 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
         
     | 
| 
      
 9092 
     | 
    
         
            +
              integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
         
     | 
| 
      
 9093 
     | 
    
         
            +
              dependencies:
         
     | 
| 
      
 9094 
     | 
    
         
            +
                ansi-regex "^5.0.1"
         
     | 
| 
      
 9095 
     | 
    
         
            +
             
     | 
| 
      
 9096 
     | 
    
         
            +
            strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
         
     | 
| 
       9081 
9097 
     | 
    
         
             
              version "6.0.1"
         
     | 
| 
       9082 
9098 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
         
     | 
| 
       9083 
9099 
     | 
    
         
             
              integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
         
     | 
| 
         @@ -9896,7 +9912,7 @@ workerpool@^6.5.1: 
     | 
|
| 
       9896 
9912 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
         
     | 
| 
       9897 
9913 
     | 
    
         
             
              integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
         
     | 
| 
       9898 
9914 
     | 
    
         | 
| 
       9899 
     | 
    
         
            -
            "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0" 
     | 
| 
      
 9915 
     | 
    
         
            +
            "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
         
     | 
| 
       9900 
9916 
     | 
    
         
             
              version "7.0.0"
         
     | 
| 
       9901 
9917 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
         
     | 
| 
       9902 
9918 
     | 
    
         
             
              integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
         
     | 
| 
         @@ -9914,6 +9930,15 @@ wrap-ansi@^6.2.0: 
     | 
|
| 
       9914 
9930 
     | 
    
         
             
                string-width "^4.1.0"
         
     | 
| 
       9915 
9931 
     | 
    
         
             
                strip-ansi "^6.0.0"
         
     | 
| 
       9916 
9932 
     | 
    
         | 
| 
      
 9933 
     | 
    
         
            +
            wrap-ansi@^7.0.0:
         
     | 
| 
      
 9934 
     | 
    
         
            +
              version "7.0.0"
         
     | 
| 
      
 9935 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
         
     | 
| 
      
 9936 
     | 
    
         
            +
              integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
         
     | 
| 
      
 9937 
     | 
    
         
            +
              dependencies:
         
     | 
| 
      
 9938 
     | 
    
         
            +
                ansi-styles "^4.0.0"
         
     | 
| 
      
 9939 
     | 
    
         
            +
                string-width "^4.1.0"
         
     | 
| 
      
 9940 
     | 
    
         
            +
                strip-ansi "^6.0.0"
         
     | 
| 
      
 9941 
     | 
    
         
            +
             
     | 
| 
       9917 
9942 
     | 
    
         
             
            wrap-ansi@^8.1.0:
         
     | 
| 
       9918 
9943 
     | 
    
         
             
              version "8.1.0"
         
     | 
| 
       9919 
9944 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
         
     | 
    
        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.88",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "author": "jayree",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "type": "module",
         
     | 
| 
       7 
7 
     | 
    
         
             
              "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
         
     | 
| 
         @@ -12,7 +12,7 @@ 
     | 
|
| 
       12 
12 
     | 
    
         
             
                "@salesforce/kit": "^3.2.4",
         
     | 
| 
       13 
13 
     | 
    
         
             
                "@salesforce/sf-plugins-core": "^12.2.5",
         
     | 
| 
       14 
14 
     | 
    
         
             
                "@salesforce/source-deploy-retrieve": "12.25.0",
         
     | 
| 
       15 
     | 
    
         
            -
                "@salesforce/source-tracking": "7.5. 
     | 
| 
      
 15 
     | 
    
         
            +
                "@salesforce/source-tracking": "7.5.1",
         
     | 
| 
       16 
16 
     | 
    
         
             
                "@salesforce/ts-types": "^2.0.12",
         
     | 
| 
       17 
17 
     | 
    
         
             
                "fast-deep-equal": "^3.1.3",
         
     | 
| 
       18 
18 
     | 
    
         
             
                "fast-xml-parser": "^5.3.0",
         
     | 
| 
         @@ -33,7 +33,7 @@ 
     | 
|
| 
       33 
33 
     | 
    
         
             
                "eslint-config-salesforce-license": "^1.0.2",
         
     | 
| 
       34 
34 
     | 
    
         
             
                "eslint-plugin-prettier": "^5.5.4",
         
     | 
| 
       35 
35 
     | 
    
         
             
                "eslint-plugin-sf-plugin": "^1.20.33",
         
     | 
| 
       36 
     | 
    
         
            -
                "oclif": "^4.22. 
     | 
| 
      
 36 
     | 
    
         
            +
                "oclif": "^4.22.38",
         
     | 
| 
       37 
37 
     | 
    
         
             
                "patch-package": "^8.0.1",
         
     | 
| 
       38 
38 
     | 
    
         
             
                "prettier": "^3.6.2",
         
     | 
| 
       39 
39 
     | 
    
         
             
                "pretty-quick": "^4.2.2",
         
     |