@dcl/protocol 1.0.0-4385856849.commit-b516dcb → 1.0.0-4408137944.commit-a67c796

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-4385856849.commit-b516dcb",
3
+ "version": "1.0.0-4408137944.commit-a67c796",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -26,5 +26,5 @@
26
26
  "out-js",
27
27
  "public"
28
28
  ],
29
- "commit": "b516dcbf5ea551a137055934ac2a07959db71855"
29
+ "commit": "a67c79606bd8a34a25a0ce8c3278b72ec1dabd86"
30
30
  }
@@ -16,4 +16,5 @@ message PBUiInput {
16
16
  optional common.TextAlignMode text_align = 10; // default='center'
17
17
  optional common.Font font = 11; // default=0
18
18
  optional int32 font_size = 12; // default=10
19
+ optional string value = 13;
19
20
  }