@jayree/sfdx-plugin-manifest 3.3.0 → 3.3.1
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/lib/SDR-extra/collections/componentSetExtra.js +4 -5
- package/lib/SDR-extra/collections/componentSetExtra.js.map +1 -1
- package/lib/SDR-extra/resolve/gitDiffResolver.js +5 -6
- package/lib/SDR-extra/resolve/gitDiffResolver.js.map +1 -1
- package/lib/commands/jayree/manifest/cleanup.js +2 -3
- package/lib/commands/jayree/manifest/cleanup.js.map +1 -1
- package/lib/hooks/changelog.js +3 -3
- package/lib/hooks/changelog.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +54 -234
- package/oclif.lock +8 -45
- package/oclif.manifest.json +1 -1
- package/package.json +3 -7
    
        package/npm-shrinkwrap.json
    CHANGED
    
    | @@ -1,29 +1,26 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@jayree/sfdx-plugin-manifest",
         | 
| 3 | 
            -
              "version": "3.3. | 
| 3 | 
            +
              "version": "3.3.1",
         | 
| 4 4 | 
             
              "lockfileVersion": 3,
         | 
| 5 5 | 
             
              "requires": true,
         | 
| 6 6 | 
             
              "packages": {
         | 
| 7 7 | 
             
                "": {
         | 
| 8 8 | 
             
                  "name": "@jayree/sfdx-plugin-manifest",
         | 
| 9 | 
            -
                  "version": "3.3. | 
| 9 | 
            +
                  "version": "3.3.1",
         | 
| 10 10 | 
             
                  "license": "BSD-3-Clause",
         | 
| 11 11 | 
             
                  "dependencies": {
         | 
| 12 | 
            -
                    "@jayree/changelog": "^1. | 
| 12 | 
            +
                    "@jayree/changelog": "^1.2.0",
         | 
| 13 13 | 
             
                    "@oclif/core": "^4.0.3",
         | 
| 14 14 | 
             
                    "@salesforce/core": "^7.3.12",
         | 
| 15 15 | 
             
                    "@salesforce/kit": "^3.1.2",
         | 
| 16 16 | 
             
                    "@salesforce/sf-plugins-core": "^10.0.0",
         | 
| 17 17 | 
             
                    "@salesforce/source-deploy-retrieve": "^11.6.4",
         | 
| 18 18 | 
             
                    "@salesforce/ts-types": "^2.0.9",
         | 
| 19 | 
            -
                    "chalk": "^5.3.0",
         | 
| 20 | 
            -
                    "debug": "^4.3.4",
         | 
| 21 19 | 
             
                    "fast-deep-equal": "^3.1.3",
         | 
| 22 20 | 
             
                    "fast-xml-parser": "^4.4.0",
         | 
| 23 21 | 
             
                    "fs-extra": "^11.2.0",
         | 
| 24 22 | 
             
                    "graceful-fs": "^4.2.11",
         | 
| 25 | 
            -
                    "isomorphic-git": "1.25.10" | 
| 26 | 
            -
                    "tslib": "^2.6.2"
         | 
| 23 | 
            +
                    "isomorphic-git": "1.25.10"
         | 
| 27 24 | 
             
                  },
         | 
| 28 25 | 
             
                  "devDependencies": {
         | 
| 29 26 | 
             
                    "@oclif/plugin-command-snapshot": "^5.2.0",
         | 
| @@ -31,7 +28,6 @@ | |
| 31 28 | 
             
                    "@salesforce/cli-plugins-testkit": "^5.3.9",
         | 
| 32 29 | 
             
                    "@salesforce/dev-scripts": "^10.1.0",
         | 
| 33 30 | 
             
                    "@salesforce/ts-sinon": "^1.4.19",
         | 
| 34 | 
            -
                    "@types/debug": "^4.1.12",
         | 
| 35 31 | 
             
                    "@types/fs-extra": "^11.0.4",
         | 
| 36 32 | 
             
                    "@types/graceful-fs": "^4.1.9",
         | 
| 37 33 | 
             
                    "@types/inquirer": "^9.0.7",
         | 
| @@ -3364,23 +3360,6 @@ | |
| 3364 3360 | 
             
                    "node": ">=v14"
         | 
| 3365 3361 | 
             
                  }
         | 
| 3366 3362 | 
             
                },
         | 
| 3367 | 
            -
                "node_modules/@commitlint/format/node_modules/chalk": {
         | 
| 3368 | 
            -
                  "version": "4.1.2",
         | 
| 3369 | 
            -
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
         | 
| 3370 | 
            -
                  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
         | 
| 3371 | 
            -
                  "dev": true,
         | 
| 3372 | 
            -
                  "license": "MIT",
         | 
| 3373 | 
            -
                  "dependencies": {
         | 
| 3374 | 
            -
                    "ansi-styles": "^4.1.0",
         | 
| 3375 | 
            -
                    "supports-color": "^7.1.0"
         | 
| 3376 | 
            -
                  },
         | 
| 3377 | 
            -
                  "engines": {
         | 
| 3378 | 
            -
                    "node": ">=10"
         | 
| 3379 | 
            -
                  },
         | 
| 3380 | 
            -
                  "funding": {
         | 
| 3381 | 
            -
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 3382 | 
            -
                  }
         | 
| 3383 | 
            -
                },
         | 
| 3384 3363 | 
             
                "node_modules/@commitlint/is-ignored": {
         | 
| 3385 3364 | 
             
                  "version": "17.8.1",
         | 
| 3386 3365 | 
             
                  "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.8.1.tgz",
         | 
| @@ -3460,23 +3439,6 @@ | |
| 3460 3439 | 
             
                  "dev": true,
         | 
| 3461 3440 | 
             
                  "license": "MIT"
         | 
| 3462 3441 | 
             
                },
         | 
| 3463 | 
            -
                "node_modules/@commitlint/load/node_modules/chalk": {
         | 
| 3464 | 
            -
                  "version": "4.1.2",
         | 
| 3465 | 
            -
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
         | 
| 3466 | 
            -
                  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
         | 
| 3467 | 
            -
                  "dev": true,
         | 
| 3468 | 
            -
                  "license": "MIT",
         | 
| 3469 | 
            -
                  "dependencies": {
         | 
| 3470 | 
            -
                    "ansi-styles": "^4.1.0",
         | 
| 3471 | 
            -
                    "supports-color": "^7.1.0"
         | 
| 3472 | 
            -
                  },
         | 
| 3473 | 
            -
                  "engines": {
         | 
| 3474 | 
            -
                    "node": ">=10"
         | 
| 3475 | 
            -
                  },
         | 
| 3476 | 
            -
                  "funding": {
         | 
| 3477 | 
            -
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 3478 | 
            -
                  }
         | 
| 3479 | 
            -
                },
         | 
| 3480 3442 | 
             
                "node_modules/@commitlint/load/node_modules/cosmiconfig-typescript-loader": {
         | 
| 3481 3443 | 
             
                  "version": "4.4.0",
         | 
| 3482 3444 | 
             
                  "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.4.0.tgz",
         | 
| @@ -3671,23 +3633,6 @@ | |
| 3671 3633 | 
             
                    "node": ">=v14"
         | 
| 3672 3634 | 
             
                  }
         | 
| 3673 3635 | 
             
                },
         | 
| 3674 | 
            -
                "node_modules/@commitlint/types/node_modules/chalk": {
         | 
| 3675 | 
            -
                  "version": "4.1.2",
         | 
| 3676 | 
            -
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
         | 
| 3677 | 
            -
                  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
         | 
| 3678 | 
            -
                  "dev": true,
         | 
| 3679 | 
            -
                  "license": "MIT",
         | 
| 3680 | 
            -
                  "dependencies": {
         | 
| 3681 | 
            -
                    "ansi-styles": "^4.1.0",
         | 
| 3682 | 
            -
                    "supports-color": "^7.1.0"
         | 
| 3683 | 
            -
                  },
         | 
| 3684 | 
            -
                  "engines": {
         | 
| 3685 | 
            -
                    "node": ">=10"
         | 
| 3686 | 
            -
                  },
         | 
| 3687 | 
            -
                  "funding": {
         | 
| 3688 | 
            -
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 3689 | 
            -
                  }
         | 
| 3690 | 
            -
                },
         | 
| 3691 3636 | 
             
                "node_modules/@cspotcode/source-map-support": {
         | 
| 3692 3637 | 
             
                  "version": "0.8.1",
         | 
| 3693 3638 | 
             
                  "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
         | 
| @@ -3860,22 +3805,6 @@ | |
| 3860 3805 | 
             
                    "node": ">=18"
         | 
| 3861 3806 | 
             
                  }
         | 
| 3862 3807 | 
             
                },
         | 
| 3863 | 
            -
                "node_modules/@inquirer/core/node_modules/chalk": {
         | 
| 3864 | 
            -
                  "version": "4.1.2",
         | 
| 3865 | 
            -
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
         | 
| 3866 | 
            -
                  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
         | 
| 3867 | 
            -
                  "license": "MIT",
         | 
| 3868 | 
            -
                  "dependencies": {
         | 
| 3869 | 
            -
                    "ansi-styles": "^4.1.0",
         | 
| 3870 | 
            -
                    "supports-color": "^7.1.0"
         | 
| 3871 | 
            -
                  },
         | 
| 3872 | 
            -
                  "engines": {
         | 
| 3873 | 
            -
                    "node": ">=10"
         | 
| 3874 | 
            -
                  },
         | 
| 3875 | 
            -
                  "funding": {
         | 
| 3876 | 
            -
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 3877 | 
            -
                  }
         | 
| 3878 | 
            -
                },
         | 
| 3879 3808 | 
             
                "node_modules/@inquirer/core/node_modules/signal-exit": {
         | 
| 3880 3809 | 
             
                  "version": "4.1.0",
         | 
| 3881 3810 | 
             
                  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
         | 
| @@ -3956,23 +3885,6 @@ | |
| 3956 3885 | 
             
                    "node": ">=18"
         | 
| 3957 3886 | 
             
                  }
         | 
| 3958 3887 | 
             
                },
         | 
| 3959 | 
            -
                "node_modules/@inquirer/select/node_modules/chalk": {
         | 
| 3960 | 
            -
                  "version": "4.1.2",
         | 
| 3961 | 
            -
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
         | 
| 3962 | 
            -
                  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
         | 
| 3963 | 
            -
                  "dev": true,
         | 
| 3964 | 
            -
                  "license": "MIT",
         | 
| 3965 | 
            -
                  "dependencies": {
         | 
| 3966 | 
            -
                    "ansi-styles": "^4.1.0",
         | 
| 3967 | 
            -
                    "supports-color": "^7.1.0"
         | 
| 3968 | 
            -
                  },
         | 
| 3969 | 
            -
                  "engines": {
         | 
| 3970 | 
            -
                    "node": ">=10"
         | 
| 3971 | 
            -
                  },
         | 
| 3972 | 
            -
                  "funding": {
         | 
| 3973 | 
            -
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 3974 | 
            -
                  }
         | 
| 3975 | 
            -
                },
         | 
| 3976 3888 | 
             
                "node_modules/@inquirer/type": {
         | 
| 3977 3889 | 
             
                  "version": "1.3.3",
         | 
| 3978 3890 | 
             
                  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.3.tgz",
         | 
| @@ -4144,12 +4056,12 @@ | |
| 4144 4056 | 
             
                  }
         | 
| 4145 4057 | 
             
                },
         | 
| 4146 4058 | 
             
                "node_modules/@jayree/changelog": {
         | 
| 4147 | 
            -
                  "version": "1. | 
| 4148 | 
            -
                  "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1. | 
| 4149 | 
            -
                  "integrity": "sha512- | 
| 4059 | 
            +
                  "version": "1.2.0",
         | 
| 4060 | 
            +
                  "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.0.tgz",
         | 
| 4061 | 
            +
                  "integrity": "sha512-fwo/ZaAhbAhNuIGBMfjLtQif0quwvTASk/dItroXoLvyxIkgNuyv6y5YjcC2gQU74qGDUoXAMBgwjQ07VVSgAw==",
         | 
| 4150 4062 | 
             
                  "license": "BSD-3-Clause",
         | 
| 4151 4063 | 
             
                  "dependencies": {
         | 
| 4152 | 
            -
                    "debug": "^4.3. | 
| 4064 | 
            +
                    "debug": "^4.3.5",
         | 
| 4153 4065 | 
             
                    "fs-extra": "^11.2.0",
         | 
| 4154 4066 | 
             
                    "marked": "^12.0.2",
         | 
| 4155 4067 | 
             
                    "marked-terminal": "^7.0.0",
         | 
| @@ -4617,6 +4529,19 @@ | |
| 4617 4529 | 
             
                    "sprintf-js": "~1.0.2"
         | 
| 4618 4530 | 
             
                  }
         | 
| 4619 4531 | 
             
                },
         | 
| 4532 | 
            +
                "node_modules/@oclif/plugin-warn-if-update-available/node_modules/chalk": {
         | 
| 4533 | 
            +
                  "version": "5.3.0",
         | 
| 4534 | 
            +
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
         | 
| 4535 | 
            +
                  "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
         | 
| 4536 | 
            +
                  "dev": true,
         | 
| 4537 | 
            +
                  "license": "MIT",
         | 
| 4538 | 
            +
                  "engines": {
         | 
| 4539 | 
            +
                    "node": "^12.17.0 || ^14.13 || >=16.0.0"
         | 
| 4540 | 
            +
                  },
         | 
| 4541 | 
            +
                  "funding": {
         | 
| 4542 | 
            +
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 4543 | 
            +
                  }
         | 
| 4544 | 
            +
                },
         | 
| 4620 4545 | 
             
                "node_modules/@oclif/plugin-warn-if-update-available/node_modules/js-yaml": {
         | 
| 4621 4546 | 
             
                  "version": "3.14.1",
         | 
| 4622 4547 | 
             
                  "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
         | 
| @@ -4942,23 +4867,6 @@ | |
| 4942 4867 | 
             
                    "undici-types": "~5.26.4"
         | 
| 4943 4868 | 
             
                  }
         | 
| 4944 4869 | 
             
                },
         | 
| 4945 | 
            -
                "node_modules/@salesforce/dev-scripts/node_modules/chalk": {
         | 
| 4946 | 
            -
                  "version": "4.1.2",
         | 
| 4947 | 
            -
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
         | 
| 4948 | 
            -
                  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
         | 
| 4949 | 
            -
                  "dev": true,
         | 
| 4950 | 
            -
                  "license": "MIT",
         | 
| 4951 | 
            -
                  "dependencies": {
         | 
| 4952 | 
            -
                    "ansi-styles": "^4.1.0",
         | 
| 4953 | 
            -
                    "supports-color": "^7.1.0"
         | 
| 4954 | 
            -
                  },
         | 
| 4955 | 
            -
                  "engines": {
         | 
| 4956 | 
            -
                    "node": ">=10"
         | 
| 4957 | 
            -
                  },
         | 
| 4958 | 
            -
                  "funding": {
         | 
| 4959 | 
            -
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 4960 | 
            -
                  }
         | 
| 4961 | 
            -
                },
         | 
| 4962 4870 | 
             
                "node_modules/@salesforce/dev-scripts/node_modules/execa": {
         | 
| 4963 4871 | 
             
                  "version": "4.1.0",
         | 
| 4964 4872 | 
             
                  "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
         | 
| @@ -6520,16 +6428,6 @@ | |
| 6520 6428 | 
             
                    "@types/node": "*"
         | 
| 6521 6429 | 
             
                  }
         | 
| 6522 6430 | 
             
                },
         | 
| 6523 | 
            -
                "node_modules/@types/debug": {
         | 
| 6524 | 
            -
                  "version": "4.1.12",
         | 
| 6525 | 
            -
                  "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
         | 
| 6526 | 
            -
                  "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
         | 
| 6527 | 
            -
                  "dev": true,
         | 
| 6528 | 
            -
                  "license": "MIT",
         | 
| 6529 | 
            -
                  "dependencies": {
         | 
| 6530 | 
            -
                    "@types/ms": "*"
         | 
| 6531 | 
            -
                  }
         | 
| 6532 | 
            -
                },
         | 
| 6533 6431 | 
             
                "node_modules/@types/fs-extra": {
         | 
| 6534 6432 | 
             
                  "version": "11.0.4",
         | 
| 6535 6433 | 
             
                  "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.4.tgz",
         | 
| @@ -6640,13 +6538,6 @@ | |
| 6640 6538 | 
             
                  "dev": true,
         | 
| 6641 6539 | 
             
                  "license": "MIT"
         | 
| 6642 6540 | 
             
                },
         | 
| 6643 | 
            -
                "node_modules/@types/ms": {
         | 
| 6644 | 
            -
                  "version": "0.7.34",
         | 
| 6645 | 
            -
                  "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz",
         | 
| 6646 | 
            -
                  "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==",
         | 
| 6647 | 
            -
                  "dev": true,
         | 
| 6648 | 
            -
                  "license": "MIT"
         | 
| 6649 | 
            -
                },
         | 
| 6650 6541 | 
             
                "node_modules/@types/mute-stream": {
         | 
| 6651 6542 | 
             
                  "version": "0.0.4",
         | 
| 6652 6543 | 
             
                  "resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz",
         | 
| @@ -8079,12 +7970,16 @@ | |
| 8079 7970 | 
             
                  }
         | 
| 8080 7971 | 
             
                },
         | 
| 8081 7972 | 
             
                "node_modules/chalk": {
         | 
| 8082 | 
            -
                  "version": " | 
| 8083 | 
            -
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk- | 
| 8084 | 
            -
                  "integrity": "sha512- | 
| 7973 | 
            +
                  "version": "4.1.2",
         | 
| 7974 | 
            +
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
         | 
| 7975 | 
            +
                  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
         | 
| 8085 7976 | 
             
                  "license": "MIT",
         | 
| 7977 | 
            +
                  "dependencies": {
         | 
| 7978 | 
            +
                    "ansi-styles": "^4.1.0",
         | 
| 7979 | 
            +
                    "supports-color": "^7.1.0"
         | 
| 7980 | 
            +
                  },
         | 
| 8086 7981 | 
             
                  "engines": {
         | 
| 8087 | 
            -
                    "node": " | 
| 7982 | 
            +
                    "node": ">=10"
         | 
| 8088 7983 | 
             
                  },
         | 
| 8089 7984 | 
             
                  "funding": {
         | 
| 8090 7985 | 
             
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| @@ -8241,22 +8136,6 @@ | |
| 8241 8136 | 
             
                    "npm": ">=5.0.0"
         | 
| 8242 8137 | 
             
                  }
         | 
| 8243 8138 | 
             
                },
         | 
| 8244 | 
            -
                "node_modules/cli-highlight/node_modules/chalk": {
         | 
| 8245 | 
            -
                  "version": "4.1.2",
         | 
| 8246 | 
            -
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
         | 
| 8247 | 
            -
                  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
         | 
| 8248 | 
            -
                  "license": "MIT",
         | 
| 8249 | 
            -
                  "dependencies": {
         | 
| 8250 | 
            -
                    "ansi-styles": "^4.1.0",
         | 
| 8251 | 
            -
                    "supports-color": "^7.1.0"
         | 
| 8252 | 
            -
                  },
         | 
| 8253 | 
            -
                  "engines": {
         | 
| 8254 | 
            -
                    "node": ">=10"
         | 
| 8255 | 
            -
                  },
         | 
| 8256 | 
            -
                  "funding": {
         | 
| 8257 | 
            -
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 8258 | 
            -
                  }
         | 
| 8259 | 
            -
                },
         | 
| 8260 8139 | 
             
                "node_modules/cli-progress": {
         | 
| 8261 8140 | 
             
                  "version": "3.12.0",
         | 
| 8262 8141 | 
             
                  "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.12.0.tgz",
         | 
| @@ -9835,23 +9714,6 @@ | |
| 9835 9714 | 
             
                    "url": "https://opencollective.com/eslint"
         | 
| 9836 9715 | 
             
                  }
         | 
| 9837 9716 | 
             
                },
         | 
| 9838 | 
            -
                "node_modules/eslint/node_modules/chalk": {
         | 
| 9839 | 
            -
                  "version": "4.1.2",
         | 
| 9840 | 
            -
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
         | 
| 9841 | 
            -
                  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
         | 
| 9842 | 
            -
                  "dev": true,
         | 
| 9843 | 
            -
                  "license": "MIT",
         | 
| 9844 | 
            -
                  "dependencies": {
         | 
| 9845 | 
            -
                    "ansi-styles": "^4.1.0",
         | 
| 9846 | 
            -
                    "supports-color": "^7.1.0"
         | 
| 9847 | 
            -
                  },
         | 
| 9848 | 
            -
                  "engines": {
         | 
| 9849 | 
            -
                    "node": ">=10"
         | 
| 9850 | 
            -
                  },
         | 
| 9851 | 
            -
                  "funding": {
         | 
| 9852 | 
            -
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 9853 | 
            -
                  }
         | 
| 9854 | 
            -
                },
         | 
| 9855 9717 | 
             
                "node_modules/eslint/node_modules/doctrine": {
         | 
| 9856 9718 | 
             
                  "version": "3.0.0",
         | 
| 9857 9719 | 
             
                  "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
         | 
| @@ -11921,22 +11783,6 @@ | |
| 11921 11783 | 
             
                    "node": ">=10"
         | 
| 11922 11784 | 
             
                  }
         | 
| 11923 11785 | 
             
                },
         | 
| 11924 | 
            -
                "node_modules/jake/node_modules/chalk": {
         | 
| 11925 | 
            -
                  "version": "4.1.2",
         | 
| 11926 | 
            -
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
         | 
| 11927 | 
            -
                  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
         | 
| 11928 | 
            -
                  "license": "MIT",
         | 
| 11929 | 
            -
                  "dependencies": {
         | 
| 11930 | 
            -
                    "ansi-styles": "^4.1.0",
         | 
| 11931 | 
            -
                    "supports-color": "^7.1.0"
         | 
| 11932 | 
            -
                  },
         | 
| 11933 | 
            -
                  "engines": {
         | 
| 11934 | 
            -
                    "node": ">=10"
         | 
| 11935 | 
            -
                  },
         | 
| 11936 | 
            -
                  "funding": {
         | 
| 11937 | 
            -
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 11938 | 
            -
                  }
         | 
| 11939 | 
            -
                },
         | 
| 11940 11786 | 
             
                "node_modules/joycon": {
         | 
| 11941 11787 | 
             
                  "version": "3.1.1",
         | 
| 11942 11788 | 
             
                  "resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz",
         | 
| @@ -12311,6 +12157,19 @@ | |
| 12311 12157 | 
             
                    "node": ">=18"
         | 
| 12312 12158 | 
             
                  }
         | 
| 12313 12159 | 
             
                },
         | 
| 12160 | 
            +
                "node_modules/linkinator/node_modules/chalk": {
         | 
| 12161 | 
            +
                  "version": "5.3.0",
         | 
| 12162 | 
            +
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
         | 
| 12163 | 
            +
                  "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
         | 
| 12164 | 
            +
                  "dev": true,
         | 
| 12165 | 
            +
                  "license": "MIT",
         | 
| 12166 | 
            +
                  "engines": {
         | 
| 12167 | 
            +
                    "node": "^12.17.0 || ^14.13 || >=16.0.0"
         | 
| 12168 | 
            +
                  },
         | 
| 12169 | 
            +
                  "funding": {
         | 
| 12170 | 
            +
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 12171 | 
            +
                  }
         | 
| 12172 | 
            +
                },
         | 
| 12314 12173 | 
             
                "node_modules/linkinator/node_modules/foreground-child": {
         | 
| 12315 12174 | 
             
                  "version": "3.1.1",
         | 
| 12316 12175 | 
             
                  "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
         | 
| @@ -12592,23 +12451,6 @@ | |
| 12592 12451 | 
             
                    "url": "https://github.com/sponsors/sindresorhus"
         | 
| 12593 12452 | 
             
                  }
         | 
| 12594 12453 | 
             
                },
         | 
| 12595 | 
            -
                "node_modules/log-symbols/node_modules/chalk": {
         | 
| 12596 | 
            -
                  "version": "4.1.2",
         | 
| 12597 | 
            -
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
         | 
| 12598 | 
            -
                  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
         | 
| 12599 | 
            -
                  "dev": true,
         | 
| 12600 | 
            -
                  "license": "MIT",
         | 
| 12601 | 
            -
                  "dependencies": {
         | 
| 12602 | 
            -
                    "ansi-styles": "^4.1.0",
         | 
| 12603 | 
            -
                    "supports-color": "^7.1.0"
         | 
| 12604 | 
            -
                  },
         | 
| 12605 | 
            -
                  "engines": {
         | 
| 12606 | 
            -
                    "node": ">=10"
         | 
| 12607 | 
            -
                  },
         | 
| 12608 | 
            -
                  "funding": {
         | 
| 12609 | 
            -
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 12610 | 
            -
                  }
         | 
| 12611 | 
            -
                },
         | 
| 12612 12454 | 
             
                "node_modules/lolex": {
         | 
| 12613 12455 | 
             
                  "version": "2.7.5",
         | 
| 12614 12456 | 
             
                  "resolved": "https://registry.npmjs.org/lolex/-/lolex-2.7.5.tgz",
         | 
| @@ -12754,6 +12596,18 @@ | |
| 12754 12596 | 
             
                    "url": "https://github.com/sponsors/sindresorhus"
         | 
| 12755 12597 | 
             
                  }
         | 
| 12756 12598 | 
             
                },
         | 
| 12599 | 
            +
                "node_modules/marked-terminal/node_modules/chalk": {
         | 
| 12600 | 
            +
                  "version": "5.3.0",
         | 
| 12601 | 
            +
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
         | 
| 12602 | 
            +
                  "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
         | 
| 12603 | 
            +
                  "license": "MIT",
         | 
| 12604 | 
            +
                  "engines": {
         | 
| 12605 | 
            +
                    "node": "^12.17.0 || ^14.13 || >=16.0.0"
         | 
| 12606 | 
            +
                  },
         | 
| 12607 | 
            +
                  "funding": {
         | 
| 12608 | 
            +
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 12609 | 
            +
                  }
         | 
| 12610 | 
            +
                },
         | 
| 12757 12611 | 
             
                "node_modules/marked-terminal/node_modules/supports-hyperlinks": {
         | 
| 12758 12612 | 
             
                  "version": "3.0.0",
         | 
| 12759 12613 | 
             
                  "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz",
         | 
| @@ -13722,23 +13576,6 @@ | |
| 13722 13576 | 
             
                    "node": ">=14.16"
         | 
| 13723 13577 | 
             
                  }
         | 
| 13724 13578 | 
             
                },
         | 
| 13725 | 
            -
                "node_modules/oclif/node_modules/chalk": {
         | 
| 13726 | 
            -
                  "version": "4.1.2",
         | 
| 13727 | 
            -
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
         | 
| 13728 | 
            -
                  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
         | 
| 13729 | 
            -
                  "dev": true,
         | 
| 13730 | 
            -
                  "license": "MIT",
         | 
| 13731 | 
            -
                  "dependencies": {
         | 
| 13732 | 
            -
                    "ansi-styles": "^4.1.0",
         | 
| 13733 | 
            -
                    "supports-color": "^7.1.0"
         | 
| 13734 | 
            -
                  },
         | 
| 13735 | 
            -
                  "engines": {
         | 
| 13736 | 
            -
                    "node": ">=10"
         | 
| 13737 | 
            -
                  },
         | 
| 13738 | 
            -
                  "funding": {
         | 
| 13739 | 
            -
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 13740 | 
            -
                  }
         | 
| 13741 | 
            -
                },
         | 
| 13742 13579 | 
             
                "node_modules/oclif/node_modules/fs-extra": {
         | 
| 13743 13580 | 
             
                  "version": "8.1.0",
         | 
| 13744 13581 | 
             
                  "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
         | 
| @@ -14206,23 +14043,6 @@ | |
| 14206 14043 | 
             
                    "npm": ">5"
         | 
| 14207 14044 | 
             
                  }
         | 
| 14208 14045 | 
             
                },
         | 
| 14209 | 
            -
                "node_modules/patch-package/node_modules/chalk": {
         | 
| 14210 | 
            -
                  "version": "4.1.2",
         | 
| 14211 | 
            -
                  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
         | 
| 14212 | 
            -
                  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
         | 
| 14213 | 
            -
                  "dev": true,
         | 
| 14214 | 
            -
                  "license": "MIT",
         | 
| 14215 | 
            -
                  "dependencies": {
         | 
| 14216 | 
            -
                    "ansi-styles": "^4.1.0",
         | 
| 14217 | 
            -
                    "supports-color": "^7.1.0"
         | 
| 14218 | 
            -
                  },
         | 
| 14219 | 
            -
                  "engines": {
         | 
| 14220 | 
            -
                    "node": ">=10"
         | 
| 14221 | 
            -
                  },
         | 
| 14222 | 
            -
                  "funding": {
         | 
| 14223 | 
            -
                    "url": "https://github.com/chalk/chalk?sponsor=1"
         | 
| 14224 | 
            -
                  }
         | 
| 14225 | 
            -
                },
         | 
| 14226 14046 | 
             
                "node_modules/patch-package/node_modules/fs-extra": {
         | 
| 14227 14047 | 
             
                  "version": "9.1.0",
         | 
| 14228 14048 | 
             
                  "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
         | 
    
        package/oclif.lock
    CHANGED
    
    | @@ -1535,12 +1535,12 @@ | |
| 1535 1535 | 
             
              resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
         | 
| 1536 1536 | 
             
              integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
         | 
| 1537 1537 |  | 
| 1538 | 
            -
            "@jayree/changelog@^1. | 
| 1539 | 
            -
              version "1. | 
| 1540 | 
            -
              resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1. | 
| 1541 | 
            -
              integrity sha512- | 
| 1538 | 
            +
            "@jayree/changelog@^1.2.0":
         | 
| 1539 | 
            +
              version "1.2.0"
         | 
| 1540 | 
            +
              resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.0.tgz#273f44fec010253febe4786221ef2493228cd709"
         | 
| 1541 | 
            +
              integrity sha512-fwo/ZaAhbAhNuIGBMfjLtQif0quwvTASk/dItroXoLvyxIkgNuyv6y5YjcC2gQU74qGDUoXAMBgwjQ07VVSgAw==
         | 
| 1542 1542 | 
             
              dependencies:
         | 
| 1543 | 
            -
                debug "^4.3. | 
| 1543 | 
            +
                debug "^4.3.5"
         | 
| 1544 1544 | 
             
                fs-extra "^11.2.0"
         | 
| 1545 1545 | 
             
                marked "^12.0.2"
         | 
| 1546 1546 | 
             
                marked-terminal "^7.0.0"
         | 
| @@ -2674,13 +2674,6 @@ | |
| 2674 2674 | 
             
              dependencies:
         | 
| 2675 2675 | 
             
                "@types/node" "*"
         | 
| 2676 2676 |  | 
| 2677 | 
            -
            "@types/debug@^4.1.12":
         | 
| 2678 | 
            -
              version "4.1.12"
         | 
| 2679 | 
            -
              resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917"
         | 
| 2680 | 
            -
              integrity sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==
         | 
| 2681 | 
            -
              dependencies:
         | 
| 2682 | 
            -
                "@types/ms" "*"
         | 
| 2683 | 
            -
             | 
| 2684 2677 | 
             
            "@types/fs-extra@^11.0.4":
         | 
| 2685 2678 | 
             
              version "11.0.4"
         | 
| 2686 2679 | 
             
              resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.4.tgz#e16a863bb8843fba8c5004362b5a73e17becca45"
         | 
| @@ -2761,11 +2754,6 @@ | |
| 2761 2754 | 
             
              resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
         | 
| 2762 2755 | 
             
              integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
         | 
| 2763 2756 |  | 
| 2764 | 
            -
            "@types/ms@*":
         | 
| 2765 | 
            -
              version "0.7.34"
         | 
| 2766 | 
            -
              resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.34.tgz#10964ba0dee6ac4cd462e2795b6bebd407303433"
         | 
| 2767 | 
            -
              integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==
         | 
| 2768 | 
            -
             | 
| 2769 2757 | 
             
            "@types/mute-stream@^0.0.4":
         | 
| 2770 2758 | 
             
              version "0.0.4"
         | 
| 2771 2759 | 
             
              resolved "https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz#77208e56a08767af6c5e1237be8888e2f255c478"
         | 
| @@ -8006,16 +7994,7 @@ srcset@^5.0.0: | |
| 8006 7994 | 
             
              resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.1.tgz#e660a728f195419e4afa95121099bc9efb7a1e36"
         | 
| 8007 7995 | 
             
              integrity sha512-/P1UYbGfJVlxZag7aABNRrulEXAwCSDo7fklafOQrantuPTDmYgijJMks2zusPCVzgW9+4P69mq7w6pYuZpgxw==
         | 
| 8008 7996 |  | 
| 8009 | 
            -
            "string-width-cjs@npm:string-width@^4.2.0":
         | 
| 8010 | 
            -
              version "4.2.3"
         | 
| 8011 | 
            -
              resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
         | 
| 8012 | 
            -
              integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
         | 
| 8013 | 
            -
              dependencies:
         | 
| 8014 | 
            -
                emoji-regex "^8.0.0"
         | 
| 8015 | 
            -
                is-fullwidth-code-point "^3.0.0"
         | 
| 8016 | 
            -
                strip-ansi "^6.0.1"
         | 
| 8017 | 
            -
             | 
| 8018 | 
            -
            string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
         | 
| 7997 | 
            +
            "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
         | 
| 8019 7998 | 
             
              version "4.2.3"
         | 
| 8020 7999 | 
             
              resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
         | 
| 8021 8000 | 
             
              integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
         | 
| @@ -8083,14 +8062,7 @@ string_decoder@~1.1.1: | |
| 8083 8062 | 
             
              dependencies:
         | 
| 8084 8063 | 
             
                safe-buffer "~5.1.0"
         | 
| 8085 8064 |  | 
| 8086 | 
            -
            "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
         | 
| 8087 | 
            -
              version "6.0.1"
         | 
| 8088 | 
            -
              resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
         | 
| 8089 | 
            -
              integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
         | 
| 8090 | 
            -
              dependencies:
         | 
| 8091 | 
            -
                ansi-regex "^5.0.1"
         | 
| 8092 | 
            -
             | 
| 8093 | 
            -
            strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
         | 
| 8065 | 
            +
            "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
         | 
| 8094 8066 | 
             
              version "6.0.1"
         | 
| 8095 8067 | 
             
              resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
         | 
| 8096 8068 | 
             
              integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
         | 
| @@ -8702,7 +8674,7 @@ workerpool@6.2.1: | |
| 8702 8674 | 
             
              resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
         | 
| 8703 8675 | 
             
              integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
         | 
| 8704 8676 |  | 
| 8705 | 
            -
            "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
         | 
| 8677 | 
            +
            "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
         | 
| 8706 8678 | 
             
              version "7.0.0"
         | 
| 8707 8679 | 
             
              resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
         | 
| 8708 8680 | 
             
              integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
         | 
| @@ -8720,15 +8692,6 @@ wrap-ansi@^6.2.0: | |
| 8720 8692 | 
             
                string-width "^4.1.0"
         | 
| 8721 8693 | 
             
                strip-ansi "^6.0.0"
         | 
| 8722 8694 |  | 
| 8723 | 
            -
            wrap-ansi@^7.0.0:
         | 
| 8724 | 
            -
              version "7.0.0"
         | 
| 8725 | 
            -
              resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
         | 
| 8726 | 
            -
              integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
         | 
| 8727 | 
            -
              dependencies:
         | 
| 8728 | 
            -
                ansi-styles "^4.0.0"
         | 
| 8729 | 
            -
                string-width "^4.1.0"
         | 
| 8730 | 
            -
                strip-ansi "^6.0.0"
         | 
| 8731 | 
            -
             | 
| 8732 8695 | 
             
            wrap-ansi@^8.1.0:
         | 
| 8733 8696 | 
             
              version "8.1.0"
         | 
| 8734 8697 | 
             
              resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
         | 
    
        package/oclif.manifest.json
    CHANGED
    
    
    
        package/package.json
    CHANGED
    
    | @@ -1,26 +1,23 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@jayree/sfdx-plugin-manifest",
         | 
| 3 3 | 
             
              "description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
         | 
| 4 | 
            -
              "version": "3.3. | 
| 4 | 
            +
              "version": "3.3.1",
         | 
| 5 5 | 
             
              "author": "jayree",
         | 
| 6 6 | 
             
              "type": "module",
         | 
| 7 7 | 
             
              "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
         | 
| 8 8 | 
             
              "dependencies": {
         | 
| 9 | 
            -
                "@jayree/changelog": "^1. | 
| 9 | 
            +
                "@jayree/changelog": "^1.2.0",
         | 
| 10 10 | 
             
                "@oclif/core": "^4.0.3",
         | 
| 11 11 | 
             
                "@salesforce/core": "^7.3.12",
         | 
| 12 12 | 
             
                "@salesforce/kit": "^3.1.2",
         | 
| 13 13 | 
             
                "@salesforce/sf-plugins-core": "^10.0.0",
         | 
| 14 14 | 
             
                "@salesforce/source-deploy-retrieve": "^11.6.4",
         | 
| 15 15 | 
             
                "@salesforce/ts-types": "^2.0.9",
         | 
| 16 | 
            -
                "chalk": "^5.3.0",
         | 
| 17 | 
            -
                "debug": "^4.3.4",
         | 
| 18 16 | 
             
                "fast-deep-equal": "^3.1.3",
         | 
| 19 17 | 
             
                "fast-xml-parser": "^4.4.0",
         | 
| 20 18 | 
             
                "fs-extra": "^11.2.0",
         | 
| 21 19 | 
             
                "graceful-fs": "^4.2.11",
         | 
| 22 | 
            -
                "isomorphic-git": "1.25.10" | 
| 23 | 
            -
                "tslib": "^2.6.2"
         | 
| 20 | 
            +
                "isomorphic-git": "1.25.10"
         | 
| 24 21 | 
             
              },
         | 
| 25 22 | 
             
              "devDependencies": {
         | 
| 26 23 | 
             
                "@oclif/plugin-command-snapshot": "^5.2.0",
         | 
| @@ -28,7 +25,6 @@ | |
| 28 25 | 
             
                "@salesforce/cli-plugins-testkit": "^5.3.9",
         | 
| 29 26 | 
             
                "@salesforce/dev-scripts": "^10.1.0",
         | 
| 30 27 | 
             
                "@salesforce/ts-sinon": "^1.4.19",
         | 
| 31 | 
            -
                "@types/debug": "^4.1.12",
         | 
| 32 28 | 
             
                "@types/fs-extra": "^11.0.4",
         | 
| 33 29 | 
             
                "@types/graceful-fs": "^4.1.9",
         | 
| 34 30 | 
             
                "@types/inquirer": "^9.0.7",
         |