Browse Source

Get protobufs directly from NPM (#840)

* Get protobufs directly from NPM

* Bump dep

* Update lockfile too
pull/841/head
Henri Bergius 9 months ago
committed by GitHub
parent
commit
4ff010e14b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      package.json
  2. 18
      pnpm-lock.yaml

2
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"
},

18
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/[email protected]'
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/[email protected]':
resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
'@jsr/[email protected]':
resolution: {integrity: sha512-ndZhUyB/ADSyjJI+iSeSOoIKqNGZ2+ERVjfY0qnh4jgF740tFTwefC5mzZhOqDLbreGFYS79+429NtH5Ujdzdg==, tarball: https://npm.jsr.io/~/11/@jsr/meshtastic__protobufs/2.7.0.tgz}
'@mapbox/[email protected]':
resolution: {integrity: sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA==}
hasBin: true
@ -1395,6 +1392,9 @@ packages:
resolution: {integrity: sha512-IGJtuBbaGzOUgODdBRg66p8stnwj9iDXkgbYKoYcNiiQmaez5WVRfXm4b03MCDwmZyX93csbfHFWEJJYHnn5oA==}
hasBin: true
'@meshtastic/[email protected]':
resolution: {integrity: sha512-Itn6sNVDvmSA6jsbqZWDScGbXkUUF3+bfJWKbdx5aA3+1tJiXas7I6aeC/aJPa1HelxLvBT3KO63jSgS1Pk83w==}
'@napi-rs/[email protected]':
resolution: {integrity: sha512-rZxtMsLwjdXkMUGC3WwsPwLNVqVqnTJT6MNIB6e+5fhMcSCPP0AOsNWuMQ5mdCq6HNjs/ZeWAEchpqeprqBD2Q==}
@ -6468,10 +6468,6 @@ snapshots:
'@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.5.5
'@jsr/[email protected]':
dependencies:
'@bufbuild/protobuf': 2.6.3
'@mapbox/[email protected]':
dependencies:
get-stream: 6.0.1
@ -6510,6 +6506,10 @@ snapshots:
rw: 1.3.3
tinyqueue: 3.0.0
'@meshtastic/[email protected]':
dependencies:
'@bufbuild/protobuf': 2.6.3
'@napi-rs/[email protected]':
dependencies:
'@emnapi/core': 1.5.0

Loading…
Cancel
Save