@dcl/playground-assets 7.7.3-13057502418.commit-f85e704 → 7.7.3-13090257149.commit-df175f2
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 +784 -10
- package/dist/beta.d.ts +784 -10
- package/dist/index.bundled.d.ts +784 -10
- package/dist/index.js +7 -7
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/apis.d.ts +0 -8
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +784 -10
- package/etc/playground-assets.api.json +9000 -1127
- package/etc/playground-assets.api.md +503 -1
- package/package.json +4 -4
- package/README.md +0 -27
@@ -36,15 +36,7 @@ declare module "~system/CommunicationsController" {
|
|
36
36
|
export interface RealSendResponse {
|
37
37
|
}
|
38
38
|
export interface SendBinaryRequest {
|
39
|
-
/** @deprecated old broadcasted messages. Use peerData with an empty array for broadcasting. */
|
40
39
|
data: Uint8Array[];
|
41
|
-
/** peer-to-peer messages */
|
42
|
-
peerData: PeerMessageData[];
|
43
|
-
}
|
44
|
-
export interface PeerMessageData {
|
45
|
-
data: Uint8Array[];
|
46
|
-
/** if address is empty, its a broadcast message */
|
47
|
-
address: string[];
|
48
40
|
}
|
49
41
|
export interface SendBinaryResponse {
|
50
42
|
data: Uint8Array[];
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/sdk",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.7.3-
|
4
|
+
"version": "7.7.3-13090257149.commit-df175f2",
|
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": "df175f269c65f9b03e9f43af8d306839a7480361"
|
39
39
|
}
|