Skip to content

Commit

Permalink
Merge pull request #97 from johnlaur/master
Browse files Browse the repository at this point in the history
Update meshtastic-js to newer protobuf spec
  • Loading branch information
Hunter275 authored Aug 24, 2024
2 parents 4055528 + 97ff988 commit 05d6690
Show file tree
Hide file tree
Showing 3 changed files with 1,096 additions and 856 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshtastic/js",
"version": "2.3.7-0",
"version": "2.3.7-1",
"description": "Browser library for interfacing with meshtastic devices",
"license": "GPL-3.0-only",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@9.7.1",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
Expand All @@ -35,16 +35,16 @@
"dependencies": {
"crc": "^4.3.2",
"ste-simple-events": "^3.0.11",
"tslog": "^4.9.2"
"tslog": "^4.9.3"
},
"devDependencies": {
"@biomejs/biome": "^1.6.3",
"@buf/meshtastic_protobufs.bufbuild_es": "1.10.0-20240613143006-244927bc441a.1",
"@types/node": "^20.11.30",
"@biomejs/biome": "^1.8.3",
"@buf/meshtastic_protobufs.bufbuild_es": "^1.10.0-20240817124710-a1b6e1d8e51a.1",
"@types/node": "^22.4.1",
"@types/w3c-web-serial": "^1.0.6",
"@types/web-bluetooth": "^0.0.20",
"tsup": "^8.0.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
"tsup": "^8.2.4",
"typedoc": "^0.26.6",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 05d6690

Please sign in to comment.