@dcl/protocol 1.0.0-3205348640.commit-bd227bf → 1.0.0-3219721157.commit-78009a6

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-3205348640.commit-bd227bf",
3
+ "version": "1.0.0-3219721157.commit-78009a6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,5 +29,5 @@
29
29
  "*.proto",
30
30
  "out-ts"
31
31
  ],
32
- "commit": "bd227bf4625bac7553671d749c29ac6388cc3d77"
32
+ "commit": "78009a646d73ee6e3b8ee7380579be6bdb8aa753"
33
33
  }
@@ -1,14 +0,0 @@
1
- syntax = "proto3";
2
-
3
- import "ecs/components/common/id.proto";
4
- option (ecs_component_id) = 1013;
5
-
6
- message PBBoxShape {
7
- // @deprecated use MeshCollider instead https://github.com/decentraland/sdk/issues/366
8
- optional bool with_collisions = 1; // default=true
9
- // @deprecated use MeshCollider instead https://github.com/decentraland/sdk/issues/366
10
- optional bool is_pointer_blocker = 2; // default=true
11
- // @deprecated use HiddenComponent instead https://github.com/decentraland/sdk/issues/353
12
- optional bool visible = 3; // default=true
13
- repeated float uvs = 4;
14
- }
@@ -1,15 +0,0 @@
1
- syntax = "proto3";
2
-
3
- import "ecs/components/common/id.proto";
4
- option (ecs_component_id) = 1016;
5
-
6
- message PBCylinderShape {
7
- // @deprecated use MeshCollider instead https://github.com/decentraland/sdk/issues/366
8
- optional bool with_collisions = 1; // default=true
9
- // @deprecated use MeshCollider instead https://github.com/decentraland/sdk/issues/366
10
- optional bool is_pointer_blocker = 2; // default=true
11
- // @deprecated use HiddenComponent instead https://github.com/decentraland/sdk/issues/353
12
- optional bool visible = 3; // default=true
13
- optional float radius_top = 4; // default=1.0
14
- optional float radius_bottom = 5; // default=1.0
15
- }
@@ -1,14 +0,0 @@
1
- syntax = "proto3";
2
-
3
- import "ecs/components/common/id.proto";
4
- option (ecs_component_id) = 1014;
5
-
6
- message PBPlaneShape {
7
- // @deprecated use MeshCollider instead https://github.com/decentraland/sdk/issues/366
8
- optional bool with_collisions = 1; // default=true
9
- // @deprecated use MeshCollider instead https://github.com/decentraland/sdk/issues/366
10
- optional bool is_pointer_blocker = 2; // default=true
11
- // @deprecated use HiddenComponent instead https://github.com/decentraland/sdk/issues/353
12
- optional bool visible = 3; // default=true
13
- repeated float uvs = 4;
14
- }
@@ -1,13 +0,0 @@
1
- syntax = "proto3";
2
-
3
- import "ecs/components/common/id.proto";
4
- option (ecs_component_id) = 1015;
5
-
6
- message PBSphereShape {
7
- // @deprecated use MeshCollider instead https://github.com/decentraland/sdk/issues/366
8
- optional bool with_collisions = 1; // default=true
9
- // @deprecated use MeshCollider instead https://github.com/decentraland/sdk/issues/366
10
- optional bool is_pointer_blocker = 2; // default=true
11
- // @deprecated use HiddenComponent instead https://github.com/decentraland/sdk/issues/353
12
- optional bool visible = 3; // default=true
13
- }