@jayree/sfdx-plugin-manifest 4.0.92 → 4.0.93
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 +23 -23
 - package/oclif.lock +24 -24
 - package/oclif.manifest.json +1 -1
 - package/package.json +4 -4
 
    
        package/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,3 +1,11 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ## [4.0.93](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.92...4.0.93) (2025-11-02)
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            ### Bug Fixes
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            * **deps:** bump @salesforce/source-tracking from 7.5.1 to 7.5.2 ([#1985](https://github.com/jayree/sfdx-plugin-manifest/issues/1985)) ([7dffe8b](https://github.com/jayree/sfdx-plugin-manifest/commit/7dffe8b2f101d8e12f4c3fbb4648927c368c46ab))
         
     | 
| 
      
 7 
     | 
    
         
            +
              * **deps:** bump isomorphic-git from 1.34.0 to 1.34.2 ([714f524](https://github.com/forcedotcom/source-tracking/commit/714f5244ce8537f41f5f9a75c474efef11ab741e))
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
       1 
9 
     | 
    
         
             
            ## [4.0.92](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.91...4.0.92) (2025-11-02)
         
     | 
| 
       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.93/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.93/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.93/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.93",
         
     | 
| 
       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.93",
         
     | 
| 
       10 
10 
     | 
    
         
             
                  "license": "Apache-2.0",
         
     | 
| 
       11 
11 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       12 
12 
     | 
    
         
             
                    "@jayree/changelog": "^1.2.19",
         
     | 
| 
         @@ -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.2",
         
     | 
| 
       19 
19 
     | 
    
         
             
                    "@salesforce/ts-types": "^2.0.12",
         
     | 
| 
       20 
20 
     | 
    
         
             
                    "fast-deep-equal": "^3.1.3",
         
     | 
| 
       21 
21 
     | 
    
         
             
                    "fast-xml-parser": "^5.3.0",
         
     | 
| 
         @@ -25,14 +25,14 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                  },
         
     | 
| 
       26 
26 
     | 
    
         
             
                  "devDependencies": {
         
     | 
| 
       27 
27 
     | 
    
         
             
                    "@oclif/plugin-command-snapshot": "^5.3.8",
         
     | 
| 
       28 
     | 
    
         
            -
                    "@oclif/plugin-help": "^6.2. 
     | 
| 
      
 28 
     | 
    
         
            +
                    "@oclif/plugin-help": "^6.2.35",
         
     | 
| 
       29 
29 
     | 
    
         
             
                    "@salesforce/cli-plugins-testkit": "^5.3.41",
         
     | 
| 
       30 
30 
     | 
    
         
             
                    "@salesforce/dev-scripts": "^11.0.4",
         
     | 
| 
       31 
31 
     | 
    
         
             
                    "@salesforce/ts-sinon": "^1.4.31",
         
     | 
| 
       32 
32 
     | 
    
         
             
                    "@types/fs-extra": "^11.0.4",
         
     | 
| 
       33 
33 
     | 
    
         
             
                    "@types/graceful-fs": "^4.1.9",
         
     | 
| 
       34 
34 
     | 
    
         
             
                    "c8": "^10.1.3",
         
     | 
| 
       35 
     | 
    
         
            -
                    "eslint-config-oclif": "^6.0. 
     | 
| 
      
 35 
     | 
    
         
            +
                    "eslint-config-oclif": "^6.0.115",
         
     | 
| 
       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",
         
     | 
| 
         @@ -2100,13 +2100,13 @@ 
     | 
|
| 
       2100 
2100 
     | 
    
         
             
                  }
         
     | 
| 
       2101 
2101 
     | 
    
         
             
                },
         
     | 
| 
       2102 
2102 
     | 
    
         
             
                "node_modules/@eslint/compat": {
         
     | 
| 
       2103 
     | 
    
         
            -
                  "version": "1.4. 
     | 
| 
       2104 
     | 
    
         
            -
                  "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.4. 
     | 
| 
       2105 
     | 
    
         
            -
                  "integrity": "sha512- 
     | 
| 
      
 2103 
     | 
    
         
            +
                  "version": "1.4.1",
         
     | 
| 
      
 2104 
     | 
    
         
            +
                  "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.4.1.tgz",
         
     | 
| 
      
 2105 
     | 
    
         
            +
                  "integrity": "sha512-cfO82V9zxxGBxcQDr1lfaYB7wykTa0b00mGa36FrJl7iTFd0Z2cHfEYuxcBRP/iNijCsWsEkA+jzT8hGYmv33w==",
         
     | 
| 
       2106 
2106 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       2107 
2107 
     | 
    
         
             
                  "license": "Apache-2.0",
         
     | 
| 
       2108 
2108 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       2109 
     | 
    
         
            -
                    "@eslint/core": "^0. 
     | 
| 
      
 2109 
     | 
    
         
            +
                    "@eslint/core": "^0.17.0"
         
     | 
| 
       2110 
2110 
     | 
    
         
             
                  },
         
     | 
| 
       2111 
2111 
     | 
    
         
             
                  "engines": {
         
     | 
| 
       2112 
2112 
     | 
    
         
             
                    "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
         
     | 
| 
         @@ -2121,9 +2121,9 @@ 
     | 
|
| 
       2121 
2121 
     | 
    
         
             
                  }
         
     | 
| 
       2122 
2122 
     | 
    
         
             
                },
         
     | 
| 
       2123 
2123 
     | 
    
         
             
                "node_modules/@eslint/compat/node_modules/@eslint/core": {
         
     | 
| 
       2124 
     | 
    
         
            -
                  "version": "0. 
     | 
| 
       2125 
     | 
    
         
            -
                  "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0. 
     | 
| 
       2126 
     | 
    
         
            -
                  "integrity": "sha512- 
     | 
| 
      
 2124 
     | 
    
         
            +
                  "version": "0.17.0",
         
     | 
| 
      
 2125 
     | 
    
         
            +
                  "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
         
     | 
| 
      
 2126 
     | 
    
         
            +
                  "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
         
     | 
| 
       2127 
2127 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       2128 
2128 
     | 
    
         
             
                  "license": "Apache-2.0",
         
     | 
| 
       2129 
2129 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
         @@ -3616,9 +3616,9 @@ 
     | 
|
| 
       3616 
3616 
     | 
    
         
             
                  }
         
     | 
| 
       3617 
3617 
     | 
    
         
             
                },
         
     | 
| 
       3618 
3618 
     | 
    
         
             
                "node_modules/@oclif/plugin-help": {
         
     | 
| 
       3619 
     | 
    
         
            -
                  "version": "6.2. 
     | 
| 
       3620 
     | 
    
         
            -
                  "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2. 
     | 
| 
       3621 
     | 
    
         
            -
                  "integrity": "sha512- 
     | 
| 
      
 3619 
     | 
    
         
            +
                  "version": "6.2.35",
         
     | 
| 
      
 3620 
     | 
    
         
            +
                  "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.35.tgz",
         
     | 
| 
      
 3621 
     | 
    
         
            +
                  "integrity": "sha512-ZMcQTsHaiCEOZIRZoynUQ+98fyM1Adoqx4LbOgYWRVKXKbavHPCZKm6F+/y0GpWscXVoeGnvJO6GIBsigrqaSA==",
         
     | 
| 
       3622 
3622 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       3623 
3623 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
       3624 
3624 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
         @@ -4341,9 +4341,9 @@ 
     | 
|
| 
       4341 
4341 
     | 
    
         
             
                  "license": "MIT"
         
     | 
| 
       4342 
4342 
     | 
    
         
             
                },
         
     | 
| 
       4343 
4343 
     | 
    
         
             
                "node_modules/@salesforce/source-tracking": {
         
     | 
| 
       4344 
     | 
    
         
            -
                  "version": "7.5. 
     | 
| 
       4345 
     | 
    
         
            -
                  "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.5. 
     | 
| 
       4346 
     | 
    
         
            -
                  "integrity": "sha512 
     | 
| 
      
 4344 
     | 
    
         
            +
                  "version": "7.5.2",
         
     | 
| 
      
 4345 
     | 
    
         
            +
                  "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.5.2.tgz",
         
     | 
| 
      
 4346 
     | 
    
         
            +
                  "integrity": "sha512-GWRCqj+hrKXTlolo6F9DBEUThbykMUk0dhvX+h5RMMnKhEOSMH98AkejPRBER0MfdSDoHJF/ksDmZPdjQOfQCg==",
         
     | 
| 
       4347 
4347 
     | 
    
         
             
                  "license": "Apache-2.0",
         
     | 
| 
       4348 
4348 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       4349 
4349 
     | 
    
         
             
                    "@salesforce/core": "^8.23.3",
         
     | 
| 
         @@ -4352,7 +4352,7 @@ 
     | 
|
| 
       4352 
4352 
     | 
    
         
             
                    "@salesforce/ts-types": "^2.0.12",
         
     | 
| 
       4353 
4353 
     | 
    
         
             
                    "fast-xml-parser": "^4.5.3",
         
     | 
| 
       4354 
4354 
     | 
    
         
             
                    "graceful-fs": "^4.2.11",
         
     | 
| 
       4355 
     | 
    
         
            -
                    "isomorphic-git": "^1.34. 
     | 
| 
      
 4355 
     | 
    
         
            +
                    "isomorphic-git": "^1.34.2",
         
     | 
| 
       4356 
4356 
     | 
    
         
             
                    "ts-retry-promise": "^0.8.1"
         
     | 
| 
       4357 
4357 
     | 
    
         
             
                  },
         
     | 
| 
       4358 
4358 
     | 
    
         
             
                  "engines": {
         
     | 
| 
         @@ -9356,13 +9356,13 @@ 
     | 
|
| 
       9356 
9356 
     | 
    
         
             
                  }
         
     | 
| 
       9357 
9357 
     | 
    
         
             
                },
         
     | 
| 
       9358 
9358 
     | 
    
         
             
                "node_modules/eslint-config-oclif": {
         
     | 
| 
       9359 
     | 
    
         
            -
                  "version": "6.0. 
     | 
| 
       9360 
     | 
    
         
            -
                  "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0. 
     | 
| 
       9361 
     | 
    
         
            -
                  "integrity": "sha512- 
     | 
| 
      
 9359 
     | 
    
         
            +
                  "version": "6.0.115",
         
     | 
| 
      
 9360 
     | 
    
         
            +
                  "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.115.tgz",
         
     | 
| 
      
 9361 
     | 
    
         
            +
                  "integrity": "sha512-WxwiKCzES27wFg2uJQ5uHyCbb6E+50fNf3gz0e4Ie+gplc9qXG42I6Sv7ugUMJOZ6FdJTrYZ0IZFUldMA8MvmQ==",
         
     | 
| 
       9362 
9362 
     | 
    
         
             
                  "dev": true,
         
     | 
| 
       9363 
9363 
     | 
    
         
             
                  "license": "MIT",
         
     | 
| 
       9364 
9364 
     | 
    
         
             
                  "dependencies": {
         
     | 
| 
       9365 
     | 
    
         
            -
                    "@eslint/compat": "^1.4. 
     | 
| 
      
 9365 
     | 
    
         
            +
                    "@eslint/compat": "^1.4.1",
         
     | 
| 
       9366 
9366 
     | 
    
         
             
                    "@eslint/eslintrc": "^3.3.1",
         
     | 
| 
       9367 
9367 
     | 
    
         
             
                    "@eslint/js": "^9.38.0",
         
     | 
| 
       9368 
9368 
     | 
    
         
             
                    "@stylistic/eslint-plugin": "^3.1.0",
         
     | 
    
        package/oclif.lock
    CHANGED
    
    | 
         @@ -1021,12 +1021,12 @@ 
     | 
|
| 
       1021 
1021 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
         
     | 
| 
       1022 
1022 
     | 
    
         
             
              integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
         
     | 
| 
       1023 
1023 
     | 
    
         | 
| 
       1024 
     | 
    
         
            -
            "@eslint/compat@^1.4. 
     | 
| 
       1025 
     | 
    
         
            -
              version "1.4. 
     | 
| 
       1026 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.4. 
     | 
| 
       1027 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 1024 
     | 
    
         
            +
            "@eslint/compat@^1.4.1":
         
     | 
| 
      
 1025 
     | 
    
         
            +
              version "1.4.1"
         
     | 
| 
      
 1026 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.4.1.tgz#81eaabb3e0b080350582c1a8092a2d355fabf03e"
         
     | 
| 
      
 1027 
     | 
    
         
            +
              integrity sha512-cfO82V9zxxGBxcQDr1lfaYB7wykTa0b00mGa36FrJl7iTFd0Z2cHfEYuxcBRP/iNijCsWsEkA+jzT8hGYmv33w==
         
     | 
| 
       1028 
1028 
     | 
    
         
             
              dependencies:
         
     | 
| 
       1029 
     | 
    
         
            -
                "@eslint/core" "^0. 
     | 
| 
      
 1029 
     | 
    
         
            +
                "@eslint/core" "^0.17.0"
         
     | 
| 
       1030 
1030 
     | 
    
         | 
| 
       1031 
1031 
     | 
    
         
             
            "@eslint/core@^0.14.0":
         
     | 
| 
       1032 
1032 
     | 
    
         
             
              version "0.14.0"
         
     | 
| 
         @@ -1042,10 +1042,10 @@ 
     | 
|
| 
       1042 
1042 
     | 
    
         
             
              dependencies:
         
     | 
| 
       1043 
1043 
     | 
    
         
             
                "@types/json-schema" "^7.0.15"
         
     | 
| 
       1044 
1044 
     | 
    
         | 
| 
       1045 
     | 
    
         
            -
            "@eslint/core@^0. 
     | 
| 
       1046 
     | 
    
         
            -
              version "0. 
     | 
| 
       1047 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0. 
     | 
| 
       1048 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 1045 
     | 
    
         
            +
            "@eslint/core@^0.17.0":
         
     | 
| 
      
 1046 
     | 
    
         
            +
              version "0.17.0"
         
     | 
| 
      
 1047 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
         
     | 
| 
      
 1048 
     | 
    
         
            +
              integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
         
     | 
| 
       1049 
1049 
     | 
    
         
             
              dependencies:
         
     | 
| 
       1050 
1050 
     | 
    
         
             
                "@types/json-schema" "^7.0.15"
         
     | 
| 
       1051 
1051 
     | 
    
         | 
| 
         @@ -1579,10 +1579,10 @@ 
     | 
|
| 
       1579 
1579 
     | 
    
         
             
                semver "^7.7.3"
         
     | 
| 
       1580 
1580 
     | 
    
         
             
                ts-json-schema-generator "^1.5.1"
         
     | 
| 
       1581 
1581 
     | 
    
         | 
| 
       1582 
     | 
    
         
            -
            "@oclif/plugin-help@^6.2.34":
         
     | 
| 
       1583 
     | 
    
         
            -
              version "6.2. 
     | 
| 
       1584 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2. 
     | 
| 
       1585 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 1582 
     | 
    
         
            +
            "@oclif/plugin-help@^6.2.34", "@oclif/plugin-help@^6.2.35":
         
     | 
| 
      
 1583 
     | 
    
         
            +
              version "6.2.35"
         
     | 
| 
      
 1584 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.35.tgz#0e11e0c8eff9eb0eef46f2e5d429f95504eea947"
         
     | 
| 
      
 1585 
     | 
    
         
            +
              integrity sha512-ZMcQTsHaiCEOZIRZoynUQ+98fyM1Adoqx4LbOgYWRVKXKbavHPCZKm6F+/y0GpWscXVoeGnvJO6GIBsigrqaSA==
         
     | 
| 
       1586 
1586 
     | 
    
         
             
              dependencies:
         
     | 
| 
       1587 
1587 
     | 
    
         
             
                "@oclif/core" "^4"
         
     | 
| 
       1588 
1588 
     | 
    
         | 
| 
         @@ -1790,10 +1790,10 @@ 
     | 
|
| 
       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.2":
         
     | 
| 
      
 1794 
     | 
    
         
            +
              version "7.5.2"
         
     | 
| 
      
 1795 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.5.2.tgz#afb793549b26354b68150b6fff9b55a745300796"
         
     | 
| 
      
 1796 
     | 
    
         
            +
              integrity sha512-GWRCqj+hrKXTlolo6F9DBEUThbykMUk0dhvX+h5RMMnKhEOSMH98AkejPRBER0MfdSDoHJF/ksDmZPdjQOfQCg==
         
     | 
| 
       1797 
1797 
     | 
    
         
             
              dependencies:
         
     | 
| 
       1798 
1798 
     | 
    
         
             
                "@salesforce/core" "^8.23.3"
         
     | 
| 
       1799 
1799 
     | 
    
         
             
                "@salesforce/kit" "^3.2.4"
         
     | 
| 
         @@ -1801,7 +1801,7 @@ 
     | 
|
| 
       1801 
1801 
     | 
    
         
             
                "@salesforce/ts-types" "^2.0.12"
         
     | 
| 
       1802 
1802 
     | 
    
         
             
                fast-xml-parser "^4.5.3"
         
     | 
| 
       1803 
1803 
     | 
    
         
             
                graceful-fs "^4.2.11"
         
     | 
| 
       1804 
     | 
    
         
            -
                isomorphic-git "^1.34. 
     | 
| 
      
 1804 
     | 
    
         
            +
                isomorphic-git "^1.34.2"
         
     | 
| 
       1805 
1805 
     | 
    
         
             
                ts-retry-promise "^0.8.1"
         
     | 
| 
       1806 
1806 
     | 
    
         | 
| 
       1807 
1807 
     | 
    
         
             
            "@salesforce/ts-sinon@^1.4.31":
         
     | 
| 
         @@ -4690,12 +4690,12 @@ eslint-config-oclif@^5.2.2: 
     | 
|
| 
       4690 
4690 
     | 
    
         
             
                eslint-plugin-n "^15.1.0"
         
     | 
| 
       4691 
4691 
     | 
    
         
             
                eslint-plugin-unicorn "^48.0.1"
         
     | 
| 
       4692 
4692 
     | 
    
         | 
| 
       4693 
     | 
    
         
            -
            eslint-config-oclif@^6.0. 
     | 
| 
       4694 
     | 
    
         
            -
              version "6.0. 
     | 
| 
       4695 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0. 
     | 
| 
       4696 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 4693 
     | 
    
         
            +
            eslint-config-oclif@^6.0.115:
         
     | 
| 
      
 4694 
     | 
    
         
            +
              version "6.0.115"
         
     | 
| 
      
 4695 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.115.tgz#e16435e2d4308dd6e3b86cb3f205008d2d95e634"
         
     | 
| 
      
 4696 
     | 
    
         
            +
              integrity sha512-WxwiKCzES27wFg2uJQ5uHyCbb6E+50fNf3gz0e4Ie+gplc9qXG42I6Sv7ugUMJOZ6FdJTrYZ0IZFUldMA8MvmQ==
         
     | 
| 
       4697 
4697 
     | 
    
         
             
              dependencies:
         
     | 
| 
       4698 
     | 
    
         
            -
                "@eslint/compat" "^1.4. 
     | 
| 
      
 4698 
     | 
    
         
            +
                "@eslint/compat" "^1.4.1"
         
     | 
| 
       4699 
4699 
     | 
    
         
             
                "@eslint/eslintrc" "^3.3.1"
         
     | 
| 
       4700 
4700 
     | 
    
         
             
                "@eslint/js" "^9.38.0"
         
     | 
| 
       4701 
4701 
     | 
    
         
             
                "@stylistic/eslint-plugin" "^3.1.0"
         
     | 
| 
         @@ -6456,7 +6456,7 @@ 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.2, isomorphic-git@^1.34. 
     | 
| 
      
 6459 
     | 
    
         
            +
            isomorphic-git@1.34.2, isomorphic-git@^1.34.2:
         
     | 
| 
       6460 
6460 
     | 
    
         
             
              version "1.34.2"
         
     | 
| 
       6461 
6461 
     | 
    
         
             
              resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.34.2.tgz#e3bd3c3a83829a036559863ae178448acb35867e"
         
     | 
| 
       6462 
6462 
     | 
    
         
             
              integrity sha512-wPKs5a4sLn18SGd8MPNKe089wTnI4agfAY8et+q0GabtgJyNLRdC3ukHZ4EEC5XnczIwJOZ2xPvvTFgPXm80wg==
         
     | 
    
        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.93",
         
     | 
| 
       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.2",
         
     | 
| 
       16 
16 
     | 
    
         
             
                "@salesforce/ts-types": "^2.0.12",
         
     | 
| 
       17 
17 
     | 
    
         
             
                "fast-deep-equal": "^3.1.3",
         
     | 
| 
       18 
18 
     | 
    
         
             
                "fast-xml-parser": "^5.3.0",
         
     | 
| 
         @@ -22,14 +22,14 @@ 
     | 
|
| 
       22 
22 
     | 
    
         
             
              },
         
     | 
| 
       23 
23 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       24 
24 
     | 
    
         
             
                "@oclif/plugin-command-snapshot": "^5.3.8",
         
     | 
| 
       25 
     | 
    
         
            -
                "@oclif/plugin-help": "^6.2. 
     | 
| 
      
 25 
     | 
    
         
            +
                "@oclif/plugin-help": "^6.2.35",
         
     | 
| 
       26 
26 
     | 
    
         
             
                "@salesforce/cli-plugins-testkit": "^5.3.41",
         
     | 
| 
       27 
27 
     | 
    
         
             
                "@salesforce/dev-scripts": "^11.0.4",
         
     | 
| 
       28 
28 
     | 
    
         
             
                "@salesforce/ts-sinon": "^1.4.31",
         
     | 
| 
       29 
29 
     | 
    
         
             
                "@types/fs-extra": "^11.0.4",
         
     | 
| 
       30 
30 
     | 
    
         
             
                "@types/graceful-fs": "^4.1.9",
         
     | 
| 
       31 
31 
     | 
    
         
             
                "c8": "^10.1.3",
         
     | 
| 
       32 
     | 
    
         
            -
                "eslint-config-oclif": "^6.0. 
     | 
| 
      
 32 
     | 
    
         
            +
                "eslint-config-oclif": "^6.0.115",
         
     | 
| 
       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",
         
     |