Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @node-rs/crc32@0.1.6
 - @node-rs/helper@0.1.3
 - @node-rs/jieba@0.1.0
  • Loading branch information
Brooooooklyn committed May 2, 2020
1 parent c795ab3 commit a998d92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/crc32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/crc32",
"version": "0.1.5",
"version": "0.1.6",
"description": "SIMD crc32",
"keywords": ["SIMD", "NAPI", "napi-rs", "node-rs", "crc32", "crc32c"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand All @@ -26,7 +26,7 @@
"url": "https://github.com/Brooooooklyn/node-rs/issues"
},
"dependencies": {
"@node-rs/helper": "^0.1.2"
"@node-rs/helper": "^0.1.3"
},
"devDependencies": {
"@types/crc": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/helper",
"version": "0.1.2",
"version": "0.1.3",
"description": "Helper library for node-rs",
"keywords": ["N-API", "napi", "Rust", "Performance"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/jieba/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/jieba",
"version": "0.0.0",
"version": "0.1.0",
"description": "Fastest Chinese word segmentation in NodeJS",
"keywords": ["Jieba", "Rust", "node-rs", "napi", "napi-rs", "N-API"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand All @@ -26,7 +26,7 @@
"url": "https://github.com/Brooooooklyn/node-rs/issues"
},
"dependencies": {
"@node-rs/helper": "0.1.2"
"@node-rs/helper": "^0.1.3"
},
"devDependencies": {
"nodejieba": "^2.4.1"
Expand Down

0 comments on commit a998d92

Please sign in to comment.