@dcl/playground-assets 7.9.5-16884193912.commit-3ea557a → 7.9.5-16891824780.commit-c2e52db

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.9.5-16884193912.commit-3ea557a",
4
+ "version": "7.9.5-16891824780.commit-c2e52db",
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": "3ea557aa5735e05c234ee0c17074f4dd97149247"
38
+ "commit": "c2e52dbdacd56024b807a1819d4e5a9a2674ab3a"
39
39
  }
@@ -5899,7 +5899,6 @@ export declare namespace PBVideoPlayer {
5899
5899
  * an 'instant' transition (like using speed/time = 0)
5900
5900
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
5901
5901
  * the holding entity transform).
5902
- * * The fov defines the Field of View of the virtual camera
5903
5902
  */
5904
5903
  /**
5905
5904
  * @public
@@ -5907,8 +5906,6 @@ export declare namespace PBVideoPlayer {
5907
5906
  export declare interface PBVirtualCamera {
5908
5907
  defaultTransition?: CameraTransition | undefined;
5909
5908
  lookAtEntity?: number | undefined;
5910
- /** default: 60 */
5911
- fov?: number | undefined;
5912
5909
  }
5913
5910
 
5914
5911
  /**
@@ -57953,33 +57953,6 @@
57953
57953
  "endIndex": 3
57954
57954
  }
57955
57955
  },
57956
- {
57957
- "kind": "PropertySignature",
57958
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
57959
- "docComment": "/**\n * default: 60\n */\n",
57960
- "excerptTokens": [
57961
- {
57962
- "kind": "Content",
57963
- "text": "fov?: "
57964
- },
57965
- {
57966
- "kind": "Content",
57967
- "text": "number | undefined"
57968
- },
57969
- {
57970
- "kind": "Content",
57971
- "text": ";"
57972
- }
57973
- ],
57974
- "isReadonly": false,
57975
- "isOptional": true,
57976
- "releaseTag": "Public",
57977
- "name": "fov",
57978
- "propertyTypeTokenRange": {
57979
- "startIndex": 1,
57980
- "endIndex": 2
57981
- }
57982
- },
57983
57956
  {
57984
57957
  "kind": "PropertySignature",
57985
57958
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
@@ -3423,7 +3423,6 @@ export namespace PBVideoPlayer {
3423
3423
  export interface PBVirtualCamera {
3424
3424
  // (undocumented)
3425
3425
  defaultTransition?: CameraTransition | undefined;
3426
- fov?: number | undefined;
3427
3426
  // (undocumented)
3428
3427
  lookAtEntity?: number | undefined;
3429
3428
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.9.5-16884193912.commit-3ea557a",
4
+ "version": "7.9.5-16891824780.commit-c2e52db",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.9.5-16884193912.commit-3ea557a",
8
- "@dcl/sdk": "7.9.5-16884193912.commit-3ea557a"
7
+ "@dcl/js-runtime": "7.9.5-16891824780.commit-c2e52db",
8
+ "@dcl/sdk": "7.9.5-16891824780.commit-c2e52db"
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": "3ea557aa5735e05c234ee0c17074f4dd97149247"
35
+ "commit": "c2e52dbdacd56024b807a1819d4e5a9a2674ab3a"
36
36
  }