@dcl/playground-assets 7.1.10 → 7.1.11-4949326703.commit-330e3c6
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 +0 -5
- package/dist/beta.d.ts +0 -5
- package/dist/index.bundled.d.ts +0 -5
- package/dist/index.js +4 -4
- package/dist/index.js.map +2 -2
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +0 -5
- package/etc/playground-assets.api.json +0 -28
- package/etc/playground-assets.api.md +0 -8
- package/package.json +4 -4
package/dist/alpha.d.ts
CHANGED
|
@@ -3292,11 +3292,6 @@ export declare class ObserverEventState {
|
|
|
3292
3292
|
*/
|
|
3293
3293
|
export declare type OnChangeFunction = (entity: Entity, operation: CrdtMessageType, component?: ComponentDefinition<any>, componentValue?: any) => void;
|
|
3294
3294
|
|
|
3295
|
-
export declare const onCommsMessage: Observable<{
|
|
3296
|
-
sender: string;
|
|
3297
|
-
message: string;
|
|
3298
|
-
}>;
|
|
3299
|
-
|
|
3300
3295
|
export declare const onEnterScene: Observable<{
|
|
3301
3296
|
userId: string;
|
|
3302
3297
|
}>;
|
package/dist/beta.d.ts
CHANGED
|
@@ -3288,11 +3288,6 @@ export declare class ObserverEventState {
|
|
|
3288
3288
|
*/
|
|
3289
3289
|
export declare type OnChangeFunction = (entity: Entity, operation: CrdtMessageType, component?: ComponentDefinition<any>, componentValue?: any) => void;
|
|
3290
3290
|
|
|
3291
|
-
export declare const onCommsMessage: Observable<{
|
|
3292
|
-
sender: string;
|
|
3293
|
-
message: string;
|
|
3294
|
-
}>;
|
|
3295
|
-
|
|
3296
3291
|
export declare const onEnterScene: Observable<{
|
|
3297
3292
|
userId: string;
|
|
3298
3293
|
}>;
|
package/dist/index.bundled.d.ts
CHANGED
|
@@ -3288,11 +3288,6 @@ export declare class ObserverEventState {
|
|
|
3288
3288
|
*/
|
|
3289
3289
|
export declare type OnChangeFunction = (entity: Entity, operation: CrdtMessageType, component?: ComponentDefinition<any>, componentValue?: any) => void;
|
|
3290
3290
|
|
|
3291
|
-
export declare const onCommsMessage: Observable<{
|
|
3292
|
-
sender: string;
|
|
3293
|
-
message: string;
|
|
3294
|
-
}>;
|
|
3295
|
-
|
|
3296
3291
|
export declare const onEnterScene: Observable<{
|
|
3297
3292
|
userId: string;
|
|
3298
3293
|
}>;
|