@dcl/playground-assets 7.1.10 → 7.1.11-4938917351.commit-0ff50ad

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.1.10",
4
+ "version": "7.1.11-4938917351.commit-0ff50ad",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -34,5 +34,5 @@
34
34
  },
35
35
  "types": "./index.d.ts",
36
36
  "typings": "./index.d.ts",
37
- "commit": "a1c502009da2f6fd2702c7dd49bde3af8be9996a"
37
+ "commit": "0ff50add3a6d055eb6866dc158d34fe88a6d100d"
38
38
  }
@@ -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
  }>;
@@ -30778,34 +30778,6 @@
30778
30778
  "endIndex": 8
30779
30779
  }
30780
30780
  },
30781
- {
30782
- "kind": "Variable",
30783
- "canonicalReference": "@dcl/playground-assets!onCommsMessage:var",
30784
- "docComment": "",
30785
- "excerptTokens": [
30786
- {
30787
- "kind": "Content",
30788
- "text": "onCommsMessage: "
30789
- },
30790
- {
30791
- "kind": "Reference",
30792
- "text": "Observable",
30793
- "canonicalReference": "@dcl/playground-assets!Observable:class"
30794
- },
30795
- {
30796
- "kind": "Content",
30797
- "text": "<{\n sender: string;\n message: string;\n}>"
30798
- }
30799
- ],
30800
- "fileUrlPath": "../sdk/observables.d.ts",
30801
- "isReadonly": true,
30802
- "releaseTag": "Public",
30803
- "name": "onCommsMessage",
30804
- "variableTypeTokenRange": {
30805
- "startIndex": 1,
30806
- "endIndex": 3
30807
- }
30808
- },
30809
30781
  {
30810
30782
  "kind": "Variable",
30811
30783
  "canonicalReference": "@dcl/playground-assets!onEnterScene:var",
@@ -1695,14 +1695,6 @@ export class ObserverEventState {
1695
1695
  // @public (undocumented)
1696
1696
  export type OnChangeFunction = (entity: Entity, operation: CrdtMessageType, component?: ComponentDefinition<any>, componentValue?: any) => void;
1697
1697
 
1698
- // Warning: (ae-missing-release-tag) "onCommsMessage" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1699
- //
1700
- // @public (undocumented)
1701
- export const onCommsMessage: Observable<{
1702
- sender: string;
1703
- message: string;
1704
- }>;
1705
-
1706
1698
  // Warning: (ae-missing-release-tag) "onEnterScene" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1707
1699
  //
1708
1700
  // @public (undocumented)
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.1.10",
4
+ "version": "7.1.11-4938917351.commit-0ff50ad",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.1.10",
8
- "@dcl/sdk": "7.1.10"
7
+ "@dcl/js-runtime": "7.1.11-4938917351.commit-0ff50ad",
8
+ "@dcl/sdk": "7.1.11-4938917351.commit-0ff50ad"
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": "a1c502009da2f6fd2702c7dd49bde3af8be9996a"
35
+ "commit": "0ff50add3a6d055eb6866dc158d34fe88a6d100d"
36
36
  }