Skip to content

Commit 083b337

Browse files
author
LongYinan
committed
chore(release): publish
- @node-rs/[email protected] - @node-rs/[email protected] - @node-rs/[email protected] - @node-rs/[email protected]
1 parent 4943272 commit 083b337

File tree

4 files changed

+9
-25
lines changed

4 files changed

+9
-25
lines changed

packages/bcrypt/package.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,14 @@
11
{
22
"name": "@node-rs/bcrypt",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Rust bcrypt binding",
5-
"keywords": [
6-
"bcrypt",
7-
"auth",
8-
"password",
9-
"authentication",
10-
"encryption",
11-
"crypto",
12-
"N-API",
13-
"napi-rs",
14-
"node-rs"
15-
],
5+
"keywords": ["bcrypt", "auth", "password", "authentication", "encryption", "crypto", "N-API", "napi-rs", "node-rs"],
166
"author": "LongYinan <[email protected]>",
177
"homepage": "https://github.com/Brooooooklyn/node-rs",
188
"license": "MIT",
199
"main": "index.js",
2010
"typings": "index.d.ts",
21-
"files": [
22-
"index.js",
23-
"index.d.ts",
24-
"*.node",
25-
"LICENSE",
26-
"COPYING"
27-
],
11+
"files": ["index.js", "index.d.ts", "*.node", "LICENSE", "COPYING"],
2812
"publishConfig": {
2913
"registry": "https://registry.npmjs.org/",
3014
"access": "public"
@@ -42,7 +26,7 @@
4226
"url": "https://github.com/Brooooooklyn/node-rs/issues"
4327
},
4428
"dependencies": {
45-
"@node-rs/helper": "^0.1.3"
29+
"@node-rs/helper": "^0.1.4"
4630
},
4731
"devDependencies": {
4832
"bcrypt": "^4.0.1"

packages/crc32/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/crc32",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "SIMD crc32",
55
"keywords": ["SIMD", "NAPI", "napi-rs", "node-rs", "crc32", "crc32c"],
66
"author": "LongYinan <[email protected]>",
@@ -26,7 +26,7 @@
2626
"url": "https://github.com/Brooooooklyn/node-rs/issues"
2727
},
2828
"dependencies": {
29-
"@node-rs/helper": "^0.1.3"
29+
"@node-rs/helper": "^0.1.4"
3030
},
3131
"devDependencies": {
3232
"@types/crc": "^3.4.0",

packages/helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/helper",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Helper library for node-rs",
55
"keywords": ["N-API", "napi", "Rust", "Performance"],
66
"author": "LongYinan <[email protected]>",

packages/jieba/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/jieba",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Fastest Chinese word segmentation in NodeJS",
55
"keywords": ["Jieba", "Rust", "node-rs", "napi", "napi-rs", "N-API"],
66
"author": "LongYinan <[email protected]>",
@@ -26,7 +26,7 @@
2626
"url": "https://github.com/Brooooooklyn/node-rs/issues"
2727
},
2828
"dependencies": {
29-
"@node-rs/helper": "^0.1.3"
29+
"@node-rs/helper": "^0.1.4"
3030
},
3131
"devDependencies": {
3232
"nodejieba": "^2.4.1"

0 commit comments

Comments
 (0)