From 5766dcf9e866a2745c4133d9117ccb8c81225d2c Mon Sep 17 00:00:00 2001 From: killagu Date: Wed, 24 May 2023 10:19:34 +0800 Subject: [PATCH] v0.0.10 --- CHANGELOG.md | 30 ++++++++++++++++++++++ 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 +- integration/CHANGELOG.md | 16 ++++++++++++ integration/package.json | 4 +-- lerna.json | 2 +- packages/binding/CHANGELOG.md | 18 +++++++++++++ packages/binding/package.json | 10 ++++---- packages/cli/CHANGELOG.md | 29 +++++++++++++++++++++ packages/cli/package.json | 4 +-- packages/downloader/CHANGELOG.md | 12 +++++++++ packages/downloader/package.json | 2 +- 18 files changed, 152 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b5a66..880e965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.10 (2023-05-24) + + +### 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)) +* 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 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.9 (2023-05-24) diff --git a/bindings/binding-darwin-amd64/CHANGELOG.md b/bindings/binding-darwin-amd64/CHANGELOG.md index ff08589..ffed2d2 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.10 (2023-05-24) + +**Note:** Version bump only for package @cnpmjs/binding-darwin-x64 + + + + + ## 0.0.9 (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 e13ce2f..5f36d5a 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.9", + "version": "0.0.10", "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 d2f7671..9d05b75 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.10 (2023-05-24) + +**Note:** Version bump only for package @cnpmjs/binding-darwin-arm64 + + + + + ## 0.0.9 (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 f53e34e..6b55bc3 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.9", + "version": "0.0.10", "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 3f813bb..551e234 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.10 (2023-05-24) + +**Note:** Version bump only for package @cnpmjs/binding-linux-x64 + + + + + ## 0.0.9 (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 0cf223d..e13c037 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.9", + "version": "0.0.10", "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 9bf2188..c8110c3 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.10 (2023-05-24) + +**Note:** Version bump only for package @cnpmjs/binding-linux-arm64 + + + + + ## 0.0.9 (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 e88aa5d..63a6dc0 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.9", + "version": "0.0.10", "description": "downloader linux arm64 binding", "main": "index.node", "homepage": "https://github.com/cnpm/rapid", diff --git a/integration/CHANGELOG.md b/integration/CHANGELOG.md index f824c07..a590435 100644 --- a/integration/CHANGELOG.md +++ b/integration/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.10 (2023-05-24) + + +### Bug Fixes + +* **cli:** add RemoteResolver and RemoteCacheResolver options ([0014266](https://github.com/cnpm/rapid/commit/00142667d954a9d7b44246e1442d0bf1d3519394)) + + +### Features + +* init rapid ([0f3c7f6](https://github.com/cnpm/rapid/commit/0f3c7f6f80efc7c44ace662895477ff67a2b3eec)) + + + + + ## 0.0.9 (2023-05-24) diff --git a/integration/package.json b/integration/package.json index 1d4580b..b5d0c0e 100644 --- a/integration/package.json +++ b/integration/package.json @@ -3,12 +3,12 @@ "private": true, "description": "cnpm integration test", "devDependencies": { - "@cnpmjs/rapid": "^0.0.9" + "@cnpmjs/rapid": "^0.0.10" }, "repository": { "type": "git", "url": "git@github.com:cnpm/rapid.git", "directory": "integration" }, - "version": "0.0.9" + "version": "0.0.10" } diff --git a/lerna.json b/lerna.json index 4476c0f..edc6aa5 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,6 @@ "integration", "bindings/*" ], - "version": "0.0.9", + "version": "0.0.10", "lerna": "6.6.2" } diff --git a/packages/binding/CHANGELOG.md b/packages/binding/CHANGELOG.md index e1cfddc..c4a0753 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.10 (2023-05-24) + + +### 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.9 (2023-05-24) diff --git a/packages/binding/package.json b/packages/binding/package.json index 1681495..1662926 100644 --- a/packages/binding/package.json +++ b/packages/binding/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding", - "version": "0.0.9", + "version": "0.0.10", "description": "downloader binding", "main": "index.js", "files": [ @@ -18,10 +18,10 @@ "pack": "npm pack" }, "optionalDependencies": { - "@cnpmjs/binding-darwin-arm64": "^0.0.9", - "@cnpmjs/binding-darwin-x64": "^0.0.9", - "@cnpmjs/binding-linux-arm64": "^0.0.9", - "@cnpmjs/binding-linux-x64": "^0.0.9" + "@cnpmjs/binding-darwin-arm64": "^0.0.10", + "@cnpmjs/binding-darwin-x64": "^0.0.10", + "@cnpmjs/binding-linux-arm64": "^0.0.10", + "@cnpmjs/binding-linux-x64": "^0.0.10" }, "devDependencies": { "@napi-rs/cli": "^2.4.2" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ec69b37..460ff70 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.10 (2023-05-24) + + +### 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)) +* 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 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.9 (2023-05-24) diff --git a/packages/cli/package.json b/packages/cli/package.json index 83e2a99..1e905a4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/rapid", - "version": "0.0.9", + "version": "0.0.10", "description": "The rapid npm installed cli built with Nydus", "main": "lib/index.js", "bin": { @@ -11,7 +11,7 @@ "lib" ], "dependencies": { - "@cnpmjs/binding": "^0.0.9", + "@cnpmjs/binding": "^0.0.10", "@npmcli/arborist": "^6.1.5", "@npmcli/map-workspaces": "^3.0.0", "await-event": "^2.1.0", diff --git a/packages/downloader/CHANGELOG.md b/packages/downloader/CHANGELOG.md index 68e720c..663f566 100644 --- a/packages/downloader/CHANGELOG.md +++ b/packages/downloader/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.10 (2023-05-24) + + +### 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.9 (2023-05-24) diff --git a/packages/downloader/package.json b/packages/downloader/package.json index b6748f3..f732d95 100644 --- a/packages/downloader/package.json +++ b/packages/downloader/package.json @@ -12,5 +12,5 @@ "p-map": "^4.0.0", "urllib": "^2.14.0" }, - "version": "0.0.9" + "version": "0.0.10" }