Skip to content

Commit

Permalink
update deps, re-export utils
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Mar 25, 2024
1 parent b22d9db commit 07cae5d
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 114 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@meshtastic/js",
"version": "2.3.0-0",
"version": "2.3.2-0",
"exports": "./src/mod.ts"
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshtastic/js",
"version": "2.3.0-0",
"version": "2.3.2-0",
"description": "Browser library for interfacing with meshtastic devices",
"license": "GPL-3.0-only",
"scripts": {
Expand Down Expand Up @@ -37,13 +37,13 @@
"tslog": "^4.9.2"
},
"devDependencies": {
"@biomejs/biome": "^1.6.1",
"@buf/meshtastic_protobufs.bufbuild_es": "1.8.0-20240315175757-d06c1dd1ed8f.1",
"@types/node": "^20.11.28",
"@biomejs/biome": "^1.6.2",
"@buf/meshtastic_protobufs.bufbuild_es": "1.8.0-20240324234945-eafbd2323915.2",
"@types/node": "^20.11.30",
"@types/w3c-web-serial": "^1.0.6",
"@types/web-bluetooth": "^0.0.20",
"tsup": "^8.0.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
Loading

0 comments on commit 07cae5d

Please sign in to comment.