@dcl/playground-assets 7.7.6-13590542617.commit-0f0d261 → 7.7.7-13655219691.commit-b532f7c

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.
@@ -1249,6 +1249,7 @@ declare module "~system/RestrictedActions" {
1249
1249
  export interface MovePlayerToRequest {
1250
1250
  newRelativePosition: Vector3 | undefined;
1251
1251
  cameraTarget?: Vector3 | undefined;
1252
+ avatarTarget?: Vector3 | undefined;
1252
1253
  }
1253
1254
  export interface TeleportToRequest {
1254
1255
  worldCoordinates: Vector2 | undefined;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.7.6-13590542617.commit-0f0d261",
4
+ "version": "7.7.7-13655219691.commit-b532f7c",
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": "0f0d261556e5c6d495156f6a6e03233997a07a5e"
38
+ "commit": "b532f7c70b2b1cbd4ea7e4a67831cc23a81d2459"
39
39
  }
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.51.0"
8
+ "packageVersion": "7.51.1"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.51.0",
4
+ "toolVersion": "7.51.1",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.7.6-13590542617.commit-0f0d261",
4
+ "version": "7.7.7-13655219691.commit-b532f7c",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.7.6-13590542617.commit-0f0d261",
8
- "@dcl/sdk": "7.7.6-13590542617.commit-0f0d261"
7
+ "@dcl/js-runtime": "7.7.7-13655219691.commit-b532f7c",
8
+ "@dcl/sdk": "7.7.7-13655219691.commit-b532f7c"
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": "0f0d261556e5c6d495156f6a6e03233997a07a5e"
35
+ "commit": "b532f7c70b2b1cbd4ea7e4a67831cc23a81d2459"
36
36
  }