@dcl/ecs 7.20.4-22576263908.commit-9ddd8ad → 7.20.4-22578241217.commit-fd0f1f3
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.
|
@@ -3,7 +3,7 @@ import { PBCameraLayer } from './pb/decentraland/sdk/components/camera_layer.gen
|
|
|
3
3
|
* @internal
|
|
4
4
|
*/
|
|
5
5
|
export const CameraLayerSchema = {
|
|
6
|
-
COMPONENT_ID:
|
|
6
|
+
COMPONENT_ID: 1503,
|
|
7
7
|
serialize(value, builder) {
|
|
8
8
|
const writer = PBCameraLayer.encode(value);
|
|
9
9
|
const buffer = new Uint8Array(writer.finish(), 0, writer.len);
|
|
@@ -19,7 +19,7 @@ export const coreComponentMappings = {
|
|
|
19
19
|
"core::AvatarMovementInfo": 1500,
|
|
20
20
|
"core::AvatarShape": 1080,
|
|
21
21
|
"core::Billboard": 1090,
|
|
22
|
-
"core::CameraLayer":
|
|
22
|
+
"core::CameraLayer": 1503,
|
|
23
23
|
"core::CameraLayers": 1208,
|
|
24
24
|
"core::CameraMode": 1072,
|
|
25
25
|
"core::CameraModeArea": 1071,
|
|
@@ -6,7 +6,7 @@ const camera_layer_gen_1 = require("./pb/decentraland/sdk/components/camera_laye
|
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
8
8
|
exports.CameraLayerSchema = {
|
|
9
|
-
COMPONENT_ID:
|
|
9
|
+
COMPONENT_ID: 1503,
|
|
10
10
|
serialize(value, builder) {
|
|
11
11
|
const writer = camera_layer_gen_1.PBCameraLayer.encode(value);
|
|
12
12
|
const buffer = new Uint8Array(writer.finish(), 0, writer.len);
|
|
@@ -22,7 +22,7 @@ exports.coreComponentMappings = {
|
|
|
22
22
|
"core::AvatarMovementInfo": 1500,
|
|
23
23
|
"core::AvatarShape": 1080,
|
|
24
24
|
"core::Billboard": 1090,
|
|
25
|
-
"core::CameraLayer":
|
|
25
|
+
"core::CameraLayer": 1503,
|
|
26
26
|
"core::CameraLayers": 1208,
|
|
27
27
|
"core::CameraMode": 1072,
|
|
28
28
|
"core::CameraModeArea": 1071,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/ecs",
|
|
3
3
|
"description": "Decentraland ECS",
|
|
4
|
-
"version": "7.20.4-
|
|
4
|
+
"version": "7.20.4-22578241217.commit-fd0f1f3",
|
|
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": "
|
|
36
|
+
"commit": "fd0f1f37f429a4f8ce40d12a06fe94a164eec275"
|
|
37
37
|
}
|