Version 1.3.0
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user