@dcl/playground-assets 7.1.2-4408174335.commit-e673686 → 7.1.2-4409125554.commit-f109d0e

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
- "version": "7.1.2-4408174335.commit-e673686",
3
+ "version": "7.1.2-4409125554.commit-f109d0e",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",
@@ -30,5 +30,5 @@
30
30
  "displayName": "SDK",
31
31
  "tsconfig": "./tsconfig.json"
32
32
  },
33
- "commit": "e6736863ba8ab33e7f45984a3543c5c8845d7d9f"
33
+ "commit": "f109d0e853db8431d3ebd7d43da7ab7989845602"
34
34
  }
@@ -177,7 +177,7 @@ export declare interface BaseComponent<T> {
177
177
  * This function writes the whole state of the component into a ByteBuffer
178
178
  * @public
179
179
  */
180
- dumpCrdtState(buffer: ByteBuffer): void;
180
+ dumpCrdtStateToBuffer(buffer: ByteBuffer): void;
181
181
  /**
182
182
  * @public
183
183
  * Marks the entity as deleted and signals it cannot be used ever again. It must
@@ -1476,12 +1476,12 @@
1476
1476
  },
1477
1477
  {
1478
1478
  "kind": "MethodSignature",
1479
- "canonicalReference": "@dcl/playground-assets!BaseComponent#dumpCrdtState:member(1)",
1479
+ "canonicalReference": "@dcl/playground-assets!BaseComponent#dumpCrdtStateToBuffer:member(1)",
1480
1480
  "docComment": "/**\n * This function writes the whole state of the component into a ByteBuffer\n *\n * @public\n */\n",
1481
1481
  "excerptTokens": [
1482
1482
  {
1483
1483
  "kind": "Content",
1484
- "text": "dumpCrdtState(buffer: "
1484
+ "text": "dumpCrdtStateToBuffer(buffer: "
1485
1485
  },
1486
1486
  {
1487
1487
  "kind": "Reference",
@@ -1518,7 +1518,7 @@
1518
1518
  "isOptional": false
1519
1519
  }
1520
1520
  ],
1521
- "name": "dumpCrdtState"
1521
+ "name": "dumpCrdtStateToBuffer"
1522
1522
  },
1523
1523
  {
1524
1524
  "kind": "MethodSignature",
@@ -101,7 +101,7 @@ export interface BaseComponent<T> {
101
101
  readonly componentName: string;
102
102
  // (undocumented)
103
103
  readonly componentType: ComponentType;
104
- dumpCrdtState(buffer: ByteBuffer): void;
104
+ dumpCrdtStateToBuffer(buffer: ByteBuffer): void;
105
105
  entityDeleted(entity: Entity, markAsDirty: boolean): void;
106
106
  get(entity: Entity): any;
107
107
  getCrdtUpdates(): Iterable<CrdtMessageBody>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
- "version": "7.1.2-4408174335.commit-e673686",
3
+ "version": "7.1.2-4409125554.commit-f109d0e",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "author": "Decentraland",
18
18
  "license": "Apache-2.0",
19
19
  "dependencies": {
20
- "@dcl/sdk": "7.1.2-4408174335.commit-e673686"
20
+ "@dcl/sdk": "7.1.2-4409125554.commit-f109d0e"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@microsoft/api-extractor": "^7.33.8"
@@ -27,5 +27,5 @@
27
27
  "dist",
28
28
  "etc"
29
29
  ],
30
- "commit": "e6736863ba8ab33e7f45984a3543c5c8845d7d9f"
30
+ "commit": "f109d0e853db8431d3ebd7d43da7ab7989845602"
31
31
  }