Skip to content

Commit a773a71

Browse files
committed
chore: update dependencies and README
1 parent da6783f commit a773a71

File tree

14 files changed

+168
-149
lines changed

14 files changed

+168
-149
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Make rust crates binding to Node.js use [napi-rs](https://github.com/napi-rs/nap
2323
| Linux arm64 gnu ||||
2424
| Linux arm64 musl ||||
2525
| Android arm64 ||||
26+
| Android armv7 ||||
2627
| FreeBSD x64 ||||
2728

2829
# Packages

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"postinstall": "husky install"
2323
},
2424
"devDependencies": {
25-
"@napi-rs/cli": "^2.0.0",
25+
"@napi-rs/cli": "^2.1.0",
2626
"@swc-node/register": "^1.4.2",
27-
"@types/node": "^17.0.1",
28-
"@typescript-eslint/eslint-plugin": "^5.7.0",
29-
"@typescript-eslint/parser": "^5.7.0",
27+
"@types/node": "^17.0.2",
28+
"@typescript-eslint/eslint-plugin": "^5.8.0",
29+
"@typescript-eslint/parser": "^5.8.0",
3030
"ava": "^3.15.0",
3131
"benchmark": "^2.1.4",
3232
"codecov": "^3.8.3",

packages/bcrypt/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
| Linux arm64 gnu ||||
2121
| Linux arm64 musl ||||
2222
| Android arm64 ||||
23+
| Android armv7 ||||
2324
| FreeBSD x64 ||||
2425

2526
## Usage

packages/bcrypt/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
/* tslint:disable */
12
/* eslint-disable */
23

4+
/* auto-generated by NAPI-RS */
5+
36
export class ExternalObject<T> {
47
readonly '': {
58
readonly '': unique symbol

packages/crc32/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ js_crc32 for inputs 16931844B, avg 2066B x 22.12 ops/sec ±5.20% (40 runs sample
5555
| Linux arm64 gnu ||||
5656
| Linux arm64 musl ||||
5757
| Android arm64 ||||
58+
| Android armv7 ||||
5859
| FreeBSD x64 ||||
5960

6061
## API

packages/crc32/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
/* tslint:disable */
12
/* eslint-disable */
23

4+
/* auto-generated by NAPI-RS */
5+
36
export class ExternalObject<T> {
47
readonly '': {
58
readonly '': unique symbol

packages/crc32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"devDependencies": {
6464
"@types/crc": "^3.4.0",
65-
"crc": "^3.8.0",
65+
"crc": "^4.0.0",
6666
"sse4_crc32": "^6.0.1"
6767
},
6868
"funding": {

packages/deno-lint/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
| Linux arm64 gnu ||||
2121
| Linux arm64 musl ||||
2222
| Android arm64 ||||
23+
| Android armv7 ||||
2324
| FreeBSD x64 ||||
2425

2526
## Performance

packages/deno-lint/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
/* tslint:disable */
12
/* eslint-disable */
23

4+
/* auto-generated by NAPI-RS */
5+
36
export class ExternalObject<T> {
47
readonly '': {
58
readonly '': unique symbol

packages/jieba/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Tag 246568 words bench suite: Fastest is @node-rs/jieba
4646
| Linux arm64 gnu ||||
4747
| Linux arm64 musl ||||
4848
| Android arm64 ||||
49+
| Android armv7 ||||
4950
| FreeBSD x64 ||||
5051

5152
## Usage

0 commit comments

Comments
 (0)