@dcl/playground-assets 7.5.8-10944620790.commit-1bf6997 → 7.5.8-11016067531.commit-0b941aa

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-10944620790.commit-1bf6997",
4
+ "version": "7.5.8-11016067531.commit-0b941aa",
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": "1bf69974d7f18edf4fa88aad00634f49d1713236"
38
+ "commit": "0b941aa968b7dc9e064ff9428ecee46f7795c1b5"
39
39
  }
@@ -5107,6 +5107,7 @@ export declare interface PBRealmInfo {
5107
5107
  commsAdapter: string;
5108
5108
  isPreview: boolean;
5109
5109
  room?: string | undefined;
5110
+ isConnectedSceneRoom?: boolean | undefined;
5110
5111
  }
5111
5112
 
5112
5113
  /**
@@ -47763,6 +47763,33 @@
47763
47763
  "endIndex": 2
47764
47764
  }
47765
47765
  },
47766
+ {
47767
+ "kind": "PropertySignature",
47768
+ "canonicalReference": "@dcl/playground-assets!PBRealmInfo#isConnectedSceneRoom:member",
47769
+ "docComment": "",
47770
+ "excerptTokens": [
47771
+ {
47772
+ "kind": "Content",
47773
+ "text": "isConnectedSceneRoom?: "
47774
+ },
47775
+ {
47776
+ "kind": "Content",
47777
+ "text": "boolean | undefined"
47778
+ },
47779
+ {
47780
+ "kind": "Content",
47781
+ "text": ";"
47782
+ }
47783
+ ],
47784
+ "isReadonly": false,
47785
+ "isOptional": true,
47786
+ "releaseTag": "Public",
47787
+ "name": "isConnectedSceneRoom",
47788
+ "propertyTypeTokenRange": {
47789
+ "startIndex": 1,
47790
+ "endIndex": 2
47791
+ }
47792
+ },
47766
47793
  {
47767
47794
  "kind": "PropertySignature",
47768
47795
  "canonicalReference": "@dcl/playground-assets!PBRealmInfo#isPreview:member",
@@ -2812,6 +2812,8 @@ export interface PBRealmInfo {
2812
2812
  // (undocumented)
2813
2813
  commsAdapter: string;
2814
2814
  // (undocumented)
2815
+ isConnectedSceneRoom?: boolean | undefined;
2816
+ // (undocumented)
2815
2817
  isPreview: boolean;
2816
2818
  // (undocumented)
2817
2819
  networkId: number;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.5.8-10944620790.commit-1bf6997",
4
+ "version": "7.5.8-11016067531.commit-0b941aa",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.5.8-10944620790.commit-1bf6997",
8
- "@dcl/sdk": "7.5.8-10944620790.commit-1bf6997"
7
+ "@dcl/js-runtime": "7.5.8-11016067531.commit-0b941aa",
8
+ "@dcl/sdk": "7.5.8-11016067531.commit-0b941aa"
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": "1bf69974d7f18edf4fa88aad00634f49d1713236"
35
+ "commit": "0b941aa968b7dc9e064ff9428ecee46f7795c1b5"
36
36
  }