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