@meshtastic/meshtasticjs
Advanced tools
Comparing version 2.0.13-6 to 2.0.15-0
@@ -106,3 +106,3 @@ import { Logger } from "tslog"; | ||
if (echoResponse) { | ||
meshPacket.rxTime = new Date().getTime() / 1000; | ||
meshPacket.rxTime = Math.trunc(new Date().getTime() / 1000); | ||
this.handleMeshPacket(meshPacket); | ||
@@ -109,0 +109,0 @@ } |
{ | ||
"name": "@meshtastic/meshtasticjs", | ||
"version": "2.0.13-6", | ||
"version": "2.0.15-0", | ||
"description": "Browser library for interfacing with meshtastic devices", | ||
@@ -36,3 +36,3 @@ "license": "GPL-3.0-only", | ||
"dependencies": { | ||
"@buf/meshtastic_protobufs.bufbuild_es": "1.0.0-20230123093810-ef786e1f4e00.1", | ||
"@buf/meshtastic_protobufs.bufbuild_es": "1.0.0-20230129055417-f11f156e79a6.1", | ||
"@bufbuild/protobuf": "^1.0.0", | ||
@@ -49,3 +49,3 @@ "crc": "^4.3.1", | ||
"@typescript-eslint/parser": "^5.49.0", | ||
"eslint": "^8.32.0", | ||
"eslint": "^8.33.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
@@ -52,0 +52,0 @@ "eslint-import-resolver-typescript": "^3.5.3", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
186533