telemersive-bus 0.6.4 → 0.6.5
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "telemersive-bus",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
4
4
|
"description": "MQTT based data protocol to manage unlimited peers, connected by rooms, where all peers joined to a room can exchange private data. It provides a simple chat mechanism, latency pinging, publish-subscribe mechanism (based on mqtt) and a OSC-like data stream. ",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"directories": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"async-mqtt": "^2.6.1",
|
|
11
11
|
"crypto-js": "^4.0.0",
|
|
12
12
|
"internal-ip": "^6.2.0",
|
|
13
|
-
"mqtt": "^
|
|
13
|
+
"mqtt": "^5.3.5",
|
|
14
14
|
"protobufjs": "^6.10.2",
|
|
15
15
|
"public-ip": "^4.0.2",
|
|
16
16
|
"sha1": "^1.1.1",
|