@dcl/protocol 1.0.0-10256563843.commit-5ea7328 → 1.0.0-10367701460.commit-f69fef5
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-
|
|
3
|
+
"version": "1.0.0-10367701460.commit-f69fef5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": "decentraland/protocol.git",
|
|
6
6
|
"homepage": "https://github.com/decentraland/protocol#readme",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"out-js",
|
|
30
30
|
"public"
|
|
31
31
|
],
|
|
32
|
-
"commit": "
|
|
32
|
+
"commit": "f69fef5781150256cc4594f3b4dcc2270e6ccae8"
|
|
33
33
|
}
|
|
@@ -2,7 +2,7 @@ syntax = "proto3";
|
|
|
2
2
|
package decentraland.sdk.components;
|
|
3
3
|
|
|
4
4
|
import "decentraland/sdk/components/common/id.proto";
|
|
5
|
-
option (common.ecs_component_id) =
|
|
5
|
+
option (common.ecs_component_id) = 1200;
|
|
6
6
|
|
|
7
7
|
// a GltfNode links a scene entity with a node from within a gltf, allowing the scene to inspect it or modify it.
|
|
8
8
|
// This component must be added to a direct child of an entity with a PbGltfContainer component, or
|
|
@@ -2,7 +2,7 @@ syntax = "proto3";
|
|
|
2
2
|
package decentraland.sdk.components;
|
|
3
3
|
|
|
4
4
|
import "decentraland/sdk/components/common/id.proto";
|
|
5
|
-
option (common.ecs_component_id) =
|
|
5
|
+
option (common.ecs_component_id) = 1201;
|
|
6
6
|
|
|
7
7
|
// See the details of the GltfNode component for more information.
|
|
8
8
|
|
|
@@ -5,7 +5,7 @@ package decentraland.sdk.components;
|
|
|
5
5
|
import "decentraland/sdk/components/common/id.proto";
|
|
6
6
|
import "decentraland/common/vectors.proto";
|
|
7
7
|
|
|
8
|
-
option (common.ecs_component_id) =
|
|
8
|
+
option (common.ecs_component_id) = 1202;
|
|
9
9
|
|
|
10
10
|
message PBUiScrollResult {
|
|
11
11
|
decentraland.common.Vector2 value = 1;
|