Skip to content

Commit 3b8663b

Browse files
authored
0.5.0
* 0.3.0 Signed-off-by: Anush008 <mail@anush.sh> * 0.5.0 --------- Signed-off-by: Anush008 <mail@anush.sh>
1 parent 6040e23 commit 3b8663b

8 files changed

Lines changed: 46 additions & 17 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ The official Node bindings are in a jinx with limited support for Node versions
66
> * Windows x86_64
77
> * Linux x86_64 (glibc, musl/Alpine)
88
> * Linux aarch64 (glibc, musl/Alpine)
9-
> * MacOS aarch64/x86_64
9+
> * macOS x86_64
10+
> * macOS aarch64 (Apple Silicon)
11+
> * macOS Universal binary
1012
1113
## Installation
1214

npm/darwin-universal/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anush008/tokenizers-darwin-universal",
3-
"version": "0.0.0",
3+
"version": "0.5.0",
44
"os": [
55
"darwin"
66
],
@@ -13,5 +13,8 @@
1313
"engines": {
1414
"node": ">= 10"
1515
},
16-
"repository": "https://github.com/Anush008/tokenizers"
16+
"repository": "https://github.com/Anush008/tokenizers",
17+
"publishConfig": {
18+
"access": "public"
19+
}
1720
}

npm/linux-arm64-gnu/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anush008/tokenizers-linux-arm64-gnu",
3-
"version": "0.0.0",
3+
"version": "0.5.0",
44
"os": [
55
"linux"
66
],
@@ -17,7 +17,10 @@
1717
"node": ">= 10"
1818
},
1919
"repository": "https://github.com/Anush008/tokenizers",
20+
"publishConfig": {
21+
"access": "public"
22+
},
2023
"libc": [
2124
"glibc"
2225
]
23-
}
26+
}

npm/linux-arm64-musl/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anush008/tokenizers-linux-arm64-musl",
3-
"version": "0.0.0",
3+
"version": "0.5.0",
44
"os": [
55
"linux"
66
],
@@ -16,8 +16,14 @@
1616
"engines": {
1717
"node": ">= 10"
1818
},
19-
"repository": "https://github.com/Anush008/tokenizers",
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/Anush008/tokenizers.git"
22+
},
2023
"libc": [
2124
"musl"
22-
]
23-
}
25+
],
26+
"publishConfig": {
27+
"access": "public"
28+
}
29+
}

npm/linux-x64-gnu/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anush008/tokenizers-linux-x64-gnu",
3-
"version": "0.0.0",
3+
"version": "0.5.0",
44
"os": [
55
"linux"
66
],
@@ -17,6 +17,9 @@
1717
"node": ">= 10"
1818
},
1919
"repository": "https://github.com/Anush008/tokenizers",
20+
"publishConfig": {
21+
"access": "public"
22+
},
2023
"libc": [
2124
"glibc"
2225
]

npm/linux-x64-musl/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anush008/tokenizers-linux-x64-musl",
3-
"version": "0.0.0",
3+
"version": "0.5.0",
44
"os": [
55
"linux"
66
],
@@ -19,5 +19,8 @@
1919
"repository": "https://github.com/Anush008/tokenizers",
2020
"libc": [
2121
"musl"
22-
]
23-
}
22+
],
23+
"publishConfig": {
24+
"access": "public"
25+
}
26+
}

npm/win32-x64-msvc/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anush008/tokenizers-win32-x64-msvc",
3-
"version": "0.0.0",
3+
"version": "0.5.0",
44
"os": [
55
"win32"
66
],
@@ -16,5 +16,8 @@
1616
"engines": {
1717
"node": ">= 10"
1818
},
19-
"repository": "https://github.com/Anush008/tokenizers"
19+
"repository": "https://github.com/Anush008/tokenizers",
20+
"publishConfig": {
21+
"access": "public"
22+
}
2023
}

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "@anush008/tokenizers",
3-
"version": "0.2.0",
3+
"version": "0.5.0",
44
"main": "index.js",
55
"types": "index.d.ts",
6+
"publishConfig": {
7+
"access": "public"
8+
},
69
"napi": {
710
"name": "tokenizers",
811
"triples": {
@@ -38,6 +41,9 @@
3841
"version": "napi version"
3942
},
4043
"packageManager": "yarn@3.6.3",
41-
"repository": "https://github.com/Anush008/tokenizers",
44+
"repository": {
45+
"type": "git",
46+
"url": "git+https://github.com/Anush008/tokenizers.git"
47+
},
4248
"description": "Multi-arch builds of HuggingFace tokenizers"
4349
}

0 commit comments

Comments
 (0)