@dcl/protocol 1.0.0-2959062070.commit-c98319b → 1.0.0-2959077731.commit-a10e494

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.
@@ -1,6 +1,6 @@
1
1
  syntax = "proto3";
2
2
 
3
- package protocol;
3
+ package protocol.comms.v1;
4
4
 
5
5
  message AuthData {
6
6
  string signature = 1;
@@ -1,5 +1,7 @@
1
1
  syntax = "proto3";
2
2
 
3
+ package protocol.comms.v2;
4
+
3
5
  message CommsMessage {
4
6
  double time = 1;
5
7
  oneof data {
@@ -1,6 +1,6 @@
1
1
  syntax = "proto3";
2
2
 
3
- package protocol;
3
+ package protocol.comms.v3;
4
4
 
5
5
  message Position {
6
6
  double time = 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-2959062070.commit-c98319b",
3
+ "version": "1.0.0-2959077731.commit-a10e494",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,5 +18,5 @@
18
18
  "ecs",
19
19
  "bff"
20
20
  ],
21
- "commit": "c98319be3c830e9203bc28323da6ef0de3f90fa7"
21
+ "commit": "a10e494213acb02f71f3e6215d7163a71d999588"
22
22
  }