@dcl/protocol 1.0.0-3160772301.commit-334e7a1 → 1.0.0-3175139283.commit-c671437

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.
@@ -54,6 +54,7 @@ message ProfileResponse {
54
54
 
55
55
  message Chat {
56
56
  string message = 1;
57
+ double timestamp = 2;
57
58
  }
58
59
 
59
60
  message Scene {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-3160772301.commit-334e7a1",
3
+ "version": "1.0.0-3175139283.commit-c671437",
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": "334e7a17c6f61780e2a80001f7ca52a32e059469"
21
+ "commit": "c671437d26d52c278057717a38d468755cd5dd9e"
22
22
  }