@dcl/playground-assets 7.5.6 → 7.5.7-9960158359.commit-c851663
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.map +2 -2
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +1 -0
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +2 -2
- package/etc/playground-assets.api.md +1 -1
- package/package.json +4 -4
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/sdk",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.5.
|
4
|
+
"version": "7.5.7-9960158359.commit-c851663",
|
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": "c85166361c282a667a2f0a9cb3cfceca872dba7a"
|
39
39
|
}
|
@@ -143,6 +143,7 @@ export declare interface AudioStreamComponentDefinitionExtended extends LastWrit
|
|
143
143
|
* @public
|
144
144
|
*/
|
145
145
|
export declare const enum AvatarAnchorPointType {
|
146
|
+
/** AAPT_POSITION - @deprecated consider parenting to `engine.PlayerEntity`, this will attach to player position with an arbitrary offset */
|
146
147
|
AAPT_POSITION = 0,
|
147
148
|
AAPT_NAME_TAG = 1,
|
148
149
|
AAPT_HEAD = 4,
|
package/dist/tsdoc-metadata.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"metadata": {
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
4
|
-
"toolVersion": "7.47.
|
4
|
+
"toolVersion": "7.47.1",
|
5
5
|
"schemaVersion": 1011,
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
7
7
|
"tsdocConfig": {
|
@@ -1537,7 +1537,7 @@
|
|
1537
1537
|
{
|
1538
1538
|
"kind": "EnumMember",
|
1539
1539
|
"canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_POSITION:member",
|
1540
|
-
"docComment": "",
|
1540
|
+
"docComment": "/**\n * AAPT_POSITION -\n *\n * @deprecated\n *\n * consider parenting to `engine.PlayerEntity`, this will attach to player position with an arbitrary offset\n */\n",
|
1541
1541
|
"excerptTokens": [
|
1542
1542
|
{
|
1543
1543
|
"kind": "Content",
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/playground-assets",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.5.
|
4
|
+
"version": "7.5.7-9960158359.commit-c851663",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.5.
|
8
|
-
"@dcl/sdk": "7.5.
|
7
|
+
"@dcl/js-runtime": "7.5.7-9960158359.commit-c851663",
|
8
|
+
"@dcl/sdk": "7.5.7-9960158359.commit-c851663"
|
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": "c85166361c282a667a2f0a9cb3cfceca872dba7a"
|
36
36
|
}
|