@luxonis/visualizer-protobuf 2.47.0 → 2.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{FoxgloveServer-CruhDQNF.js → FoxgloveServer-MMAMiqqQ.js} +1 -1
- package/dist/{communicator-B5nHOFKk.js → communicator-_qNxRS4H.js} +1 -1
- package/dist/{deserialization.worker-CU3aAUQR.js → deserialization.worker-Bpkjw7D9.js} +9 -9
- package/dist/{foxglove-protocol-s8GTnGYJ.js → foxglove-protocol-CtwNj7ND.js} +1 -1
- package/dist/{index-BL20wz16.js → index-6KOIH-Av.js} +5 -5
- package/dist/{index-DApEiWis.js → index-B0htoB3i.js} +5 -5
- package/dist/{index-DnGV1aQJ.js → index-B7i_kxUs.js} +5 -5
- package/dist/{index-CfPI9o_g.js → index-BGN2tq8w.js} +5 -5
- package/dist/{index-PFqtyIuA.js → index-BQzFf0fU.js} +5 -5
- package/dist/{index-BdDtoRR-.js → index-BwDDE6qJ.js} +5 -5
- package/dist/{index-BgncB4lH.js → index-CQekVGnp.js} +7 -7
- package/dist/{index-0WOnpdYZ.js → index-CSwYa06X.js} +5 -5
- package/dist/{index-BNOD5xue.js → index-Caci836B.js} +5 -5
- package/dist/{index-BTDlyuOh.js → index-CdTjJkb4.js} +5 -5
- package/dist/{index-Dv0q7Hu9.js → index-D79jrx-W.js} +5 -5
- package/dist/{index-DEIPZyYO.js → index-DPVZH6Rk.js} +5 -5
- package/dist/{index-VvgQVHup.js → index-D_MUGva5.js} +47 -34
- package/dist/{index-CKKrYBmd.js → index-DelPB8oK.js} +5 -5
- package/dist/{index-B9TuVGb6.js → index-DmI5oxsp.js} +5 -5
- package/dist/{index-D0hutTdc.js → index-Dtx67Xo3.js} +5 -5
- package/dist/{index-eR1kHZO9.js → index-DyO6J9w8.js} +6 -6
- package/dist/{index-B66BfRQZ.js → index-EJIrzRTe.js} +5 -5
- package/dist/{index-BFkDx_vz.js → index-ofZ4aPIS.js} +5 -5
- package/dist/index.js +5 -5
- package/dist/lib/src/connection/connection.js +2 -2
- package/dist/lib/src/connection/connection.js.map +1 -1
- package/dist/lib/src/connection/foxglove-connection.d.ts.map +1 -1
- package/dist/lib/src/connection/foxglove-connection.js +8 -10
- package/dist/lib/src/connection/foxglove-connection.js.map +1 -1
- package/dist/lib/src/messaging/deserialization.worker.d.ts +2 -1
- package/dist/lib/src/messaging/deserialization.worker.d.ts.map +1 -1
- package/dist/lib/src/messaging/deserialization.worker.js +4 -5
- package/dist/lib/src/messaging/deserialization.worker.js.map +1 -1
- package/dist/lib/src/messaging/message-handler.d.ts.map +1 -1
- package/dist/lib/src/messaging/message-handler.js +2 -1
- package/dist/lib/src/messaging/message-handler.js.map +1 -1
- package/dist/lib/src/messaging/protobuf.d.ts +1 -1
- package/dist/lib/src/messaging/protobuf.d.ts.map +1 -1
- package/dist/lib/src/messaging/protobuf.js.map +1 -1
- package/dist/lib/src/utils/config-store.d.ts +1 -3
- package/dist/lib/src/utils/config-store.d.ts.map +1 -1
- package/dist/lib/src/utils/config-store.js +1 -7
- package/dist/lib/src/utils/config-store.js.map +1 -1
- package/dist/{protobuf-BlRCdy5s.js → protobuf-B55JS-Px.js} +1 -1
- package/dist/{tslib.es6-1KojRmQN.js → tslib.es6-DRjIPBeG.js} +2 -22
- package/dist/{useMessageReducer-CFR_a3dC.js → useMessageReducer-DdY2kZpp.js} +2 -2
- package/dist/{worker-CCDWOQkn.js → worker-DTCGSU9Q.js} +3 -3
- package/dist/{worker-BQkGHKKV.js → worker-DeosokNQ.js} +4 -4
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { r as recordToDataView } from './encoding-DqlhpFR2.js';
|
|
2
|
-
import { F as FoxgloveCommunicator } from './communicator-
|
|
3
|
-
import { m as makeServiceCallRequest } from './foxglove-protocol-
|
|
4
|
-
import './protobuf-
|
|
2
|
+
import { F as FoxgloveCommunicator } from './communicator-_qNxRS4H.js';
|
|
3
|
+
import { m as makeServiceCallRequest } from './foxglove-protocol-CtwNj7ND.js';
|
|
4
|
+
import './protobuf-B55JS-Px.js';
|
|
5
5
|
import 'protobufjs/minimal';
|
|
6
|
-
import './FoxgloveServer-
|
|
6
|
+
import './FoxgloveServer-MMAMiqqQ.js';
|
|
7
7
|
import 'ms';
|
|
8
8
|
|
|
9
9
|
// This Source Code Form is subject to the terms of the Mozilla Public
|