Version 1.3.0

This commit is contained in:
2026-03-12 21:07:56 +01:00
parent f175eea99c
commit ea29c037cb
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@hamradio/meshcore",
"type": "module",
"version": "1.2.2",
"version": "1.3.0",
"description": "MeshCore protocol support for Typescript",
"keywords": [
"MeshCore",
@@ -10,7 +10,7 @@
],
"repository": {
"type": "git",
"url": "https://git.maze.io/ham/meshcore.js"
"url": "https://git.maze.io/ham/meshcore.ts"
},
"license": "MIT",
"author": "Wijnand Modderman-Lenstra",

View File

@@ -1,6 +1,5 @@
import { NodeHash } from "./identity.types";
import { Dissected } from "@hamradio/packet";
//import { PacketStructure } from "./parser.types";
import { NodeHash } from "./identity.types";
// IPacket contains the raw packet bytes.
export type Uint16 = number; // 0..65535