Stricter decoding

This commit is contained in:
2026-03-15 20:21:26 +01:00
parent 4669783b67
commit e0d4844c5b
12 changed files with 1241 additions and 4188 deletions

View File

@@ -11,7 +11,7 @@
],
"repository": {
"type": "git",
"url": "https://git.maze.io/ham/aprs.js"
"url": "https://git.maze.io/ham/aprs.ts"
},
"license": "MIT",
"author": "Wijnand Modderman-Lenstra",
@@ -38,7 +38,6 @@
"lint": "eslint .",
"prepare": "npm run build"
},
"dependencies": {},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@vitest/coverage-v8": "^4.0.18",
@@ -48,5 +47,8 @@
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.0",
"vitest": "^4.0.18"
},
"dependencies": {
"@hamradio/packet": "^1.1.0"
}
}