@dcl/playground-assets 7.5.8-10967536696.commit-cfc4ce5 → 7.5.8-11020113946.commit-53f6ae5

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.
@@ -1317,6 +1317,7 @@ declare module "~system/Runtime" {
1317
1317
  commsAdapter: string;
1318
1318
  isPreview: boolean;
1319
1319
  room?: string | undefined;
1320
+ isConnectedSceneRoom?: boolean | undefined;
1320
1321
  }
1321
1322
 
1322
1323
  // Function declaration section
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.5.8-10967536696.commit-cfc4ce5",
4
+ "version": "7.5.8-11020113946.commit-53f6ae5",
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": "cfc4ce582d4a6a7a7c137a4ee47fb42ad8596dbc"
38
+ "commit": "53f6ae5fc2241d00eb0b1e8251cf611e7e8f2efd"
39
39
  }