Skip to content

Commit

Permalink
Merge pull request #20 from scruplelesswizard/move-telemetry-from-mesh
Browse files Browse the repository at this point in the history
Update dependencies and move telemetry from mesh to telemetry
  • Loading branch information
thebentern authored Jan 11, 2024
2 parents 141d925 + 9b3a584 commit 5801654
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 96 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "@meshtastic/node-red-contrib-meshtastic",
"version": "2.2.18-0",
"description": "Meshtastic protobuf converter for NodeRED",
"keywords": ["node-red"],
"keywords": [
"node-red"
],
"scripts": {
"build": "vite build"
},
Expand All @@ -14,13 +16,15 @@
"decode": "./dist/decode.js"
}
},
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"@bufbuild/protobuf": "^1.6.0",
"@meshtastic/js": "2.2.18-0"
},
"devDependencies": {
"@biomejs/biome": "^1.5.0",
"@biomejs/biome": "^1.5.1",
"@buf/meshtastic_protobufs.bufbuild_es": "1.6.0-20240106203407-94f78518ac45.1",
"@types/node-red": "^1.3.4",
"node-red": "^3.1.3",
Expand Down
Loading

0 comments on commit 5801654

Please sign in to comment.