@dcl/playground-assets 7.10.3-18110910324.commit-20b1978 → 7.10.5-18288734157.commit-e0bb8d6

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.3-18110910324.commit-20b1978",
4
+ "version": "7.10.5-18288734157.commit-e0bb8d6",
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": "20b1978008d89a9d9bb851ccc8d055468a6133a8"
38
+ "commit": "e0bb8d6f8ff5e9b69ba25bf8309a0b36a7f48d61"
39
39
  }
@@ -5989,7 +5989,6 @@ export declare namespace PBVideoPlayer {
5989
5989
  * an 'instant' transition (like using speed/time = 0)
5990
5990
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
5991
5991
  * the holding entity transform).
5992
- * * The fov defines the Field of View of the virtual camera
5993
5992
  */
5994
5993
  /**
5995
5994
  * @public
@@ -5997,8 +5996,6 @@ export declare namespace PBVideoPlayer {
5997
5996
  export declare interface PBVirtualCamera {
5998
5997
  defaultTransition?: CameraTransition | undefined;
5999
5998
  lookAtEntity?: number | undefined;
6000
- /** default: 60 */
6001
- fov?: number | undefined;
6002
5999
  }
6003
6000
 
6004
6001
  /**
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.13"
8
+ "packageVersion": "7.53.0"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.52.13",
4
+ "toolVersion": "7.53.0",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -58960,33 +58960,6 @@
58960
58960
  "endIndex": 3
58961
58961
  }
58962
58962
  },
58963
- {
58964
- "kind": "PropertySignature",
58965
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
58966
- "docComment": "/**\n * default: 60\n */\n",
58967
- "excerptTokens": [
58968
- {
58969
- "kind": "Content",
58970
- "text": "fov?: "
58971
- },
58972
- {
58973
- "kind": "Content",
58974
- "text": "number | undefined"
58975
- },
58976
- {
58977
- "kind": "Content",
58978
- "text": ";"
58979
- }
58980
- ],
58981
- "isReadonly": false,
58982
- "isOptional": true,
58983
- "releaseTag": "Public",
58984
- "name": "fov",
58985
- "propertyTypeTokenRange": {
58986
- "startIndex": 1,
58987
- "endIndex": 2
58988
- }
58989
- },
58990
58963
  {
58991
58964
  "kind": "PropertySignature",
58992
58965
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
@@ -3475,7 +3475,6 @@ export namespace PBVideoPlayer {
3475
3475
  export interface PBVirtualCamera {
3476
3476
  // (undocumented)
3477
3477
  defaultTransition?: CameraTransition | undefined;
3478
- fov?: number | undefined;
3479
3478
  // (undocumented)
3480
3479
  lookAtEntity?: number | undefined;
3481
3480
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.10.3-18110910324.commit-20b1978",
4
+ "version": "7.10.5-18288734157.commit-e0bb8d6",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.10.3-18110910324.commit-20b1978",
8
- "@dcl/sdk": "7.10.3-18110910324.commit-20b1978"
7
+ "@dcl/js-runtime": "7.10.5-18288734157.commit-e0bb8d6",
8
+ "@dcl/sdk": "7.10.5-18288734157.commit-e0bb8d6"
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": "20b1978008d89a9d9bb851ccc8d055468a6133a8"
35
+ "commit": "e0bb8d6f8ff5e9b69ba25bf8309a0b36a7f48d61"
36
36
  }