Browse Source

fix: updated module paths (#889)

pull/890/head
Dan Ditomaso 8 months ago
committed by GitHub
parent
commit
8d98aca496
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 40
      packages/protobufs/packages/ts/mod.ts

40
packages/protobufs/packages/ts/mod.ts

@ -1,20 +1,20 @@
export * as Admin from "./lib/admin_pb.ts";
export * as AppOnly from "./lib/apponly_pb.ts";
export * as ATAK from "./lib/atak_pb.ts";
export * as CannedMessages from "./lib/cannedmessages_pb.ts";
export * as Channel from "./lib/channel_pb.ts";
export * as ClientOnly from "./lib/clientonly_pb.ts";
export * as Config from "./lib/config_pb.ts";
export * as ConnectionStatus from "./lib/connection_status_pb.ts";
export * as LocalOnly from "./lib/localonly_pb.ts";
export * as Mesh from "./lib/mesh_pb.ts";
export * as ModuleConfig from "./lib/module_config_pb.ts";
export * as Mqtt from "./lib/mqtt_pb.ts";
export * as PaxCount from "./lib/paxcount_pb.ts";
export * as Portnums from "./lib/portnums_pb.ts";
export * as PowerMon from "./lib/powermon_pb.ts";
export * as RemoteHardware from "./lib/remote_hardware_pb.ts";
export * as Rtttl from "./lib/rtttl_pb.ts";
export * as StoreForward from "./lib/storeforward_pb.ts";
export * as Telemetry from "./lib/telemetry_pb.ts";
export * as Xmodem from "./lib/xmodem_pb.ts";
export * as Admin from "./dist/admin_pb.ts";
export * as AppOnly from "./dist/apponly_pb.ts";
export * as ATAK from "./dist/atak_pb.ts";
export * as CannedMessages from "./dist/cannedmessages_pb.ts";
export * as Channel from "./dist/channel_pb.ts";
export * as ClientOnly from "./dist/clientonly_pb.ts";
export * as Config from "./dist/config_pb.ts";
export * as ConnectionStatus from "./dist/connection_status_pb.ts";
export * as LocalOnly from "./dist/localonly_pb.ts";
export * as Mesh from "./dist/mesh_pb.ts";
export * as ModuleConfig from "./dist/module_config_pb.ts";
export * as Mqtt from "./dist/mqtt_pb.ts";
export * as PaxCount from "./dist/paxcount_pb.ts";
export * as Portnums from "./dist/portnums_pb.ts";
export * as PowerMon from "./dist/powermon_pb.ts";
export * as RemoteHardware from "./dist/remote_hardware_pb.ts";
export * as Rtttl from "./dist/rtttl_pb.ts";
export * as StoreForward from "./dist/storeforward_pb.ts";
export * as Telemetry from "./dist/telemetry_pb.ts";
export * as Xmodem from "./dist/xmodem_pb.ts";

Loading…
Cancel
Save