@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.
- package/dist/alpha.d.ts +1 -0
- package/dist/beta.d.ts +1 -0
- package/dist/index.bundled.d.ts +1 -0
- package/dist/index.js +6 -6
- package/dist/index.js.map +3 -3
- package/dist/playground/sdk/apis.d.ts +1 -0
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +1 -0
- package/etc/playground-assets.api.json +27 -0
- package/etc/playground-assets.api.md +2 -0
- package/package.json +4 -4
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/sdk",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.5.8-
|
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": "
|
38
|
+
"commit": "0b941aa968b7dc9e064ff9428ecee46f7795c1b5"
|
39
39
|
}
|
@@ -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-
|
4
|
+
"version": "7.5.8-11016067531.commit-0b941aa",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.5.8-
|
8
|
-
"@dcl/sdk": "7.5.8-
|
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": "
|
35
|
+
"commit": "0b941aa968b7dc9e064ff9428ecee46f7795c1b5"
|
36
36
|
}
|