Skip to content

Commit 07d4d0f

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 3114e54 commit 07d4d0f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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.2.0",
3+
"version": "0.3.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]>",
@@ -30,7 +30,7 @@
3030
"url": "https://github.com/Brooooooklyn/node-rs/issues"
3131
},
3232
"dependencies": {
33-
"@node-rs/helper": "^0.1.4"
33+
"@node-rs/helper": "^0.2.0"
3434
},
3535
"devDependencies": {
3636
"bcrypt": "^5.0.0"

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.2.0",
3+
"version": "0.3.0",
44
"description": "SIMD crc32",
55
"keywords": ["SIMD", "NAPI", "napi-rs", "node-rs", "crc32", "crc32c"],
66
"author": "LongYinan <[email protected]>",
@@ -30,7 +30,7 @@
3030
"url": "https://github.com/Brooooooklyn/node-rs/issues"
3131
},
3232
"dependencies": {
33-
"@node-rs/helper": "^0.1.4"
33+
"@node-rs/helper": "^0.2.0"
3434
},
3535
"devDependencies": {
3636
"@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.4",
3+
"version": "0.2.0",
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.2.0",
3+
"version": "0.3.0",
44
"description": "Fastest Chinese word segmentation in NodeJS",
55
"keywords": ["Jieba", "Rust", "node-rs", "napi", "napi-rs", "N-API"],
66
"author": "LongYinan <[email protected]>",
@@ -30,7 +30,7 @@
3030
"url": "https://github.com/Brooooooklyn/node-rs/issues"
3131
},
3232
"dependencies": {
33-
"@node-rs/helper": "^0.1.4"
33+
"@node-rs/helper": "^0.2.0"
3434
},
3535
"devDependencies": {
3636
"nodejieba": "^2.4.1"

0 commit comments

Comments
 (0)