Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @node-rs/argon2@1.8.0
 - @node-rs/bcrypt@1.10.0
 - @node-rs/crc32@1.10.0
 - @node-rs/deno-lint@1.20.0
 - @node-rs/jieba@1.10.0
 - @node-rs/jsonwebtoken@0.5.0
 - @node-rs/xxhash@1.7.0
  • Loading branch information
Brooooooklyn committed Feb 29, 2024
1 parent a282684 commit 2d03fe9
Show file tree
Hide file tree
Showing 111 changed files with 243 additions and 104 deletions.
15 changes: 15 additions & 0 deletions packages/argon2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.8.0](https://github.com/napi-rs/node-rs/compare/@node-rs/argon2@1.5.2...@node-rs/argon2@1.8.0) (2024-02-29)

### Bug Fixes

- add browser entries for pkgs ([#760](https://github.com/napi-rs/node-rs/issues/760)) ([105ecad](https://github.com/napi-rs/node-rs/commit/105ecad99b5ce1a270b8e885e5a56c139db2f119))
- **crc32,denolint:** upgrade rust toolchain ([#787](https://github.com/napi-rs/node-rs/issues/787)) ([5586e4f](https://github.com/napi-rs/node-rs/commit/5586e4face711d9fd73f8f6b262d6a3537ce6ce0))
- wasi browser compatible ([3ec8863](https://github.com/napi-rs/node-rs/commit/3ec88636fd32f5dc1357f7259267ff9823dfd80d))
- wasi package load logic ([#755](https://github.com/napi-rs/node-rs/issues/755)) ([505856c](https://github.com/napi-rs/node-rs/commit/505856c4f9cb4c1f07e008f7f0dee41e7285a817))

### Features

- support wasi target on browser ([#757](https://github.com/napi-rs/node-rs/issues/757)) ([f39eec0](https://github.com/napi-rs/node-rs/commit/f39eec00c7322a26c1836cf1a19c11c9a9d53ef6))
- support wasi-wasm32 target ([#752](https://github.com/napi-rs/node-rs/issues/752)) ([12f25b5](https://github.com/napi-rs/node-rs/commit/12f25b5a5e09a01c832e4d26084acf4ddbd730b9))
- upgrade dependencies and lockfile ([#751](https://github.com/napi-rs/node-rs/issues/751)) ([70d7fa7](https://github.com/napi-rs/node-rs/commit/70d7fa72262c6e547950b30daa2d03583a1b04bd))

# [1.7.0](https://github.com/napi-rs/node-rs/compare/@node-rs/argon2@1.5.2...@node-rs/argon2@1.7.0) (2024-01-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-android-arm-eabi",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"arm"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-android-arm64",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-darwin-arm64",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-darwin-x64",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-freebsd-x64",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-linux-arm-gnueabihf",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"arm"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-linux-arm64-gnu",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-linux-arm64-musl",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-linux-x64-gnu",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-linux-x64-musl",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/wasm32-wasi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-wasm32-wasi",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"wasm32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-win32-arm64-msvc",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-win32-ia32-msvc",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"ia32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2-win32-x64-msvc",
"version": "1.7.2",
"version": "1.8.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/argon2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/argon2",
"version": "1.7.2",
"version": "1.8.0",
"description": "RustCrypto: Argon2 binding for Node.js",
"homepage": "https://github.com/napi-rs/node-rs",
"main": "index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/bcrypt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.10.0](https://github.com/napi-rs/node-rs/compare/@node-rs/bcrypt@1.7.3...@node-rs/bcrypt@1.10.0) (2024-02-29)

### Bug Fixes

- add browser entries for pkgs ([#760](https://github.com/napi-rs/node-rs/issues/760)) ([105ecad](https://github.com/napi-rs/node-rs/commit/105ecad99b5ce1a270b8e885e5a56c139db2f119))
- **crc32,denolint:** upgrade rust toolchain ([#787](https://github.com/napi-rs/node-rs/issues/787)) ([5586e4f](https://github.com/napi-rs/node-rs/commit/5586e4face711d9fd73f8f6b262d6a3537ce6ce0))
- wasi browser compatible ([3ec8863](https://github.com/napi-rs/node-rs/commit/3ec88636fd32f5dc1357f7259267ff9823dfd80d))
- wasi package load logic ([#755](https://github.com/napi-rs/node-rs/issues/755)) ([505856c](https://github.com/napi-rs/node-rs/commit/505856c4f9cb4c1f07e008f7f0dee41e7285a817))

### Features

- **denolint:** upgrade denolint crate ([#762](https://github.com/napi-rs/node-rs/issues/762)) ([19b888c](https://github.com/napi-rs/node-rs/commit/19b888c2bd5c474c7ddded82e3e4dc680f056ef2))
- support wasi target on browser ([#757](https://github.com/napi-rs/node-rs/issues/757)) ([f39eec0](https://github.com/napi-rs/node-rs/commit/f39eec00c7322a26c1836cf1a19c11c9a9d53ef6))
- support wasi-wasm32 target ([#752](https://github.com/napi-rs/node-rs/issues/752)) ([12f25b5](https://github.com/napi-rs/node-rs/commit/12f25b5a5e09a01c832e4d26084acf4ddbd730b9))
- upgrade dependencies and lockfile ([#751](https://github.com/napi-rs/node-rs/issues/751)) ([70d7fa7](https://github.com/napi-rs/node-rs/commit/70d7fa72262c6e547950b30daa2d03583a1b04bd))

# [1.9.0](https://github.com/napi-rs/node-rs/compare/@node-rs/bcrypt@1.7.3...@node-rs/bcrypt@1.9.0) (2024-01-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-android-arm-eabi",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"arm"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-android-arm64",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-darwin-arm64",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-darwin-x64",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-freebsd-x64",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-linux-arm-gnueabihf",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"arm"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-linux-arm64-gnu",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-linux-arm64-musl",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-linux-x64-gnu",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-linux-x64-musl",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/wasm32-wasi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-wasm32-wasi",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"wasm32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-win32-arm64-msvc",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-win32-ia32-msvc",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"ia32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt-win32-x64-msvc",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/bcrypt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/bcrypt",
"version": "1.9.2",
"version": "1.10.0",
"description": "Rust bcrypt binding",
"keywords": [
"bcrypt",
Expand Down
16 changes: 16 additions & 0 deletions packages/crc32/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.10.0](https://github.com/napi-rs/node-rs/compare/@node-rs/crc32@1.7.2...@node-rs/crc32@1.10.0) (2024-02-29)

### Bug Fixes

- add browser entries for pkgs ([#760](https://github.com/napi-rs/node-rs/issues/760)) ([105ecad](https://github.com/napi-rs/node-rs/commit/105ecad99b5ce1a270b8e885e5a56c139db2f119))
- **crc32,denolint:** upgrade rust toolchain ([#787](https://github.com/napi-rs/node-rs/issues/787)) ([5586e4f](https://github.com/napi-rs/node-rs/commit/5586e4face711d9fd73f8f6b262d6a3537ce6ce0))
- wasi browser compatible ([3ec8863](https://github.com/napi-rs/node-rs/commit/3ec88636fd32f5dc1357f7259267ff9823dfd80d))
- wasi package load logic ([#755](https://github.com/napi-rs/node-rs/issues/755)) ([505856c](https://github.com/napi-rs/node-rs/commit/505856c4f9cb4c1f07e008f7f0dee41e7285a817))

### Features

- **jsonwebtoken:** flatten claims to align with rfc ([#780](https://github.com/napi-rs/node-rs/issues/780)) ([89f2ce3](https://github.com/napi-rs/node-rs/commit/89f2ce3e63e02123872bc8bc105060a4182e74d0))
- support wasi target on browser ([#757](https://github.com/napi-rs/node-rs/issues/757)) ([f39eec0](https://github.com/napi-rs/node-rs/commit/f39eec00c7322a26c1836cf1a19c11c9a9d53ef6))
- support wasi-wasm32 target ([#752](https://github.com/napi-rs/node-rs/issues/752)) ([12f25b5](https://github.com/napi-rs/node-rs/commit/12f25b5a5e09a01c832e4d26084acf4ddbd730b9))
- upgrade dependencies and lockfile ([#751](https://github.com/napi-rs/node-rs/issues/751)) ([70d7fa7](https://github.com/napi-rs/node-rs/commit/70d7fa72262c6e547950b30daa2d03583a1b04bd))

# [1.9.0](https://github.com/napi-rs/node-rs/compare/@node-rs/crc32@1.7.2...@node-rs/crc32@1.9.0) (2024-01-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/crc32-android-arm-eabi",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"arm"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/crc32-android-arm64",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/crc32-darwin-arm64",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/crc32-darwin-x64",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/crc32-freebsd-x64",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/crc32-linux-arm-gnueabihf",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"arm"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/crc32-linux-arm64-gnu",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/crc32-linux-arm64-musl",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/crc32-linux-x64-gnu",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/crc32-linux-x64-musl",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/npm/wasm32-wasi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-rs/crc32-wasm32-wasi",
"version": "1.9.2",
"version": "1.10.0",
"cpu": [
"wasm32"
],
Expand Down
Loading

0 comments on commit 2d03fe9

Please sign in to comment.