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

View File

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