File tree 14 files changed +112
-12
lines changed
14 files changed +112
-12
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.10] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10 ) (2024-01-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * clean when install ([ #50 ] ( https://github.com/cnpm/rapid/issues/50 ) ) ([ 48d15f9] ( https://github.com/cnpm/rapid/commit/48d15f949265cc424a20b1474ace356d67cba590 ) )
12
+ * ensure access ([ #56 ] ( https://github.com/cnpm/rapid/issues/56 ) ) ([ a60bd28] ( https://github.com/cnpm/rapid/commit/a60bd280735ce82d6f7e509ab87e7ea370d13298 ) )
13
+ * log ([ #68 ] ( https://github.com/cnpm/rapid/issues/68 ) ) ([ 152f399] ( https://github.com/cnpm/rapid/commit/152f39900064157addcf931d8b0bc19185ed8531 ) )
14
+ * logger ([ #70 ] ( https://github.com/cnpm/rapid/issues/70 ) ) ([ fb0d1e6] ( https://github.com/cnpm/rapid/commit/fb0d1e6cd000819c37e8fae2018ffb632cbd6313 ) )
15
+ * mac finder icon ([ #64 ] ( https://github.com/cnpm/rapid/issues/64 ) ) ([ 2afe2f0] ( https://github.com/cnpm/rapid/commit/2afe2f03973317d64fc677bafe5731965ba625c9 ) )
16
+ * node gyp scripts ([ #60 ] ( https://github.com/cnpm/rapid/issues/60 ) ) ([ 9c24bbb] ( https://github.com/cnpm/rapid/commit/9c24bbb9bb928fe5f9ef67d702cec75dc01a9880 ) )
17
+ * production mode ([ #46 ] ( https://github.com/cnpm/rapid/issues/46 ) ) ([ 3fb30b5] ( https://github.com/cnpm/rapid/commit/3fb30b518408342360fadf4e5ec93258dd588418 ) )
18
+ * spin ([ #55 ] ( https://github.com/cnpm/rapid/issues/55 ) ) ([ b1276f8] ( https://github.com/cnpm/rapid/commit/b1276f82838b5be769262fea2fcf46f45d9a21d2 ) )
19
+ * unionfs nobrowse ([ #65 ] ( https://github.com/cnpm/rapid/issues/65 ) ) ([ 7372db5] ( https://github.com/cnpm/rapid/commit/7372db5f9cef23417cf999aceb5f5ab489f2d6f7 ) )
20
+
21
+
22
+ ### Features
23
+
24
+ * better prompt ([ #52 ] ( https://github.com/cnpm/rapid/issues/52 ) ) ([ ae15130] ( https://github.com/cnpm/rapid/commit/ae151302f3658a299b91537e5aa86e8d8cdd1c84 ) )
25
+ * rapid bar ([ #48 ] ( https://github.com/cnpm/rapid/issues/48 ) ) ([ bb52985] ( https://github.com/cnpm/rapid/commit/bb5298543ce510bf3a17699fc850e96e7cc15217 ) )
26
+ * wrap retry for mount & detach ([ #45 ] ( https://github.com/cnpm/rapid/issues/45 ) ) ([ e8621b6] ( https://github.com/cnpm/rapid/commit/e8621b69f4cd7484bb4b81bd55d747066c2c02f0 ) )
27
+
28
+
29
+ ### Reverts
30
+
31
+ * Revert "chore: readme" ([ 824c496] ( https://github.com/cnpm/rapid/commit/824c49631538f6bf405a2aad495f674217f54896 ) )
32
+
33
+
34
+
35
+
36
+
6
37
## [ 0.3.9] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9 ) (2024-01-24)
7
38
8
39
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.10] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10 ) (2024-01-30)
7
+
8
+ ** Note:** Version bump only for package @cnpmjs/binding-darwin-x64
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.3.9] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9 ) (2024-01-24)
7
15
8
16
** Note:** Version bump only for package @cnpmjs/binding-darwin-x64
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cnpmjs/binding-darwin-x64" ,
3
- "version" : " 0.3.9 " ,
3
+ "version" : " 0.3.10 " ,
4
4
"description" : " downloader darwin x64 binding" ,
5
5
"main" : " index.node" ,
6
6
"homepage" : " https://github.com/cnpm/rapid" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.10] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10 ) (2024-01-30)
7
+
8
+ ** Note:** Version bump only for package @cnpmjs/binding-darwin-arm64
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.3.9] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9 ) (2024-01-24)
7
15
8
16
** Note:** Version bump only for package @cnpmjs/binding-darwin-arm64
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cnpmjs/binding-darwin-arm64" ,
3
- "version" : " 0.3.9 " ,
3
+ "version" : " 0.3.10 " ,
4
4
"description" : " downloader darwin arm64 binding" ,
5
5
"main" : " index.node" ,
6
6
"homepage" : " https://github.com/cnpm/rapid" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.10] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10 ) (2024-01-30)
7
+
8
+ ** Note:** Version bump only for package @cnpmjs/binding-linux-x64
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.3.9] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9 ) (2024-01-24)
7
15
8
16
** Note:** Version bump only for package @cnpmjs/binding-linux-x64
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cnpmjs/binding-linux-x64" ,
3
- "version" : " 0.3.9 " ,
3
+ "version" : " 0.3.10 " ,
4
4
"description" : " downloader linux x64 binding" ,
5
5
"main" : " index.node" ,
6
6
"homepage" : " https://github.com/cnpm/rapid" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.10] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10 ) (2024-01-30)
7
+
8
+ ** Note:** Version bump only for package @cnpmjs/binding-linux-arm64
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.3.9] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9 ) (2024-01-24)
7
15
8
16
** Note:** Version bump only for package @cnpmjs/binding-linux-arm64
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cnpmjs/binding-linux-arm64" ,
3
- "version" : " 0.3.9 " ,
3
+ "version" : " 0.3.10 " ,
4
4
"description" : " downloader linux arm64 binding" ,
5
5
"main" : " index.node" ,
6
6
"homepage" : " https://github.com/cnpm/rapid" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.3.9 " ,
2
+ "version" : " 0.3.10 " ,
3
3
"lerna" : " 7.1.4"
4
4
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.10] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10 ) (2024-01-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * production mode ([ #46 ] ( https://github.com/cnpm/rapid/issues/46 ) ) ([ 3fb30b5] ( https://github.com/cnpm/rapid/commit/3fb30b518408342360fadf4e5ec93258dd588418 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.3.9] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9 ) (2024-01-24)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cnpmjs/binding" ,
3
- "version" : " 0.3.9 " ,
3
+ "version" : " 0.3.10 " ,
4
4
"description" : " downloader binding" ,
5
5
"main" : " index.js" ,
6
6
"files" : [
18
18
"pack" : " npm pack"
19
19
},
20
20
"optionalDependencies" : {
21
- "@cnpmjs/binding-darwin-arm64" : " ^0.3.9 " ,
22
- "@cnpmjs/binding-darwin-x64" : " ^0.3.9 " ,
23
- "@cnpmjs/binding-linux-arm64" : " ^0.3.9 " ,
24
- "@cnpmjs/binding-linux-x64" : " ^0.3.9 "
21
+ "@cnpmjs/binding-darwin-arm64" : " ^0.3.10 " ,
22
+ "@cnpmjs/binding-darwin-x64" : " ^0.3.10 " ,
23
+ "@cnpmjs/binding-linux-arm64" : " ^0.3.10 " ,
24
+ "@cnpmjs/binding-linux-x64" : " ^0.3.10 "
25
25
},
26
26
"devDependencies" : {
27
27
"@napi-rs/cli" : " ^2.4.2"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.10] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.10 ) (2024-01-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * clean when install ([ #50 ] ( https://github.com/cnpm/rapid/issues/50 ) ) ([ 48d15f9] ( https://github.com/cnpm/rapid/commit/48d15f949265cc424a20b1474ace356d67cba590 ) )
12
+ * ensure access ([ #56 ] ( https://github.com/cnpm/rapid/issues/56 ) ) ([ a60bd28] ( https://github.com/cnpm/rapid/commit/a60bd280735ce82d6f7e509ab87e7ea370d13298 ) )
13
+ * log ([ #68 ] ( https://github.com/cnpm/rapid/issues/68 ) ) ([ 152f399] ( https://github.com/cnpm/rapid/commit/152f39900064157addcf931d8b0bc19185ed8531 ) )
14
+ * logger ([ #70 ] ( https://github.com/cnpm/rapid/issues/70 ) ) ([ fb0d1e6] ( https://github.com/cnpm/rapid/commit/fb0d1e6cd000819c37e8fae2018ffb632cbd6313 ) )
15
+ * mac finder icon ([ #64 ] ( https://github.com/cnpm/rapid/issues/64 ) ) ([ 2afe2f0] ( https://github.com/cnpm/rapid/commit/2afe2f03973317d64fc677bafe5731965ba625c9 ) )
16
+ * node gyp scripts ([ #60 ] ( https://github.com/cnpm/rapid/issues/60 ) ) ([ 9c24bbb] ( https://github.com/cnpm/rapid/commit/9c24bbb9bb928fe5f9ef67d702cec75dc01a9880 ) )
17
+ * production mode ([ #46 ] ( https://github.com/cnpm/rapid/issues/46 ) ) ([ 3fb30b5] ( https://github.com/cnpm/rapid/commit/3fb30b518408342360fadf4e5ec93258dd588418 ) )
18
+ * spin ([ #55 ] ( https://github.com/cnpm/rapid/issues/55 ) ) ([ b1276f8] ( https://github.com/cnpm/rapid/commit/b1276f82838b5be769262fea2fcf46f45d9a21d2 ) )
19
+ * unionfs nobrowse ([ #65 ] ( https://github.com/cnpm/rapid/issues/65 ) ) ([ 7372db5] ( https://github.com/cnpm/rapid/commit/7372db5f9cef23417cf999aceb5f5ab489f2d6f7 ) )
20
+
21
+
22
+ ### Features
23
+
24
+ * better prompt ([ #52 ] ( https://github.com/cnpm/rapid/issues/52 ) ) ([ ae15130] ( https://github.com/cnpm/rapid/commit/ae151302f3658a299b91537e5aa86e8d8cdd1c84 ) )
25
+ * rapid bar ([ #48 ] ( https://github.com/cnpm/rapid/issues/48 ) ) ([ bb52985] ( https://github.com/cnpm/rapid/commit/bb5298543ce510bf3a17699fc850e96e7cc15217 ) )
26
+ * wrap retry for mount & detach ([ #45 ] ( https://github.com/cnpm/rapid/issues/45 ) ) ([ e8621b6] ( https://github.com/cnpm/rapid/commit/e8621b69f4cd7484bb4b81bd55d747066c2c02f0 ) )
27
+
28
+
29
+
30
+
31
+
6
32
## [ 0.3.9] ( https://github.com/cnpm/rapid/compare/v0.3.0...v0.3.9 ) (2024-01-24)
7
33
8
34
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cnpmjs/rapid" ,
3
- "version" : " 0.3.9 " ,
3
+ "version" : " 0.3.10 " ,
4
4
"description" : " The rapid npm installed cli built with Nydus" ,
5
5
"main" : " lib/index.js" ,
6
6
"bin" : {
11
11
" lib"
12
12
],
13
13
"dependencies" : {
14
- "@cnpmjs/binding" : " ^0.3.9 " ,
14
+ "@cnpmjs/binding" : " ^0.3.10 " ,
15
15
"@npmcli/arborist" : " ^6.1.5" ,
16
16
"@npmcli/map-workspaces" : " ^3.0.0" ,
17
17
"await-event" : " ^2.1.0" ,
You can’t perform that action at this time.
0 commit comments