From 5f67da78e156798ffc6ea4545c77f03efd59761b Mon Sep 17 00:00:00 2001 From: "tianding.wk" Date: Thu, 6 Jul 2023 19:56:42 +0800 Subject: [PATCH] v0.0.12 --- CHANGELOG.md | 32 ++++++++++++++++++++++ bindings/binding-darwin-amd64/CHANGELOG.md | 8 ++++++ bindings/binding-darwin-amd64/package.json | 2 +- bindings/binding-darwin-arm64/CHANGELOG.md | 8 ++++++ bindings/binding-darwin-arm64/package.json | 2 +- bindings/binding-linux-amd64/CHANGELOG.md | 8 ++++++ bindings/binding-linux-amd64/package.json | 2 +- bindings/binding-linux-arm64/CHANGELOG.md | 8 ++++++ bindings/binding-linux-arm64/package.json | 2 +- lerna.json | 2 +- packages/binding/CHANGELOG.md | 18 ++++++++++++ packages/binding/package.json | 10 +++---- packages/cli/CHANGELOG.md | 31 +++++++++++++++++++++ packages/cli/package.json | 4 +-- 14 files changed, 125 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b21dfe..887fd55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.12 (2023-07-06) + + +### Bug Fixes + +* **binding:** openssl deps ([83c33de](https://github.com/cnpm/rapid/commit/83c33deb6faddc50ea73f8fde54b14d23f56479f)) +* **cli:** add dep tree resolver options ([157bb77](https://github.com/cnpm/rapid/commit/157bb777052a666a32a28f19211139a693e34c46)) +* **cli:** add RemoteResolver and RemoteCacheResolver options ([0014266](https://github.com/cnpm/rapid/commit/00142667d954a9d7b44246e1442d0bf1d3519394)) +* **cli:** package main entry ([b03c2ad](https://github.com/cnpm/rapid/commit/b03c2ad26a874b63226c8c9c64cfb8b500662a59)) +* **cli:** read pkg file ([bf33622](https://github.com/cnpm/rapid/commit/bf33622ee90115b4ff595c44fb84f980eddddb6b)) +* **cli:** readPkgJSON error ([6a1f4b6](https://github.com/cnpm/rapid/commit/6a1f4b6721f423df353f47a63710195dbdc17721)) +* **cli:** remove runscript deps ([84eb651](https://github.com/cnpm/rapid/commit/84eb65152ff4d5dbe6f76168fd16cab55f6b9e64)) +* **cli:** util func missing ([b76df41](https://github.com/cnpm/rapid/commit/b76df415053f1b83a9c135bde92108bec7c91afc)) +* **deps:** update deps ([814244c](https://github.com/cnpm/rapid/commit/814244c1111fd8fdb744a3d705bf3826822546ec)) +* parse tarball url error ([#18](https://github.com/cnpm/rapid/issues/18)) ([2e26387](https://github.com/cnpm/rapid/commit/2e26387e099c5f441a0e8d1bc63e725437a5c7a9)) +* rapid umount erorr ([1a6c5fa](https://github.com/cnpm/rapid/commit/1a6c5fa69799b5ea0aec58a6f7183dfe40fac3ba)) +* runProjectLifecycleScript OOM ([e451d73](https://github.com/cnpm/rapid/commit/e451d73d5050394a6f18f1ae255cdaac497554ea)) +* should not download tgz when has no tarball link for an optionalDependency ([819d72b](https://github.com/cnpm/rapid/commit/819d72bf7b3125a8eea945aae6e50a85b183fd95)) +* use execa instead of runscript ([#19](https://github.com/cnpm/rapid/issues/19)) ([3345f62](https://github.com/cnpm/rapid/commit/3345f62c65e308f5dbff8754d19a48b4485687d4)) +* use runscript instead of execa.command ([3832536](https://github.com/cnpm/rapid/commit/3832536ffc9e278a9d8b8d81ab22f2fc9632f136)) +* workspaces lifecycle scripts not running ([232e9b2](https://github.com/cnpm/rapid/commit/232e9b26899f11b29d730452cb686c89c258185c)) + + +### Features + +* impl restore buckets and toc_index_store ([#4](https://github.com/cnpm/rapid/issues/4)) ([4975b58](https://github.com/cnpm/rapid/commit/4975b58bd9191eaccbfc4b0dd8f7601d05a682f5)) +* init rapid ([0f3c7f6](https://github.com/cnpm/rapid/commit/0f3c7f6f80efc7c44ace662895477ff67a2b3eec)) + + + + + ## 0.0.11 (2023-05-24) diff --git a/bindings/binding-darwin-amd64/CHANGELOG.md b/bindings/binding-darwin-amd64/CHANGELOG.md index ebaa0de..e265d9c 100644 --- a/bindings/binding-darwin-amd64/CHANGELOG.md +++ b/bindings/binding-darwin-amd64/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.12 (2023-07-06) + +**Note:** Version bump only for package @cnpmjs/binding-darwin-x64 + + + + + ## 0.0.11 (2023-05-24) **Note:** Version bump only for package @cnpmjs/binding-darwin-x64 diff --git a/bindings/binding-darwin-amd64/package.json b/bindings/binding-darwin-amd64/package.json index fa8351b..5a6c145 100644 --- a/bindings/binding-darwin-amd64/package.json +++ b/bindings/binding-darwin-amd64/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding-darwin-x64", - "version": "0.0.11", + "version": "0.0.12", "description": "downloader darwin x64 binding", "main": "index.node", "homepage": "https://github.com/cnpm/rapid", diff --git a/bindings/binding-darwin-arm64/CHANGELOG.md b/bindings/binding-darwin-arm64/CHANGELOG.md index b0fb90c..c5fff61 100644 --- a/bindings/binding-darwin-arm64/CHANGELOG.md +++ b/bindings/binding-darwin-arm64/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.12 (2023-07-06) + +**Note:** Version bump only for package @cnpmjs/binding-darwin-arm64 + + + + + ## 0.0.11 (2023-05-24) **Note:** Version bump only for package @cnpmjs/binding-darwin-arm64 diff --git a/bindings/binding-darwin-arm64/package.json b/bindings/binding-darwin-arm64/package.json index 600adde..2471ba8 100644 --- a/bindings/binding-darwin-arm64/package.json +++ b/bindings/binding-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding-darwin-arm64", - "version": "0.0.11", + "version": "0.0.12", "description": "downloader darwin arm64 binding", "main": "index.node", "homepage": "https://github.com/cnpm/rapid", diff --git a/bindings/binding-linux-amd64/CHANGELOG.md b/bindings/binding-linux-amd64/CHANGELOG.md index a7ed228..d95ef05 100644 --- a/bindings/binding-linux-amd64/CHANGELOG.md +++ b/bindings/binding-linux-amd64/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.12 (2023-07-06) + +**Note:** Version bump only for package @cnpmjs/binding-linux-x64 + + + + + ## 0.0.11 (2023-05-24) **Note:** Version bump only for package @cnpmjs/binding-linux-x64 diff --git a/bindings/binding-linux-amd64/package.json b/bindings/binding-linux-amd64/package.json index cd47fcd..e4af5a5 100644 --- a/bindings/binding-linux-amd64/package.json +++ b/bindings/binding-linux-amd64/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding-linux-x64", - "version": "0.0.11", + "version": "0.0.12", "description": "downloader linux x64 binding", "main": "index.node", "homepage": "https://github.com/cnpm/rapid", diff --git a/bindings/binding-linux-arm64/CHANGELOG.md b/bindings/binding-linux-arm64/CHANGELOG.md index b851ac6..54bade4 100644 --- a/bindings/binding-linux-arm64/CHANGELOG.md +++ b/bindings/binding-linux-arm64/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.12 (2023-07-06) + +**Note:** Version bump only for package @cnpmjs/binding-linux-arm64 + + + + + ## 0.0.11 (2023-05-24) **Note:** Version bump only for package @cnpmjs/binding-linux-arm64 diff --git a/bindings/binding-linux-arm64/package.json b/bindings/binding-linux-arm64/package.json index a065317..2596ef9 100644 --- a/bindings/binding-linux-arm64/package.json +++ b/bindings/binding-linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding-linux-arm64", - "version": "0.0.11", + "version": "0.0.12", "description": "downloader linux arm64 binding", "main": "index.node", "homepage": "https://github.com/cnpm/rapid", diff --git a/lerna.json b/lerna.json index f7dd106..cf3c26e 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,6 @@ "integration", "bindings/*" ], - "version": "0.0.11", + "version": "0.0.12", "lerna": "6.6.2" } diff --git a/packages/binding/CHANGELOG.md b/packages/binding/CHANGELOG.md index d3170df..3d59187 100644 --- a/packages/binding/CHANGELOG.md +++ b/packages/binding/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.12 (2023-07-06) + + +### Bug Fixes + +* **binding:** openssl deps ([83c33de](https://github.com/cnpm/rapid/commit/83c33deb6faddc50ea73f8fde54b14d23f56479f)) +* **cli:** add dep tree resolver options ([157bb77](https://github.com/cnpm/rapid/commit/157bb777052a666a32a28f19211139a693e34c46)) + + +### Features + +* impl restore buckets and toc_index_store ([#4](https://github.com/cnpm/rapid/issues/4)) ([4975b58](https://github.com/cnpm/rapid/commit/4975b58bd9191eaccbfc4b0dd8f7601d05a682f5)) +* init rapid ([0f3c7f6](https://github.com/cnpm/rapid/commit/0f3c7f6f80efc7c44ace662895477ff67a2b3eec)) + + + + + ## 0.0.11 (2023-05-24) diff --git a/packages/binding/package.json b/packages/binding/package.json index b2c54ab..53801f3 100644 --- a/packages/binding/package.json +++ b/packages/binding/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding", - "version": "0.0.11", + "version": "0.0.12", "description": "downloader binding", "main": "index.js", "files": [ @@ -18,10 +18,10 @@ "pack": "npm pack" }, "optionalDependencies": { - "@cnpmjs/binding-darwin-arm64": "^0.0.11", - "@cnpmjs/binding-darwin-x64": "^0.0.11", - "@cnpmjs/binding-linux-arm64": "^0.0.11", - "@cnpmjs/binding-linux-x64": "^0.0.11" + "@cnpmjs/binding-darwin-arm64": "^0.0.12", + "@cnpmjs/binding-darwin-x64": "^0.0.12", + "@cnpmjs/binding-linux-arm64": "^0.0.12", + "@cnpmjs/binding-linux-x64": "^0.0.12" }, "devDependencies": { "@napi-rs/cli": "^2.4.2" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0da7cbd..d2ce280 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.12 (2023-07-06) + + +### Bug Fixes + +* **cli:** add dep tree resolver options ([157bb77](https://github.com/cnpm/rapid/commit/157bb777052a666a32a28f19211139a693e34c46)) +* **cli:** add RemoteResolver and RemoteCacheResolver options ([0014266](https://github.com/cnpm/rapid/commit/00142667d954a9d7b44246e1442d0bf1d3519394)) +* **cli:** package main entry ([b03c2ad](https://github.com/cnpm/rapid/commit/b03c2ad26a874b63226c8c9c64cfb8b500662a59)) +* **cli:** read pkg file ([bf33622](https://github.com/cnpm/rapid/commit/bf33622ee90115b4ff595c44fb84f980eddddb6b)) +* **cli:** readPkgJSON error ([6a1f4b6](https://github.com/cnpm/rapid/commit/6a1f4b6721f423df353f47a63710195dbdc17721)) +* **cli:** remove runscript deps ([84eb651](https://github.com/cnpm/rapid/commit/84eb65152ff4d5dbe6f76168fd16cab55f6b9e64)) +* **cli:** util func missing ([b76df41](https://github.com/cnpm/rapid/commit/b76df415053f1b83a9c135bde92108bec7c91afc)) +* **deps:** update deps ([814244c](https://github.com/cnpm/rapid/commit/814244c1111fd8fdb744a3d705bf3826822546ec)) +* parse tarball url error ([#18](https://github.com/cnpm/rapid/issues/18)) ([2e26387](https://github.com/cnpm/rapid/commit/2e26387e099c5f441a0e8d1bc63e725437a5c7a9)) +* rapid umount erorr ([1a6c5fa](https://github.com/cnpm/rapid/commit/1a6c5fa69799b5ea0aec58a6f7183dfe40fac3ba)) +* runProjectLifecycleScript OOM ([e451d73](https://github.com/cnpm/rapid/commit/e451d73d5050394a6f18f1ae255cdaac497554ea)) +* should not download tgz when has no tarball link for an optionalDependency ([819d72b](https://github.com/cnpm/rapid/commit/819d72bf7b3125a8eea945aae6e50a85b183fd95)) +* use execa instead of runscript ([#19](https://github.com/cnpm/rapid/issues/19)) ([3345f62](https://github.com/cnpm/rapid/commit/3345f62c65e308f5dbff8754d19a48b4485687d4)) +* use runscript instead of execa.command ([3832536](https://github.com/cnpm/rapid/commit/3832536ffc9e278a9d8b8d81ab22f2fc9632f136)) +* workspaces lifecycle scripts not running ([232e9b2](https://github.com/cnpm/rapid/commit/232e9b26899f11b29d730452cb686c89c258185c)) + + +### Features + +* impl restore buckets and toc_index_store ([#4](https://github.com/cnpm/rapid/issues/4)) ([4975b58](https://github.com/cnpm/rapid/commit/4975b58bd9191eaccbfc4b0dd8f7601d05a682f5)) +* init rapid ([0f3c7f6](https://github.com/cnpm/rapid/commit/0f3c7f6f80efc7c44ace662895477ff67a2b3eec)) + + + + + ## 0.0.11 (2023-05-24) diff --git a/packages/cli/package.json b/packages/cli/package.json index 96086eb..43846d0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/rapid", - "version": "0.0.11", + "version": "0.0.12", "description": "The rapid npm installed cli built with Nydus", "main": "lib/index.js", "bin": { @@ -11,7 +11,7 @@ "lib" ], "dependencies": { - "@cnpmjs/binding": "^0.0.11", + "@cnpmjs/binding": "^0.0.12", "@npmcli/arborist": "^6.1.5", "@npmcli/map-workspaces": "^3.0.0", "await-event": "^2.1.0",