Skip to content

Commit 9e4d8e8

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 735a4c2 commit 9e4d8e8

File tree

37 files changed

+41
-41
lines changed

37 files changed

+41
-41
lines changed

packages/bcrypt/npm/android-arm64/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/bcrypt-android-arm64",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"os": ["android"],
55
"cpu": ["arm64"],
66
"main": "bcrypt.android-arm64.node",

packages/bcrypt/npm/darwin-arm64/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/bcrypt-darwin-arm64",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"os": ["darwin"],
55
"cpu": ["arm64"],
66
"main": "bcrypt.darwin-arm64.node",

packages/bcrypt/npm/darwin-x64/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/bcrypt-darwin-x64",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"os": ["darwin"],
55
"cpu": ["x64"],
66
"main": "bcrypt.darwin-x64.node",

packages/bcrypt/npm/linux-arm-gnueabihf/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/bcrypt-linux-arm-gnueabihf",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"os": ["linux"],
55
"cpu": ["arm"],
66
"main": "bcrypt.linux-arm-gnueabihf.node",

packages/bcrypt/npm/linux-arm64-gnu/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/bcrypt-linux-arm64-gnu",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"os": ["linux"],
55
"cpu": ["arm64"],
66
"main": "bcrypt.linux-arm64-gnu.node",

packages/bcrypt/npm/linux-x64-gnu/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/bcrypt-linux-x64-gnu",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"os": ["linux"],
55
"cpu": ["x64"],
66
"main": "bcrypt.linux-x64-gnu.node",

packages/bcrypt/npm/linux-x64-musl/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/bcrypt-linux-x64-musl",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"os": ["linux"],
55
"cpu": ["x64"],
66
"main": "bcrypt.linux-x64-musl.node",

packages/bcrypt/npm/win32-x64-msvc/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/bcrypt-win32-x64-msvc",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"os": ["win32"],
55
"cpu": ["x64"],
66
"main": "bcrypt.win32-x64-msvc.node",

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.5.0",
3+
"version": "1.0.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]>",
@@ -45,7 +45,7 @@
4545
"url": "https://github.com/napi-rs/node-rs/issues"
4646
},
4747
"dependencies": {
48-
"@node-rs/helper": "^1.0.0-alpha.1"
48+
"@node-rs/helper": "^1.0.0"
4949
},
5050
"devDependencies": {
5151
"bcrypt": "^5.0.0",

packages/crc32/npm/android-arm64/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/crc32-android-arm64",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0",
44
"os": ["android"],
55
"cpu": ["arm64"],
66
"main": "crc32.android-arm64.node",

0 commit comments

Comments
 (0)