Skip to content

Commit c631b4a

Browse files
committed
Update version
1 parent cc54fe4 commit c631b4a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bun.lockb

-766 Bytes
Binary file not shown.

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rabbit-company/argon2id",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"exports": "./src/argon2id.ts",
55
"publish": {
66
"include": [

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rabbit-company/argon2id",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Argon2id hash function",
55
"main": "./module/argon2id.js",
66
"browser": "./module/argon2id.js",
@@ -41,12 +41,12 @@
4141
"security"
4242
],
4343
"devDependencies": {
44-
"@types/bun": "^1.1.8",
44+
"@types/bun": "^1.1.9",
4545
"bun-plugin-dts": "^0.2.3",
4646
"wasm-pack": "^0.13.0",
4747
"@rabbit-company/logger": "^4.0.0"
4848
},
4949
"peerDependencies": {
50-
"typescript": "^5.5.4"
50+
"typescript": "^5.6.2"
5151
}
5252
}

0 commit comments

Comments
 (0)