Patch up to use a published patched meshcore-decoder and add a test script for different node versions

This commit is contained in:
Jack Kingsman
2026-03-08 18:35:58 -07:00
parent 9673b25ab3
commit 77523c1b15
4 changed files with 55 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
"dependencies": {
"@codemirror/lang-python": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.3",
"@michaelhart/meshcore-decoder": "file:./lib/meshcore-decoder",
"@michaelhart/meshcore-decoder": "npm:meshcore-decoder-multibyte-patch@0.2.7",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
@@ -67,7 +67,7 @@
},
"overrides": {
"meshcore-hashtag-cracker": {
"@michaelhart/meshcore-decoder": "file:./lib/meshcore-decoder"
"@michaelhart/meshcore-decoder": "npm:meshcore-decoder-multibyte-patch@0.2.7"
}
}
}