@blueyerobotics/blueye-ts 1.4.0 → 1.5.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.
@@ -7,8 +7,8 @@ const consola_1 = require("consola");
7
7
  const strict_event_emitter_1 = require("strict-event-emitter");
8
8
  const uuid_1 = require("uuid");
9
9
  const schema_1 = require("./schema");
10
- const WS_PUBSUB_URL = "ws://localhost:8765";
11
- const WS_REQREP_URL = "ws://localhost:8766";
10
+ const WS_PUBSUB_URL = "ws://192.168.1.101:8765";
11
+ const WS_REQREP_URL = "ws://192.168.1.101:8766";
12
12
  const isInProtocol = (key) => {
13
13
  return key in protocol_definitions_1.blueye.protocol;
14
14
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueyerobotics/blueye-ts",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "A TypeScript client for interacting with Blueye underwater drones.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,7 +19,7 @@
19
19
  "author": "Blueye <contact@blueye.no> (https://blueye.no/)",
20
20
  "license": "LGPL-3.0-only",
21
21
  "dependencies": {
22
- "@blueyerobotics/protocol-definitions": "3.2.0-3e0ba702",
22
+ "@blueyerobotics/protocol-definitions": "3.2.0-0f78a956",
23
23
  "buffer": "^6.0.3",
24
24
  "consola": "^3.4.2",
25
25
  "strict-event-emitter": "^0.5.1",