@dcl/protocol 1.0.0-3015628754.commit-7713e2e → 1.0.0-3038005755.commit-fdaecb0

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.
@@ -79,8 +79,9 @@ enum YGEdge {
79
79
  }
80
80
 
81
81
  message PBUiTransform {
82
- int64 parent = 79;
83
-
82
+ int32 parent = 79;
83
+ int32 right_of = 80;
84
+
84
85
  YGPositionType position_type = 1;
85
86
 
86
87
  YGAlign align_content = 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-3015628754.commit-7713e2e",
3
+ "version": "1.0.0-3038005755.commit-fdaecb0",
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": "7713e2e945f66805e16aeac2955f6878b52ddfee"
21
+ "commit": "fdaecb0751fe17636e0918ae7e1245ff790bc061"
22
22
  }