Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Jul 24, 2023
1 parent 3671324 commit 928e060
Show file tree
Hide file tree
Showing 14 changed files with 139 additions and 12 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2023-07-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))
* local resolver should generate lockfile properly ([#24](https://github.com/cnpm/rapid/issues/24)) ([ee762af](https://github.com/cnpm/rapid/commit/ee762afd65b50b2ae7145b894656a4421b4a6dd0))
* 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))
* use fuse-t ([#26](https://github.com/cnpm/rapid/issues/26)) ([693402d](https://github.com/cnpm/rapid/commit/693402d337651215502034c1b65d594737019408))







**Note:** Version bump only for package cnpm-rapid-monorepo
Expand Down
11 changes: 11 additions & 0 deletions bindings/binding-darwin-amd64/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2023-07-24)


### Features

* use fuse-t ([#26](https://github.com/cnpm/rapid/issues/26)) ([693402d](https://github.com/cnpm/rapid/commit/693402d337651215502034c1b65d594737019408))







**Note:** Version bump only for package @cnpmjs/binding-darwin-x64
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding-darwin-amd64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/binding-darwin-x64",
"version": "0.0.14",
"version": "0.1.0",
"description": "downloader darwin x64 binding",
"main": "index.node",
"homepage": "https://github.com/cnpm/rapid",
Expand Down
11 changes: 11 additions & 0 deletions bindings/binding-darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2023-07-24)


### Features

* use fuse-t ([#26](https://github.com/cnpm/rapid/issues/26)) ([693402d](https://github.com/cnpm/rapid/commit/693402d337651215502034c1b65d594737019408))







**Note:** Version bump only for package @cnpmjs/binding-darwin-arm64
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/binding-darwin-arm64",
"version": "0.0.14",
"version": "0.1.0",
"description": "downloader darwin arm64 binding",
"main": "index.node",
"homepage": "https://github.com/cnpm/rapid",
Expand Down
11 changes: 11 additions & 0 deletions bindings/binding-linux-amd64/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2023-07-24)


### Features

* use fuse-t ([#26](https://github.com/cnpm/rapid/issues/26)) ([693402d](https://github.com/cnpm/rapid/commit/693402d337651215502034c1b65d594737019408))







**Note:** Version bump only for package @cnpmjs/binding-linux-x64
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding-linux-amd64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/binding-linux-x64",
"version": "0.0.14",
"version": "0.1.0",
"description": "downloader linux x64 binding",
"main": "index.node",
"homepage": "https://github.com/cnpm/rapid",
Expand Down
8 changes: 8 additions & 0 deletions bindings/binding-linux-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0 (2023-07-24)

**Note:** Version bump only for package @cnpmjs/binding-linux-arm64







**Note:** Version bump only for package @cnpmjs/binding-linux-arm64
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/binding-linux-arm64",
"version": "0.0.14",
"version": "0.1.0",
"description": "downloader linux arm64 binding",
"main": "index.node",
"homepage": "https://github.com/cnpm/rapid",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.0.14",
"version": "0.1.0",
"lerna": "7.1.4"
}
19 changes: 19 additions & 0 deletions packages/binding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2023-07-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))
* use fuse-t ([#26](https://github.com/cnpm/rapid/issues/26)) ([693402d](https://github.com/cnpm/rapid/commit/693402d337651215502034c1b65d594737019408))







**Note:** Version bump only for package @cnpmjs/binding
Expand Down
10 changes: 5 additions & 5 deletions packages/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/binding",
"version": "0.0.14",
"version": "0.1.0",
"description": "downloader binding",
"main": "index.js",
"files": [
Expand All @@ -18,10 +18,10 @@
"pack": "npm pack"
},
"optionalDependencies": {
"@cnpmjs/binding-darwin-arm64": "^0.0.14",
"@cnpmjs/binding-darwin-x64": "^0.0.14",
"@cnpmjs/binding-linux-arm64": "^0.0.14",
"@cnpmjs/binding-linux-x64": "^0.0.14"
"@cnpmjs/binding-darwin-arm64": "^0.1.0",
"@cnpmjs/binding-darwin-x64": "^0.1.0",
"@cnpmjs/binding-linux-arm64": "^0.1.0",
"@cnpmjs/binding-linux-x64": "^0.1.0"
},
"devDependencies": {
"@napi-rs/cli": "^2.4.2"
Expand Down
33 changes: 33 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2023-07-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))
* local resolver should generate lockfile properly ([#24](https://github.com/cnpm/rapid/issues/24)) ([ee762af](https://github.com/cnpm/rapid/commit/ee762afd65b50b2ae7145b894656a4421b4a6dd0))
* 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))
* use fuse-t ([#26](https://github.com/cnpm/rapid/issues/26)) ([693402d](https://github.com/cnpm/rapid/commit/693402d337651215502034c1b65d594737019408))







**Note:** Version bump only for package @cnpmjs/rapid
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/rapid",
"version": "0.0.14",
"version": "0.1.0",
"description": "The rapid npm installed cli built with Nydus",
"main": "lib/index.js",
"bin": {
Expand All @@ -11,7 +11,7 @@
"lib"
],
"dependencies": {
"@cnpmjs/binding": "^0.0.14",
"@cnpmjs/binding": "^0.1.0",
"@npmcli/arborist": "^6.1.5",
"@npmcli/map-workspaces": "^3.0.0",
"await-event": "^2.1.0",
Expand Down

0 comments on commit 928e060

Please sign in to comment.