@dcl/playground-assets 7.10.6-18360453790.commit-2ff55cb → 7.10.6

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.10.6-18360453790.commit-2ff55cb",
4
+ "version": "7.10.6",
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": "2ff55cbeb34156a809f1d8dcb4b3f27434d644f3"
38
+ "commit": "8d5d5591584187301bc3522264432b3e7d7ab38f"
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
  /**
@@ -59215,33 +59215,6 @@
59215
59215
  "endIndex": 3
59216
59216
  }
59217
59217
  },
59218
- {
59219
- "kind": "PropertySignature",
59220
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
59221
- "docComment": "/**\n * default: 60\n */\n",
59222
- "excerptTokens": [
59223
- {
59224
- "kind": "Content",
59225
- "text": "fov?: "
59226
- },
59227
- {
59228
- "kind": "Content",
59229
- "text": "number | undefined"
59230
- },
59231
- {
59232
- "kind": "Content",
59233
- "text": ";"
59234
- }
59235
- ],
59236
- "isReadonly": false,
59237
- "isOptional": true,
59238
- "releaseTag": "Public",
59239
- "name": "fov",
59240
- "propertyTypeTokenRange": {
59241
- "startIndex": 1,
59242
- "endIndex": 2
59243
- }
59244
- },
59245
59218
  {
59246
59219
  "kind": "PropertySignature",
59247
59220
  "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.10.6-18360453790.commit-2ff55cb",
4
+ "version": "7.10.6",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.10.6-18360453790.commit-2ff55cb",
8
- "@dcl/sdk": "7.10.6-18360453790.commit-2ff55cb"
7
+ "@dcl/js-runtime": "7.10.6",
8
+ "@dcl/sdk": "7.10.6"
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": "2ff55cbeb34156a809f1d8dcb4b3f27434d644f3"
35
+ "commit": "8d5d5591584187301bc3522264432b3e7d7ab38f"
36
36
  }