From f95725758f38afd36fdfd918e158751a173fac4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 17 Nov 2024 21:41:04 +0000 Subject: [PATCH] Version Packages --- .changeset/light-pumas-itch.md | 5 -- CHANGELOG.md | 6 ++ Cargo.toml | 2 +- docs/command.md | 134 +++++++++++++++++++++++++-------- docs/pactup.svg | 2 +- package.json | 2 +- 6 files changed, 111 insertions(+), 40 deletions(-) delete mode 100644 .changeset/light-pumas-itch.md diff --git a/.changeset/light-pumas-itch.md b/.changeset/light-pumas-itch.md deleted file mode 100644 index 10b0249..0000000 --- a/.changeset/light-pumas-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pactup": patch ---- - -update deps and fix --use-on-cd diff --git a/CHANGELOG.md b/CHANGELOG.md index bc98c77..8a22834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # pactup +## 0.2.21 + +### Patch Changes + +- [`cbcee11`](https://github.com/kadena-community/pactup/commit/cbcee115b63dbcd328be542ad9f0813146ed41c3) Thanks [@salamaashoush](https://github.com/salamaashoush)! - update deps and fix --use-on-cd + ## 0.2.20 ### Patch Changes diff --git a/Cargo.toml b/Cargo.toml index b5fccb4..c65e041 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pactup" -version = "0.2.20" +version = "0.2.21" edition = "2021" license = "MIT" publish = true diff --git a/docs/command.md b/docs/command.md index a3ea9ec..ba6aec8 100644 --- a/docs/command.md +++ b/docs/command.md @@ -8,7 +8,7 @@ Usage: pactup [OPTIONS] Commands: list-remote List all remote Pact versions [aliases: ls-remote] list List all locally installed Pact versions [aliases: ls] - install Install a new Pact version + install Install a new Pact version [aliases: i] use Change Pact version env Print and set up required environment variables for pactup completions Print shell completions to stdout @@ -17,7 +17,7 @@ Commands: default Set a version as the default version current Print the current Pact version exec Run a command within pactup context - uninstall Uninstall a Pact version + uninstall Uninstall a Pact version [aliases: uni] which Print the path to installed Pact version help Print this message or the help of the given subcommand(s) @@ -61,12 +61,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') @@ -140,12 +145,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') @@ -198,12 +208,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') @@ -275,12 +290,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') @@ -343,12 +363,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') @@ -375,7 +400,7 @@ Options: --shell The shell syntax to use. Infers when missing - [possible values: bash, zsh, fish, power-shell] + [possible values: bash, zsh, fish, powershell] --json Print JSON instead of shell commands @@ -416,12 +441,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') @@ -444,7 +474,7 @@ Options: --shell The shell syntax to use. Infers when missing - [possible values: bash, zsh, fish, power-shell] + [possible values: bash, zsh, fish, powershell] --pact-5x-repo @@ -479,12 +509,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') @@ -544,12 +579,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') @@ -606,12 +646,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') @@ -670,12 +715,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') @@ -731,12 +781,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') @@ -801,12 +856,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') @@ -865,12 +925,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') @@ -927,12 +992,17 @@ Options: - local: Use the local version of Node defined within the current directory - recursive: Use the version of Node defined within the current directory and all parent directories - --resolve-engines + --resolve-engines [] Resolve `engines.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. - Experimental: This feature is subject to change. + This feature is enabled by default. To disable it, provide `--resolve-engines=false`. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + Note 2: If you disable it, please open an issue on GitHub describing _why_ you disabled it. + In the future, disabling it might be a no-op, so it's worth knowing any reason to + do that. [env: PACTUP_RESOLVE_ENGINES] + [possible values: true, false] -h, --help Print help (see a summary with '-h') diff --git a/docs/pactup.svg b/docs/pactup.svg index 6c46e9a..254c452 100644 --- a/docs/pactup.svg +++ b/docs/pactup.svg @@ -1 +1 @@ -evaleval"$(pactupeval"$(pactupenv)"ppapacpactpactupactuppactup--versionpactup0.2.20catcat.pact-version4.13pactupinstallInstallingPactv4.13.0(x64)00:00:00███████████████████████19.21MiB/19.21MiB(51.46MiB/s,0s)pactupuseUsingPactv4.13.0pact-vpactversion4.13eevevaeval"eval"$eval"$(eval"$(peval"$(paeval"$(paceval"$(pacteval"$(pactueval"$(pactupeeval"$(pactupeneval"$(pactupenveval"$(pactupenv)pactup-pactup--pactup--vpactup--vepactup--verpactup--verspactup--versipactup--versioccacat.cat.pcat.pacat.paccat.pactcat.pact-cat.pact-vcat.pact-vecat.pact-vercat.pact-verscat.pact-versicat.pact-versiopactupipactupinpactupinspactupinstpactupinstapactupinstal00:00:004.04KiB/19.21MiB(7.56MiB/s,3s)00:00:0016.15KiB/19.21MiB(11.23MiB/s,2s)00:00:0020.19KiB/19.21MiB(12.02MiB/s,2s)00:00:0032.30KiB/19.21MiB(15.82MiB/s,1s)00:00:0036.33KiB/19.21MiB(16.67MiB/s,1s)00:00:0043.06KiB/19.21MiB(20.25MiB/s,1s)00:00:0088.00KiB/19.21MiB(24.42MiB/s,1s)00:00:00141.40KiB/19.21MiB(26.58MiB/s,1s)00:00:00269.40KiB/19.21MiB(36.45MiB/s,1s)00:00:00453.40KiB/19.21MiB(46.93MiB/s,0s)00:00:00781.40KiB/19.21MiB(60.30MiB/s,0s)00:00:00█▎1.10MiB/19.21MiB(74.28MiB/s,0s)00:00:00█▊1.44MiB/19.21MiB(87.62MiB/s,0s)00:00:00██▏1.76MiB/19.21MiB(99.34MiB/s,0s)00:00:00██▌2.10MiB/19.21MiB(110.52MiB/s,0s)00:00:00████████████████▊14.66MiB/19.21MiB(230.91MiB/s,0s)pactupupactupuspact- \ No newline at end of file +evaleval"$(pactupeval"$(pactupenv)"ppapacpactpactupactuppactup--versionpactup0.2.21catcat.pact-version4.13pactupinstallInstallingPactv4.13.1(x64)00:00:00███████████████████████19.54MiB/19.54MiB(44.31MiB/s,0s)pactupuseUsingPactv4.13.1pact-vpactversion4.13.1eevevaeval"eval"$eval"$(eval"$(peval"$(paeval"$(paceval"$(pacteval"$(pactueval"$(pactupeeval"$(pactupeneval"$(pactupenveval"$(pactupenv)pactup-pactup--pactup--vpactup--vepactup--verpactup--verspactup--versipactup--versioccacat.cat.pcat.pacat.paccat.pactcat.pact-cat.pact-vcat.pact-vecat.pact-vercat.pact-verscat.pact-versicat.pact-versiopactupipactupinpactupinspactupinstpactupinstapactupinstal00:00:002.69KiB/19.54MiB(2.92MiB/s,7s)00:00:0010.77KiB/19.54MiB(3.63MiB/s,5s)00:00:0038.73KiB/19.54MiB(7.20MiB/s,3s)00:00:0042.77KiB/19.54MiB(10.02MiB/s,2s)00:00:0070.52KiB/19.54MiB(16.23MiB/s,1s)00:00:00166.52KiB/19.54MiB(26.85MiB/s,1s)00:00:00406.52KiB/19.54MiB(44.22MiB/s,0s)00:00:00630.52KiB/19.54MiB(59.50MiB/s,0s)00:00:00854.52KiB/19.54MiB(71.92MiB/s,0s)00:00:00█▎1.09MiB/19.54MiB(83.87MiB/s,0s)00:00:00█▌1.31MiB/19.54MiB(93.87MiB/s,0s)00:00:00█▊1.58MiB/19.54MiB(102.99MiB/s,0s)00:00:00██▎1.91MiB/19.54MiB(111.83MiB/s,0s)00:00:00███████████▊10.49MiB/19.54MiB(189.83MiB/s,0s)pactupupactupuspact- \ No newline at end of file diff --git a/package.json b/package.json index cacb935..b537eb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pactup", - "version": "0.2.20", + "version": "0.2.21", "repository": { "type": "git", "url": "git@github.com:kadena-community/pactup.git"