Skip to content

Commit 0266140

Browse files
committed
chore(release): publish
- @node-rs/[email protected] - @node-rs/[email protected] - @node-rs/[email protected] - @node-rs/[email protected] - @node-rs/[email protected]
1 parent b60d099 commit 0266140

File tree

26 files changed

+103
-246
lines changed

26 files changed

+103
-246
lines changed

packages/bcrypt/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2020-09-04)
7+
8+
**Note:** Version bump only for package @node-rs/bcrypt
9+
610
## [0.3.3](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2020-08-18)
711

812
**Note:** Version bump only for package @node-rs/bcrypt
Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
{
22
"name": "@node-rs/bcrypt-darwin",
3-
"version": "0.4.1",
4-
"os": [
5-
"darwin"
6-
],
3+
"version": "0.5.0",
4+
"os": ["darwin"],
75
"main": "bcrypt.darwin.node",
8-
"files": [
9-
"bcrypt.darwin.node"
10-
],
6+
"files": ["bcrypt.darwin.node"],
117
"description": "Rust bcrypt binding",
12-
"keywords": [
13-
"bcrypt",
14-
"auth",
15-
"password",
16-
"authentication",
17-
"encryption",
18-
"crypto",
19-
"N-API",
20-
"napi-rs",
21-
"node-rs"
22-
],
8+
"keywords": ["bcrypt", "auth", "password", "authentication", "encryption", "crypto", "N-API", "napi-rs", "node-rs"],
239
"author": "LongYinan <[email protected]>",
2410
"homepage": "https://github.com/napi-rs/node-rs",
2511
"license": "MIT",
@@ -37,4 +23,4 @@
3723
"bugs": {
3824
"url": "https://github.com/napi-rs/node-rs/issues"
3925
}
40-
}
26+
}
Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
{
22
"name": "@node-rs/bcrypt-linux-musl",
3-
"version": "0.4.1",
4-
"os": [
5-
"linux-musl"
6-
],
3+
"version": "0.5.0",
4+
"os": ["linux-musl"],
75
"main": "bcrypt.linux-musl.node",
8-
"files": [
9-
"bcrypt.linux-musl.node"
10-
],
6+
"files": ["bcrypt.linux-musl.node"],
117
"description": "Rust bcrypt binding",
12-
"keywords": [
13-
"bcrypt",
14-
"auth",
15-
"password",
16-
"authentication",
17-
"encryption",
18-
"crypto",
19-
"N-API",
20-
"napi-rs",
21-
"node-rs"
22-
],
8+
"keywords": ["bcrypt", "auth", "password", "authentication", "encryption", "crypto", "N-API", "napi-rs", "node-rs"],
239
"author": "LongYinan <[email protected]>",
2410
"homepage": "https://github.com/napi-rs/node-rs",
2511
"license": "MIT",
@@ -37,4 +23,4 @@
3723
"bugs": {
3824
"url": "https://github.com/napi-rs/node-rs/issues"
3925
}
40-
}
26+
}
Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
{
22
"name": "@node-rs/bcrypt-linux",
3-
"version": "0.4.1",
4-
"os": [
5-
"linux"
6-
],
3+
"version": "0.5.0",
4+
"os": ["linux"],
75
"main": "bcrypt.linux.node",
8-
"files": [
9-
"bcrypt.linux.node"
10-
],
6+
"files": ["bcrypt.linux.node"],
117
"description": "Rust bcrypt binding",
12-
"keywords": [
13-
"bcrypt",
14-
"auth",
15-
"password",
16-
"authentication",
17-
"encryption",
18-
"crypto",
19-
"N-API",
20-
"napi-rs",
21-
"node-rs"
22-
],
8+
"keywords": ["bcrypt", "auth", "password", "authentication", "encryption", "crypto", "N-API", "napi-rs", "node-rs"],
239
"author": "LongYinan <[email protected]>",
2410
"homepage": "https://github.com/napi-rs/node-rs",
2511
"license": "MIT",
@@ -37,4 +23,4 @@
3723
"bugs": {
3824
"url": "https://github.com/napi-rs/node-rs/issues"
3925
}
40-
}
26+
}
Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
{
22
"name": "@node-rs/bcrypt-win32",
3-
"version": "0.4.1",
4-
"os": [
5-
"win32"
6-
],
3+
"version": "0.5.0",
4+
"os": ["win32"],
75
"main": "bcrypt.win32.node",
8-
"files": [
9-
"bcrypt.win32.node"
10-
],
6+
"files": ["bcrypt.win32.node"],
117
"description": "Rust bcrypt binding",
12-
"keywords": [
13-
"bcrypt",
14-
"auth",
15-
"password",
16-
"authentication",
17-
"encryption",
18-
"crypto",
19-
"N-API",
20-
"napi-rs",
21-
"node-rs"
22-
],
8+
"keywords": ["bcrypt", "auth", "password", "authentication", "encryption", "crypto", "N-API", "napi-rs", "node-rs"],
239
"author": "LongYinan <[email protected]>",
2410
"homepage": "https://github.com/napi-rs/node-rs",
2511
"license": "MIT",
@@ -37,4 +23,4 @@
3723
"bugs": {
3824
"url": "https://github.com/napi-rs/node-rs/issues"
3925
}
40-
}
26+
}

packages/bcrypt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/bcrypt",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Rust bcrypt binding",
55
"keywords": ["bcrypt", "auth", "password", "authentication", "encryption", "crypto", "N-API", "napi-rs", "node-rs"],
66
"author": "LongYinan <[email protected]>",
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/napi-rs/node-rs/issues"
3737
},
3838
"dependencies": {
39-
"@node-rs/helper": "^0.3.1"
39+
"@node-rs/helper": "^0.4.0"
4040
},
4141
"devDependencies": {
4242
"bcrypt": "^5.0.0"

packages/crc32/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2020-09-04)
7+
8+
**Note:** Version bump only for package @node-rs/crc32
9+
610
## [0.3.3](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2020-08-18)
711

812
**Note:** Version bump only for package @node-rs/crc32
Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
{
22
"name": "@node-rs/crc32-darwin",
3-
"version": "0.4.1",
4-
"os": [
5-
"darwin"
6-
],
3+
"version": "0.5.0",
4+
"os": ["darwin"],
75
"main": "crc32.darwin.node",
8-
"files": [
9-
"crc32.darwin.node"
10-
],
6+
"files": ["crc32.darwin.node"],
117
"description": "SIMD crc32",
12-
"keywords": [
13-
"SIMD",
14-
"NAPI",
15-
"napi-rs",
16-
"node-rs",
17-
"crc32",
18-
"crc32c"
19-
],
8+
"keywords": ["SIMD", "NAPI", "napi-rs", "node-rs", "crc32", "crc32c"],
209
"author": "LongYinan <[email protected]>",
2110
"homepage": "https://github.com/napi-rs/node-rs",
2211
"license": "MIT",
@@ -34,4 +23,4 @@
3423
"bugs": {
3524
"url": "https://github.com/napi-rs/node-rs/issues"
3625
}
37-
}
26+
}
Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
{
22
"name": "@node-rs/crc32-linux-musl",
3-
"version": "0.4.1",
4-
"os": [
5-
"linux-musl"
6-
],
3+
"version": "0.5.0",
4+
"os": ["linux-musl"],
75
"main": "crc32.linux-musl.node",
8-
"files": [
9-
"crc32.linux-musl.node"
10-
],
6+
"files": ["crc32.linux-musl.node"],
117
"description": "SIMD crc32",
12-
"keywords": [
13-
"SIMD",
14-
"NAPI",
15-
"napi-rs",
16-
"node-rs",
17-
"crc32",
18-
"crc32c"
19-
],
8+
"keywords": ["SIMD", "NAPI", "napi-rs", "node-rs", "crc32", "crc32c"],
209
"author": "LongYinan <[email protected]>",
2110
"homepage": "https://github.com/napi-rs/node-rs",
2211
"license": "MIT",
@@ -34,4 +23,4 @@
3423
"bugs": {
3524
"url": "https://github.com/napi-rs/node-rs/issues"
3625
}
37-
}
26+
}
Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
{
22
"name": "@node-rs/crc32-linux",
3-
"version": "0.4.1",
4-
"os": [
5-
"linux"
6-
],
3+
"version": "0.5.0",
4+
"os": ["linux"],
75
"main": "crc32.linux.node",
8-
"files": [
9-
"crc32.linux.node"
10-
],
6+
"files": ["crc32.linux.node"],
117
"description": "SIMD crc32",
12-
"keywords": [
13-
"SIMD",
14-
"NAPI",
15-
"napi-rs",
16-
"node-rs",
17-
"crc32",
18-
"crc32c"
19-
],
8+
"keywords": ["SIMD", "NAPI", "napi-rs", "node-rs", "crc32", "crc32c"],
209
"author": "LongYinan <[email protected]>",
2110
"homepage": "https://github.com/napi-rs/node-rs",
2211
"license": "MIT",
@@ -34,4 +23,4 @@
3423
"bugs": {
3524
"url": "https://github.com/napi-rs/node-rs/issues"
3625
}
37-
}
26+
}

0 commit comments

Comments
 (0)