@dcl/playground-assets 7.13.1-19324737285.commit-cb42004 → 7.13.1-19549129049.commit-e7fb168

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.13.1-19324737285.commit-cb42004",
4
+ "version": "7.13.1-19549129049.commit-e7fb168",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "types": "./index.d.ts",
37
37
  "typings": "./index.d.ts",
38
- "commit": "cb42004e537ef6d09c8db67e350da80df94242ec"
38
+ "commit": "e7fb1688fcaed2c8efcc91f36e1b9f07104af1e8"
39
39
  }
@@ -6014,7 +6014,6 @@ export declare namespace PBVideoPlayer {
6014
6014
  * an 'instant' transition (like using speed/time = 0)
6015
6015
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
6016
6016
  * the holding entity transform).
6017
- * * The fov defines the Field of View of the virtual camera
6018
6017
  */
6019
6018
  /**
6020
6019
  * @public
@@ -6022,8 +6021,6 @@ export declare namespace PBVideoPlayer {
6022
6021
  export declare interface PBVirtualCamera {
6023
6022
  defaultTransition?: CameraTransition | undefined;
6024
6023
  lookAtEntity?: number | undefined;
6025
- /** default: 60 */
6026
- fov?: number | undefined;
6027
6024
  }
6028
6025
 
6029
6026
  /**
@@ -59231,33 +59231,6 @@
59231
59231
  "endIndex": 3
59232
59232
  }
59233
59233
  },
59234
- {
59235
- "kind": "PropertySignature",
59236
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
59237
- "docComment": "/**\n * default: 60\n */\n",
59238
- "excerptTokens": [
59239
- {
59240
- "kind": "Content",
59241
- "text": "fov?: "
59242
- },
59243
- {
59244
- "kind": "Content",
59245
- "text": "number | undefined"
59246
- },
59247
- {
59248
- "kind": "Content",
59249
- "text": ";"
59250
- }
59251
- ],
59252
- "isReadonly": false,
59253
- "isOptional": true,
59254
- "releaseTag": "Public",
59255
- "name": "fov",
59256
- "propertyTypeTokenRange": {
59257
- "startIndex": 1,
59258
- "endIndex": 2
59259
- }
59260
- },
59261
59234
  {
59262
59235
  "kind": "PropertySignature",
59263
59236
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
@@ -3500,7 +3500,6 @@ export namespace PBVideoPlayer {
3500
3500
  export interface PBVirtualCamera {
3501
3501
  // (undocumented)
3502
3502
  defaultTransition?: CameraTransition | undefined;
3503
- fov?: number | undefined;
3504
3503
  // (undocumented)
3505
3504
  lookAtEntity?: number | undefined;
3506
3505
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.13.1-19324737285.commit-cb42004",
4
+ "version": "7.13.1-19549129049.commit-e7fb168",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.13.1-19324737285.commit-cb42004",
8
- "@dcl/sdk": "7.13.1-19324737285.commit-cb42004"
7
+ "@dcl/js-runtime": "7.13.1-19549129049.commit-e7fb168",
8
+ "@dcl/sdk": "7.13.1-19549129049.commit-e7fb168"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "cb42004e537ef6d09c8db67e350da80df94242ec"
35
+ "commit": "e7fb1688fcaed2c8efcc91f36e1b9f07104af1e8"
36
36
  }