@dcl/playground-assets 7.0.6-4087883663.commit-054d424 → 7.0.6-4106696113.commit-cda3cfd
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 +7 -4
- package/dist/beta.d.ts +7 -4
- package/dist/index.bundled.d.ts +7 -4
- package/dist/index.js +127 -135
- 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 +7 -4
- package/etc/playground-assets.api.json +2 -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-4106696113.commit-cda3cfd",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"typings": "./index.d.ts",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"displayName": "SDK",
|
|
56
56
|
"tsconfig": "./tsconfig.json"
|
|
57
57
|
},
|
|
58
|
-
"commit": "
|
|
58
|
+
"commit": "cda3cfd5ce0ddeb287ff28c1e4f1ad3329c017c0"
|
|
59
59
|
}
|
|
@@ -1134,6 +1134,9 @@ export declare type DeepReadonlySet<T> = ReadonlySet<DeepReadonly<T>>;
|
|
|
1134
1134
|
export declare const DEG2RAD: number;
|
|
1135
1135
|
|
|
1136
1136
|
/**
|
|
1137
|
+
* @param entity - Uint32 number of the entity
|
|
1138
|
+
* @param componentId - Uint32 number of id
|
|
1139
|
+
* @param timestamp - Uint32 Lamport timestamp
|
|
1137
1140
|
* @public
|
|
1138
1141
|
*/
|
|
1139
1142
|
export declare type DeleteComponentMessageBody = {
|
|
@@ -3719,11 +3722,11 @@ export declare type PositionType = 'absolute' | 'relative';
|
|
|
3719
3722
|
export declare type PositionUnit = `${number}px` | `${number}%` | number;
|
|
3720
3723
|
|
|
3721
3724
|
/**
|
|
3722
|
-
* Min. length = header (8 bytes) +
|
|
3725
|
+
* Min. length = header (8 bytes) + 16 bytes = 24 bytes
|
|
3723
3726
|
*
|
|
3724
|
-
* @param entity -
|
|
3725
|
-
* @param componentId -
|
|
3726
|
-
* @param timestamp -
|
|
3727
|
+
* @param entity - Uint32 number of the entity
|
|
3728
|
+
* @param componentId - Uint32 number of id
|
|
3729
|
+
* @param timestamp - Uint32 Lamport timestamp
|
|
3727
3730
|
* @param data - Uint8[] data of component => length(4 bytes) + block of bytes[0..length-1]
|
|
3728
3731
|
* @public
|
|
3729
3732
|
*/
|
|
@@ -10471,7 +10471,7 @@
|
|
|
10471
10471
|
{
|
|
10472
10472
|
"kind": "TypeAlias",
|
|
10473
10473
|
"canonicalReference": "@dcl/playground-assets!DeleteComponentMessageBody:type",
|
|
10474
|
-
"docComment": "/**\n * @public\n */\n",
|
|
10474
|
+
"docComment": "/**\n * @param entity - Uint32 number of the entity\n *\n * @param componentId - Uint32 number of id\n *\n * @param timestamp - Uint32 Lamport timestamp\n *\n * @public\n */\n",
|
|
10475
10475
|
"excerptTokens": [
|
|
10476
10476
|
{
|
|
10477
10477
|
"kind": "Content",
|
|
@@ -34988,7 +34988,7 @@
|
|
|
34988
34988
|
{
|
|
34989
34989
|
"kind": "TypeAlias",
|
|
34990
34990
|
"canonicalReference": "@dcl/playground-assets!PutComponentMessageBody:type",
|
|
34991
|
-
"docComment": "/**\n * Min. length = header (8 bytes) +
|
|
34991
|
+
"docComment": "/**\n * Min. length = header (8 bytes) + 16 bytes = 24 bytes\n *\n * @param entity - Uint32 number of the entity\n *\n * @param componentId - Uint32 number of id\n *\n * @param timestamp - Uint32 Lamport timestamp\n *\n * @param data - Uint8[] data of component => length(4 bytes) + block of bytes[0..length-1]\n *\n * @public\n */\n",
|
|
34992
34992
|
"excerptTokens": [
|
|
34993
34993
|
{
|
|
34994
34994
|
"kind": "Content",
|
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-4106696113.commit-cda3cfd",
|
|
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-4106696113.commit-cda3cfd"
|
|
21
21
|
},
|
|
22
22
|
"minCliVersion": "3.12.3",
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
25
25
|
"etc"
|
|
26
26
|
],
|
|
27
|
-
"commit": "
|
|
27
|
+
"commit": "cda3cfd5ce0ddeb287ff28c1e4f1ad3329c017c0"
|
|
28
28
|
}
|