From 4ff010e14b7d9c6c597c1df86333e524c2d62598 Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Thu, 11 Sep 2025 11:13:45 -0400 Subject: [PATCH] Get protobufs directly from NPM (#840) * Get protobufs directly from NPM * Bump dep * Update lockfile too --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 31771334..6646f989 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@bufbuild/protobuf": "^2.6.1", - "@meshtastic/protobufs": "npm:@jsr/meshtastic__protobufs@^2.7.0", + "@meshtastic/protobufs": "^2.7.8", "ste-simple-events": "^3.0.11", "tslog": "^4.9.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 25e8a485..7a90877b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^2.6.1 version: 2.6.3 '@meshtastic/protobufs': - specifier: npm:@jsr/meshtastic__protobufs@^2.7.0 - version: '@jsr/meshtastic__protobufs@2.7.0' + specifier: ^2.7.8 + version: 2.7.8 ste-simple-events: specifier: ^3.0.11 version: 3.0.11 @@ -1360,9 +1360,6 @@ packages: '@jridgewell/trace-mapping@0.3.30': resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==} - '@jsr/meshtastic__protobufs@2.7.0': - resolution: {integrity: sha512-ndZhUyB/ADSyjJI+iSeSOoIKqNGZ2+ERVjfY0qnh4jgF740tFTwefC5mzZhOqDLbreGFYS79+429NtH5Ujdzdg==, tarball: https://npm.jsr.io/~/11/@jsr/meshtastic__protobufs/2.7.0.tgz} - '@mapbox/geojson-rewind@0.5.2': resolution: {integrity: sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA==} hasBin: true @@ -1395,6 +1392,9 @@ packages: resolution: {integrity: sha512-IGJtuBbaGzOUgODdBRg66p8stnwj9iDXkgbYKoYcNiiQmaez5WVRfXm4b03MCDwmZyX93csbfHFWEJJYHnn5oA==} hasBin: true + '@meshtastic/protobufs@2.7.8': + resolution: {integrity: sha512-Itn6sNVDvmSA6jsbqZWDScGbXkUUF3+bfJWKbdx5aA3+1tJiXas7I6aeC/aJPa1HelxLvBT3KO63jSgS1Pk83w==} + '@napi-rs/wasm-runtime@1.0.3': resolution: {integrity: sha512-rZxtMsLwjdXkMUGC3WwsPwLNVqVqnTJT6MNIB6e+5fhMcSCPP0AOsNWuMQ5mdCq6HNjs/ZeWAEchpqeprqBD2Q==} @@ -6468,10 +6468,6 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@jsr/meshtastic__protobufs@2.7.0': - dependencies: - '@bufbuild/protobuf': 2.6.3 - '@mapbox/geojson-rewind@0.5.2': dependencies: get-stream: 6.0.1 @@ -6510,6 +6506,10 @@ snapshots: rw: 1.3.3 tinyqueue: 3.0.0 + '@meshtastic/protobufs@2.7.8': + dependencies: + '@bufbuild/protobuf': 2.6.3 + '@napi-rs/wasm-runtime@1.0.3': dependencies: '@emnapi/core': 1.5.0