From 3fb456df7387bfcda245a67878644ead9fa4e204 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 7 Aug 2024 21:51:53 +0000 Subject: [PATCH] Version Packages --- .changeset/curly-maps-fail.md | 5 -- CHANGELOG.md | 6 +++ Cargo.toml | 2 +- docs/command.md | 98 +++++++++++++++++++++++++++++++++++ docs/pactup.svg | 2 +- package.json | 3 +- 6 files changed, 107 insertions(+), 9 deletions(-) delete mode 100644 .changeset/curly-maps-fail.md diff --git a/.changeset/curly-maps-fail.md b/.changeset/curly-maps-fail.md deleted file mode 100644 index d747668..0000000 --- a/.changeset/curly-maps-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pactup": patch ---- - -Fix os arch report and support package.json version lookup diff --git a/CHANGELOG.md b/CHANGELOG.md index 663cf18..a709679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # pactup +## 0.2.16 + +### Patch Changes + +- [#28](https://github.com/kadena-community/pactup/pull/28) [`190de1c`](https://github.com/kadena-community/pactup/commit/190de1c1fdbb451e92d9fdbad044ab866eeb1d69) Thanks [@salamaashoush](https://github.com/salamaashoush)! - Fix os arch report and support package.json version lookup + ## 0.2.15 ### Patch Changes diff --git a/Cargo.toml b/Cargo.toml index a94c83d..9c870c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pactup" -version = "0.2.15" +version = "0.2.16" edition = "2021" license = "MIT" publish = true diff --git a/docs/command.md b/docs/command.md index 2ac75b5..d81c8f6 100644 --- a/docs/command.md +++ b/docs/command.md @@ -61,6 +61,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') @@ -133,6 +140,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') ``` @@ -184,6 +198,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') ``` @@ -251,6 +272,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') ``` @@ -312,6 +340,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') ``` @@ -378,6 +413,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') ``` @@ -434,6 +476,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') ``` @@ -492,6 +541,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') ``` @@ -547,6 +603,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') ``` @@ -604,6 +667,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') ``` @@ -658,6 +728,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') ``` @@ -721,6 +798,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') ``` @@ -778,6 +862,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') ``` @@ -833,6 +924,13 @@ 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.pact` field in `package.json` whenever a `.pact-version` or `.pactrc` file is not present. + Experimental: This feature is subject to change. + Note: `engines.pact` can be any semver range, with the latest satisfying version being resolved. + + [env: PACTUP_RESOLVE_ENGINES] + -h, --help Print help (see a summary with '-h') ``` diff --git a/docs/pactup.svg b/docs/pactup.svg index 2a3bcd2..2e42683 100644 --- a/docs/pactup.svg +++ b/docs/pactup.svg @@ -1 +1 @@ -evaleval"$(pactupeval"$(pactupenv)"ppapacpactpactupactuppactup--versionpactup0.2.15catcat.pact-version4.11pactupinstallInstallingPactv4.11.0(x64)00:00:00███████████████████████19.34MiB/19.34MiB(20.01MiB/s,0s)pactupuseUsingPactv4.11.0pact-vpactversion4.11eevevaeval"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:006.73KiB/19.34MiB(3.43MiB/s,6s)00:00:0010.77KiB/19.34MiB(3.86MiB/s,5s)00:00:0022.73KiB/19.34MiB(5.20MiB/s,4s)00:00:0030.80KiB/19.34MiB(6.18MiB/s,3s)00:00:0032.00KiB/19.34MiB(6.97MiB/s,3s)00:00:0034.69KiB/19.34MiB(10.20MiB/s,2s)00:00:0038.73KiB/19.34MiB(10.30MiB/s,2s)00:00:0042.77KiB/19.34MiB(10.45MiB/s,2s)00:00:0050.69KiB/19.34MiB(11.93MiB/s,2s)00:00:0086.95KiB/19.34MiB(14.01MiB/s,1s)00:00:00102.95KiB/19.34MiB(14.57MiB/s,1s)00:00:00118.95KiB/19.34MiB(14.90MiB/s,1s)00:00:00126.95KiB/19.34MiB(14.91MiB/s,1s)00:00:00150.95KiB/19.34MiB(15.34MiB/s,1s)00:00:00166.95KiB/19.34MiB(15.52MiB/s,1s)00:00:00182.95KiB/19.34MiB(15.70MiB/s,1s)00:00:00902.95KiB/19.34MiB(17.26MiB/s,1s)00:00:00██▏1.79MiB/19.34MiB(17.49MiB/s,1s)00:00:00███▍2.73MiB/19.34MiB(17.60MiB/s,1s)00:00:00████▊3.83MiB/19.34MiB(17.88MiB/s,1s)00:00:00██████▏5.02MiB/19.34MiB(18.22MiB/s,1s)00:00:00███████▉6.37MiB/19.34MiB(18.63MiB/s,1s)00:00:00█████████▋7.80MiB/19.34MiB(19.08MiB/s,1s)00:00:00███████████▋9.44MiB/19.34MiB(19.59MiB/s,1s)00:00:00█████████████▎11.24MiB/19.34MiB(20.14MiB/s,0s)00:00:00█████████████▉11.73MiB/19.34MiB(20.52MiB/s,0s)00:00:00██████████████▏11.93MiB/19.34MiB(20.57MiB/s,0s)00:00:00████████████████████▏16.93MiB/19.34MiB(21.11MiB/s,0s)00:00:00██████████████████████▋19.02MiB/19.34MiB(21.72MiB/s,0s)pactupupactupuspact- \ No newline at end of file +evaleval"$(pactupeval"$(pactupenv)"ppapacpactpactupactuppactup--versionpactup0.2.16catcat.pact-version4.13pactupinstallInstallingPactv4.13.0(x64)00:00:00███████████████████████19.27MiB/19.27MiB(39.19MiB/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:002.69KiB/19.27MiB(5.49MiB/s,4s)00:00:0010.77KiB/19.27MiB(7.25MiB/s,3s)00:00:0014.80KiB/19.27MiB(8.07MiB/s,2s)00:00:0016.00KiB/19.27MiB(10.71MiB/s,2s)00:00:0024.00KiB/19.27MiB(11.44MiB/s,2s)00:00:0032.00KiB/19.27MiB(11.56MiB/s,2s)00:00:0040.00KiB/19.27MiB(8.54MiB/s,2s)00:00:0048.00KiB/19.27MiB(8.53MiB/s,2s)00:00:0056.00KiB/19.27MiB(8.57MiB/s,2s)00:00:0063.62KiB/19.27MiB(8.58MiB/s,2s)00:00:0071.62KiB/19.27MiB(8.71MiB/s,2s)00:00:0079.62KiB/19.27MiB(8.73MiB/s,2s)00:00:0087.62KiB/19.27MiB(9.03MiB/s,2s)00:00:0095.62KiB/19.27MiB(9.05MiB/s,2s)00:00:00103.62KiB/19.27MiB(9.10MiB/s,2s)00:00:00111.62KiB/19.27MiB(9.11MiB/s,2s)00:00:00127.62KiB/19.27MiB(9.15MiB/s,2s)00:00:00135.62KiB/19.27MiB(9.20MiB/s,2s)00:00:00████▊3.85MiB/19.27MiB(38.49MiB/s,0s)00:00:00████████████████▉14.18MiB/19.27MiB(75.78MiB/s,0s)pactupupactupuspact- \ No newline at end of file diff --git a/package.json b/package.json index 6c61293..1d604aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pactup", - "version": "0.2.15", + "version": "0.2.16", "repository": { "type": "git", "url": "git@github.com:kadena-community/pactup.git" @@ -18,7 +18,6 @@ "kadena-community", "smart-contracts" ], - "homepage": "https://github.com/kadena-community/pactup", "bugs": "https://github.com/kadena-community/pactup/issues", "bin": "bin/pactup",