@dcl/playground-assets 7.0.6-3857398079.commit-7a4c5cb → 7.0.6-3874914632.commit-eb56237
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 +2 -1
- package/dist/beta.d.ts +2 -1
- package/dist/index.bundled.d.ts +2 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +2 -1
- package/etc/playground-assets.api.json +4 -4
- package/etc/playground-assets.api.md +1 -2
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk",
|
|
3
|
-
"version": "7.0.6-
|
|
3
|
+
"version": "7.0.6-3874914632.commit-eb56237",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"typings": "./index.d.ts",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"displayName": "SDK",
|
|
38
38
|
"tsconfig": "./tsconfig.json"
|
|
39
39
|
},
|
|
40
|
-
"commit": "
|
|
40
|
+
"commit": "eb5623794ecd280831fd47cf7b7a1139aedb5bac"
|
|
41
41
|
}
|
|
@@ -2926,7 +2926,8 @@ export declare const PBAudioStream: {
|
|
|
2926
2926
|
};
|
|
2927
2927
|
|
|
2928
2928
|
export declare interface PBAvatarAttach {
|
|
2929
|
-
|
|
2929
|
+
/** default's to current player avatar id if not provided */
|
|
2930
|
+
avatarId?: string | undefined;
|
|
2930
2931
|
anchorPointId: AvatarAnchorPointType;
|
|
2931
2932
|
}
|
|
2932
2933
|
|
|
@@ -25604,15 +25604,15 @@
|
|
|
25604
25604
|
{
|
|
25605
25605
|
"kind": "PropertySignature",
|
|
25606
25606
|
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach#avatarId:member",
|
|
25607
|
-
"docComment": "",
|
|
25607
|
+
"docComment": "/**\n * default's to current player avatar id if not provided\n */\n",
|
|
25608
25608
|
"excerptTokens": [
|
|
25609
25609
|
{
|
|
25610
25610
|
"kind": "Content",
|
|
25611
|
-
"text": "avatarId
|
|
25611
|
+
"text": "avatarId?: "
|
|
25612
25612
|
},
|
|
25613
25613
|
{
|
|
25614
25614
|
"kind": "Content",
|
|
25615
|
-
"text": "string"
|
|
25615
|
+
"text": "string | undefined"
|
|
25616
25616
|
},
|
|
25617
25617
|
{
|
|
25618
25618
|
"kind": "Content",
|
|
@@ -25620,7 +25620,7 @@
|
|
|
25620
25620
|
}
|
|
25621
25621
|
],
|
|
25622
25622
|
"isReadonly": false,
|
|
25623
|
-
"isOptional":
|
|
25623
|
+
"isOptional": true,
|
|
25624
25624
|
"releaseTag": "Public",
|
|
25625
25625
|
"name": "avatarId",
|
|
25626
25626
|
"propertyTypeTokenRange": {
|
|
@@ -1657,8 +1657,7 @@ export const PBAudioStream: {
|
|
|
1657
1657
|
export interface PBAvatarAttach {
|
|
1658
1658
|
// (undocumented)
|
|
1659
1659
|
anchorPointId: AvatarAnchorPointType;
|
|
1660
|
-
|
|
1661
|
-
avatarId: string;
|
|
1660
|
+
avatarId?: string | undefined;
|
|
1662
1661
|
}
|
|
1663
1662
|
|
|
1664
1663
|
// @public
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/playground-assets",
|
|
3
|
-
"version": "7.0.6-
|
|
3
|
+
"version": "7.0.6-3874914632.commit-eb56237",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"author": "Decentraland",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@dcl/sdk": "7.0.6-
|
|
20
|
+
"@dcl/sdk": "7.0.6-3874914632.commit-eb56237"
|
|
21
21
|
},
|
|
22
22
|
"minCliVersion": "3.12.3",
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
25
25
|
"etc"
|
|
26
26
|
],
|
|
27
|
-
"commit": "
|
|
27
|
+
"commit": "eb5623794ecd280831fd47cf7b7a1139aedb5bac"
|
|
28
28
|
}
|