@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.
- package/dist/alpha.d.ts +1 -1
- package/dist/beta.d.ts +1 -1
- package/dist/index.bundled.d.ts +1 -1
- package/dist/index.js +2 -2
- 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 +1 -1
- package/etc/playground-assets.api.json +3 -3
- package/etc/playground-assets.api.md +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk",
|
|
3
|
-
"version": "7.1.2-
|
|
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": "
|
|
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
|
-
|
|
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#
|
|
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": "
|
|
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": "
|
|
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
|
-
|
|
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-
|
|
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-
|
|
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": "
|
|
30
|
+
"commit": "f109d0e853db8431d3ebd7d43da7ab7989845602"
|
|
31
31
|
}
|