From 45c6b5be839c418ff3f4bc892231aaf2c308b8ae Mon Sep 17 00:00:00 2001 From: "tianding.wk" Date: Tue, 11 Jul 2023 21:13:51 +0800 Subject: [PATCH] v0.0.13 --- 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 887fd55..135669e 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.13 (2023-07-11) + + +### 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.12 (2023-07-06) diff --git a/bindings/binding-darwin-amd64/CHANGELOG.md b/bindings/binding-darwin-amd64/CHANGELOG.md index e265d9c..ae04c5e 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.13 (2023-07-11) + +**Note:** Version bump only for package @cnpmjs/binding-darwin-x64 + + + + + ## 0.0.12 (2023-07-06) **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 5a6c145..7bdb7b0 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.12", + "version": "0.0.13", "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 c5fff61..de3a800 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.13 (2023-07-11) + +**Note:** Version bump only for package @cnpmjs/binding-darwin-arm64 + + + + + ## 0.0.12 (2023-07-06) **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 2471ba8..1408f50 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.12", + "version": "0.0.13", "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 d95ef05..6a774f7 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.13 (2023-07-11) + +**Note:** Version bump only for package @cnpmjs/binding-linux-x64 + + + + + ## 0.0.12 (2023-07-06) **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 e4af5a5..30adb99 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.12", + "version": "0.0.13", "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 54bade4..80e1d0a 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.13 (2023-07-11) + +**Note:** Version bump only for package @cnpmjs/binding-linux-arm64 + + + + + ## 0.0.12 (2023-07-06) **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 2596ef9..9ca29dc 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.12", + "version": "0.0.13", "description": "downloader linux arm64 binding", "main": "index.node", "homepage": "https://github.com/cnpm/rapid", diff --git a/lerna.json b/lerna.json index cf3c26e..288502c 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,6 @@ "integration", "bindings/*" ], - "version": "0.0.12", + "version": "0.0.13", "lerna": "6.6.2" } diff --git a/packages/binding/CHANGELOG.md b/packages/binding/CHANGELOG.md index 3d59187..7e2c867 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.13 (2023-07-11) + + +### 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.12 (2023-07-06) diff --git a/packages/binding/package.json b/packages/binding/package.json index 53801f3..e3d0421 100644 --- a/packages/binding/package.json +++ b/packages/binding/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/binding", - "version": "0.0.12", + "version": "0.0.13", "description": "downloader binding", "main": "index.js", "files": [ @@ -18,10 +18,10 @@ "pack": "npm pack" }, "optionalDependencies": { - "@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" + "@cnpmjs/binding-darwin-arm64": "^0.0.13", + "@cnpmjs/binding-darwin-x64": "^0.0.13", + "@cnpmjs/binding-linux-arm64": "^0.0.13", + "@cnpmjs/binding-linux-x64": "^0.0.13" }, "devDependencies": { "@napi-rs/cli": "^2.4.2" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d2ce280..ee82997 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.13 (2023-07-11) + + +### 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.12 (2023-07-06) diff --git a/packages/cli/package.json b/packages/cli/package.json index 43846d0..8025f03 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cnpmjs/rapid", - "version": "0.0.12", + "version": "0.0.13", "description": "The rapid npm installed cli built with Nydus", "main": "lib/index.js", "bin": { @@ -11,7 +11,7 @@ "lib" ], "dependencies": { - "@cnpmjs/binding": "^0.0.12", + "@cnpmjs/binding": "^0.0.13", "@npmcli/arborist": "^6.1.5", "@npmcli/map-workspaces": "^3.0.0", "await-event": "^2.1.0",