@dcl/ecs 7.3.2-5576374771.commit-6418c5b → 7.3.2-5591112140.commit-507247c

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.
Files changed (23) hide show
  1. package/dist/components/generated/pb/decentraland/common/texture.gen.d.ts +1 -1
  2. package/dist/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.js +1 -1
  3. package/dist/components/generated/pb/decentraland/sdk/components/material.gen.d.ts +1 -1
  4. package/dist/components/generated/pb/decentraland/sdk/components/mesh_collider.gen.d.ts +1 -1
  5. package/dist/components/generated/pb/decentraland/sdk/components/mesh_renderer.gen.d.ts +1 -1
  6. package/dist/components/generated/pb/decentraland/sdk/components/raycast.gen.d.ts +1 -1
  7. package/dist/components/generated/pb/google/protobuf/descriptor.gen.js +2 -2
  8. package/dist/composite/proto/gen/composite.gen.d.ts +1 -1
  9. package/dist/composite/proto/gen/composite.gen.js +1 -1
  10. package/dist/composite/proto/gen/google/protobuf/struct.gen.d.ts +1 -1
  11. package/dist/composite/proto/gen/google/protobuf/struct.gen.js +1 -1
  12. package/dist-cjs/components/generated/pb/decentraland/common/texture.gen.d.ts +1 -1
  13. package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.js +1 -1
  14. package/dist-cjs/components/generated/pb/decentraland/sdk/components/material.gen.d.ts +1 -1
  15. package/dist-cjs/components/generated/pb/decentraland/sdk/components/mesh_collider.gen.d.ts +1 -1
  16. package/dist-cjs/components/generated/pb/decentraland/sdk/components/mesh_renderer.gen.d.ts +1 -1
  17. package/dist-cjs/components/generated/pb/decentraland/sdk/components/raycast.gen.d.ts +1 -1
  18. package/dist-cjs/components/generated/pb/google/protobuf/descriptor.gen.js +2 -2
  19. package/dist-cjs/composite/proto/gen/composite.gen.d.ts +1 -1
  20. package/dist-cjs/composite/proto/gen/composite.gen.js +1 -1
  21. package/dist-cjs/composite/proto/gen/google/protobuf/struct.gen.d.ts +1 -1
  22. package/dist-cjs/composite/proto/gen/google/protobuf/struct.gen.js +1 -1
  23. package/package.json +2 -2
@@ -58,7 +58,7 @@ export interface TextureUnion {
58
58
  } | {
59
59
  $case: "videoTexture";
60
60
  videoTexture: VideoTexture;
61
- };
61
+ } | undefined;
62
62
  }
63
63
  /**
64
64
  * @public
@@ -143,7 +143,7 @@ export var PBAvatarShape;
143
143
  }
144
144
  PBAvatarShape.decode = decode;
145
145
  })(PBAvatarShape || (PBAvatarShape = {}));
146
- var tsProtoGlobalThis = (() => {
146
+ const tsProtoGlobalThis = (() => {
147
147
  if (typeof globalThis !== "undefined") {
148
148
  return globalThis;
149
149
  }
@@ -21,7 +21,7 @@ export interface PBMaterial {
21
21
  } | {
22
22
  $case: "pbr";
23
23
  pbr: PBMaterial_PbrMaterial;
24
- };
24
+ } | undefined;
25
25
  }
26
26
  /**
27
27
  * @public
@@ -53,7 +53,7 @@ export interface PBMeshCollider {
53
53
  } | {
54
54
  $case: "plane";
55
55
  plane: PBMeshCollider_PlaneMesh;
56
- };
56
+ } | undefined;
57
57
  }
58
58
  /** BoxMesh is a prism shape that contains the Entity. */
59
59
  /**
@@ -25,7 +25,7 @@ export interface PBMeshRenderer {
25
25
  } | {
26
26
  $case: "plane";
27
27
  plane: PBMeshRenderer_PlaneMesh;
28
- };
28
+ } | undefined;
29
29
  }
30
30
  /** BoxMesh renders a prism shape. */
31
31
  /**
@@ -41,7 +41,7 @@ export interface PBRaycast {
41
41
  } | {
42
42
  $case: "targetEntity";
43
43
  targetEntity: number;
44
- };
44
+ } | undefined;
45
45
  /** Maximum length of the ray in virtual meters (global space) */
46
46
  maxDistance: number;
47
47
  /** the RaycastQueryType behavior */
@@ -1521,7 +1521,7 @@ function createBaseUninterpretedOption() {
1521
1521
  positiveIntValue: 0,
1522
1522
  negativeIntValue: 0,
1523
1523
  doubleValue: 0,
1524
- stringValue: new Uint8Array(),
1524
+ stringValue: new Uint8Array(0),
1525
1525
  aggregateValue: "",
1526
1526
  };
1527
1527
  }
@@ -1903,7 +1903,7 @@ export var GeneratedCodeInfo_Annotation;
1903
1903
  }
1904
1904
  GeneratedCodeInfo_Annotation.decode = decode;
1905
1905
  })(GeneratedCodeInfo_Annotation || (GeneratedCodeInfo_Annotation = {}));
1906
- var tsProtoGlobalThis = (() => {
1906
+ const tsProtoGlobalThis = (() => {
1907
1907
  if (typeof globalThis !== "undefined") {
1908
1908
  return globalThis;
1909
1909
  }
@@ -9,7 +9,7 @@ export interface ComponentData {
9
9
  } | {
10
10
  $case: "binary";
11
11
  binary: Uint8Array;
12
- };
12
+ } | undefined;
13
13
  }
14
14
  /**
15
15
  * @public
@@ -283,7 +283,7 @@ export var CompositeDefinition;
283
283
  }
284
284
  CompositeDefinition.toJSON = toJSON;
285
285
  })(CompositeDefinition || (CompositeDefinition = {}));
286
- var tsProtoGlobalThis = (() => {
286
+ const tsProtoGlobalThis = (() => {
287
287
  if (typeof globalThis !== "undefined") {
288
288
  return globalThis;
289
289
  }
@@ -76,7 +76,7 @@ export interface Value {
76
76
  } | {
77
77
  $case: "listValue";
78
78
  listValue: Array<any> | undefined;
79
- };
79
+ } | undefined;
80
80
  }
81
81
  /**
82
82
  * `ListValue` is a wrapper around a repeated field of values.
@@ -412,7 +412,7 @@ export var ListValue;
412
412
  }
413
413
  ListValue.unwrap = unwrap;
414
414
  })(ListValue || (ListValue = {}));
415
- var tsProtoGlobalThis = (() => {
415
+ const tsProtoGlobalThis = (() => {
416
416
  if (typeof globalThis !== "undefined") {
417
417
  return globalThis;
418
418
  }
@@ -58,7 +58,7 @@ export interface TextureUnion {
58
58
  } | {
59
59
  $case: "videoTexture";
60
60
  videoTexture: VideoTexture;
61
- };
61
+ } | undefined;
62
62
  }
63
63
  /**
64
64
  * @public
@@ -149,7 +149,7 @@ var PBAvatarShape;
149
149
  }
150
150
  PBAvatarShape.decode = decode;
151
151
  })(PBAvatarShape = exports.PBAvatarShape || (exports.PBAvatarShape = {}));
152
- var tsProtoGlobalThis = (() => {
152
+ const tsProtoGlobalThis = (() => {
153
153
  if (typeof globalThis !== "undefined") {
154
154
  return globalThis;
155
155
  }
@@ -21,7 +21,7 @@ export interface PBMaterial {
21
21
  } | {
22
22
  $case: "pbr";
23
23
  pbr: PBMaterial_PbrMaterial;
24
- };
24
+ } | undefined;
25
25
  }
26
26
  /**
27
27
  * @public
@@ -53,7 +53,7 @@ export interface PBMeshCollider {
53
53
  } | {
54
54
  $case: "plane";
55
55
  plane: PBMeshCollider_PlaneMesh;
56
- };
56
+ } | undefined;
57
57
  }
58
58
  /** BoxMesh is a prism shape that contains the Entity. */
59
59
  /**
@@ -25,7 +25,7 @@ export interface PBMeshRenderer {
25
25
  } | {
26
26
  $case: "plane";
27
27
  plane: PBMeshRenderer_PlaneMesh;
28
- };
28
+ } | undefined;
29
29
  }
30
30
  /** BoxMesh renders a prism shape. */
31
31
  /**
@@ -41,7 +41,7 @@ export interface PBRaycast {
41
41
  } | {
42
42
  $case: "targetEntity";
43
43
  targetEntity: number;
44
- };
44
+ } | undefined;
45
45
  /** Maximum length of the ray in virtual meters (global space) */
46
46
  maxDistance: number;
47
47
  /** the RaycastQueryType behavior */
@@ -1527,7 +1527,7 @@ function createBaseUninterpretedOption() {
1527
1527
  positiveIntValue: 0,
1528
1528
  negativeIntValue: 0,
1529
1529
  doubleValue: 0,
1530
- stringValue: new Uint8Array(),
1530
+ stringValue: new Uint8Array(0),
1531
1531
  aggregateValue: "",
1532
1532
  };
1533
1533
  }
@@ -1909,7 +1909,7 @@ var GeneratedCodeInfo_Annotation;
1909
1909
  }
1910
1910
  GeneratedCodeInfo_Annotation.decode = decode;
1911
1911
  })(GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo_Annotation || (exports.GeneratedCodeInfo_Annotation = {}));
1912
- var tsProtoGlobalThis = (() => {
1912
+ const tsProtoGlobalThis = (() => {
1913
1913
  if (typeof globalThis !== "undefined") {
1914
1914
  return globalThis;
1915
1915
  }
@@ -9,7 +9,7 @@ export interface ComponentData {
9
9
  } | {
10
10
  $case: "binary";
11
11
  binary: Uint8Array;
12
- };
12
+ } | undefined;
13
13
  }
14
14
  /**
15
15
  * @public
@@ -289,7 +289,7 @@ var CompositeDefinition;
289
289
  }
290
290
  CompositeDefinition.toJSON = toJSON;
291
291
  })(CompositeDefinition = exports.CompositeDefinition || (exports.CompositeDefinition = {}));
292
- var tsProtoGlobalThis = (() => {
292
+ const tsProtoGlobalThis = (() => {
293
293
  if (typeof globalThis !== "undefined") {
294
294
  return globalThis;
295
295
  }
@@ -76,7 +76,7 @@ export interface Value {
76
76
  } | {
77
77
  $case: "listValue";
78
78
  listValue: Array<any> | undefined;
79
- };
79
+ } | undefined;
80
80
  }
81
81
  /**
82
82
  * `ListValue` is a wrapper around a repeated field of values.
@@ -420,7 +420,7 @@ var ListValue;
420
420
  }
421
421
  ListValue.unwrap = unwrap;
422
422
  })(ListValue = exports.ListValue || (exports.ListValue = {}));
423
- var tsProtoGlobalThis = (() => {
423
+ const tsProtoGlobalThis = (() => {
424
424
  if (typeof globalThis !== "undefined") {
425
425
  return globalThis;
426
426
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/ecs",
3
3
  "description": "Decentraland ECS",
4
- "version": "7.3.2-5576374771.commit-6418c5b",
4
+ "version": "7.3.2-5591112140.commit-507247c",
5
5
  "author": "DCL",
6
6
  "bugs": "https://github.com/decentraland/ecs/issues",
7
7
  "files": [
@@ -33,5 +33,5 @@
33
33
  },
34
34
  "types": "./dist/index.d.ts",
35
35
  "typings": "./dist/index.d.ts",
36
- "commit": "6418c5b032ac4c05957ad1af7f1fc237d717275d"
36
+ "commit": "507247c609a7b0c0b75af74de329a587e14cd99b"
37
37
  }