@dcl/playground-assets 7.3.18-6352373613.commit-4aae119 → 7.3.18-6396669217.commit-8ae1869

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.3.18-6352373613.commit-4aae119",
4
+ "version": "7.3.18-6396669217.commit-8ae1869",
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": "4aae119af3b200a2a1e6bc6e2348c6f9f15cd971"
37
+ "commit": "8ae1869a55acdec74673736b8e79348a3567e03a"
38
38
  }
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.37.2"
8
+ "packageVersion": "7.38.0"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.37.2",
4
+ "toolVersion": "7.38.0",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -17156,6 +17156,76 @@
17156
17156
  "parameters": [],
17157
17157
  "name": "addEntity"
17158
17158
  },
17159
+ {
17160
+ "kind": "MethodSignature",
17161
+ "canonicalReference": "@dcl/playground-assets!IEngine#addNetworkManager:member(1)",
17162
+ "docComment": "/**\n * Initialize network manager\n *\n * @alpha\n */\n",
17163
+ "excerptTokens": [
17164
+ {
17165
+ "kind": "Content",
17166
+ "text": "addNetworkManager(reservedLocalEntities: "
17167
+ },
17168
+ {
17169
+ "kind": "Content",
17170
+ "text": "number"
17171
+ },
17172
+ {
17173
+ "kind": "Content",
17174
+ "text": ", range: "
17175
+ },
17176
+ {
17177
+ "kind": "Content",
17178
+ "text": "[number, number]"
17179
+ },
17180
+ {
17181
+ "kind": "Content",
17182
+ "text": "): "
17183
+ },
17184
+ {
17185
+ "kind": "Content",
17186
+ "text": "{\n addEntity: "
17187
+ },
17188
+ {
17189
+ "kind": "Reference",
17190
+ "text": "IEngine",
17191
+ "canonicalReference": "@dcl/playground-assets!IEngine:interface"
17192
+ },
17193
+ {
17194
+ "kind": "Content",
17195
+ "text": "['addEntity'];\n }"
17196
+ },
17197
+ {
17198
+ "kind": "Content",
17199
+ "text": ";"
17200
+ }
17201
+ ],
17202
+ "isOptional": false,
17203
+ "returnTypeTokenRange": {
17204
+ "startIndex": 5,
17205
+ "endIndex": 8
17206
+ },
17207
+ "releaseTag": "Alpha",
17208
+ "overloadIndex": 1,
17209
+ "parameters": [
17210
+ {
17211
+ "parameterName": "reservedLocalEntities",
17212
+ "parameterTypeTokenRange": {
17213
+ "startIndex": 1,
17214
+ "endIndex": 2
17215
+ },
17216
+ "isOptional": false
17217
+ },
17218
+ {
17219
+ "parameterName": "range",
17220
+ "parameterTypeTokenRange": {
17221
+ "startIndex": 3,
17222
+ "endIndex": 4
17223
+ },
17224
+ "isOptional": false
17225
+ }
17226
+ ],
17227
+ "name": "addNetworkManager"
17228
+ },
17159
17229
  {
17160
17230
  "kind": "MethodSignature",
17161
17231
  "canonicalReference": "@dcl/playground-assets!IEngine#addSystem:member(1)",
@@ -17234,6 +17304,52 @@
17234
17304
  ],
17235
17305
  "name": "addSystem"
17236
17306
  },
17307
+ {
17308
+ "kind": "MethodSignature",
17309
+ "canonicalReference": "@dcl/playground-assets!IEngine#addTransport:member(1)",
17310
+ "docComment": "/**\n * @param transport - transport which changes its onmessage to process CRDT messages\n *\n * @alpha\n */\n",
17311
+ "excerptTokens": [
17312
+ {
17313
+ "kind": "Content",
17314
+ "text": "addTransport(transport: "
17315
+ },
17316
+ {
17317
+ "kind": "Reference",
17318
+ "text": "Transport",
17319
+ "canonicalReference": "@dcl/playground-assets!Transport:type"
17320
+ },
17321
+ {
17322
+ "kind": "Content",
17323
+ "text": "): "
17324
+ },
17325
+ {
17326
+ "kind": "Content",
17327
+ "text": "void"
17328
+ },
17329
+ {
17330
+ "kind": "Content",
17331
+ "text": ";"
17332
+ }
17333
+ ],
17334
+ "isOptional": false,
17335
+ "returnTypeTokenRange": {
17336
+ "startIndex": 3,
17337
+ "endIndex": 4
17338
+ },
17339
+ "releaseTag": "Alpha",
17340
+ "overloadIndex": 1,
17341
+ "parameters": [
17342
+ {
17343
+ "parameterName": "transport",
17344
+ "parameterTypeTokenRange": {
17345
+ "startIndex": 1,
17346
+ "endIndex": 2
17347
+ },
17348
+ "isOptional": false
17349
+ }
17350
+ ],
17351
+ "name": "addTransport"
17352
+ },
17237
17353
  {
17238
17354
  "kind": "PropertySignature",
17239
17355
  "canonicalReference": "@dcl/playground-assets!IEngine#CameraEntity:member",
@@ -17853,6 +17969,56 @@
17853
17969
  ],
17854
17970
  "name": "getEntitiesWith"
17855
17971
  },
17972
+ {
17973
+ "kind": "MethodSignature",
17974
+ "canonicalReference": "@dcl/playground-assets!IEngine#getEntityOrNullByName:member(1)",
17975
+ "docComment": "/**\n * Search for the entity that matches de label string defined in the editor.\n *\n * @param value - Name value string\n *\n * @alpha\n */\n",
17976
+ "excerptTokens": [
17977
+ {
17978
+ "kind": "Content",
17979
+ "text": "getEntityOrNullByName(label: "
17980
+ },
17981
+ {
17982
+ "kind": "Content",
17983
+ "text": "string"
17984
+ },
17985
+ {
17986
+ "kind": "Content",
17987
+ "text": "): "
17988
+ },
17989
+ {
17990
+ "kind": "Reference",
17991
+ "text": "Entity",
17992
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
17993
+ },
17994
+ {
17995
+ "kind": "Content",
17996
+ "text": " | null"
17997
+ },
17998
+ {
17999
+ "kind": "Content",
18000
+ "text": ";"
18001
+ }
18002
+ ],
18003
+ "isOptional": false,
18004
+ "returnTypeTokenRange": {
18005
+ "startIndex": 3,
18006
+ "endIndex": 5
18007
+ },
18008
+ "releaseTag": "Alpha",
18009
+ "overloadIndex": 1,
18010
+ "parameters": [
18011
+ {
18012
+ "parameterName": "label",
18013
+ "parameterTypeTokenRange": {
18014
+ "startIndex": 1,
18015
+ "endIndex": 2
18016
+ },
18017
+ "isOptional": false
18018
+ }
18019
+ ],
18020
+ "name": "getEntityOrNullByName"
18021
+ },
17856
18022
  {
17857
18023
  "kind": "MethodSignature",
17858
18024
  "canonicalReference": "@dcl/playground-assets!IEngine#getEntityState:member(1)",
@@ -17900,6 +18066,48 @@
17900
18066
  ],
17901
18067
  "name": "getEntityState"
17902
18068
  },
18069
+ {
18070
+ "kind": "MethodSignature",
18071
+ "canonicalReference": "@dcl/playground-assets!IEngine#getNetworkManager:member(1)",
18072
+ "docComment": "/**\n * Get netowrk manager to create entities.\n *\n * @alpha\n */\n",
18073
+ "excerptTokens": [
18074
+ {
18075
+ "kind": "Content",
18076
+ "text": "getNetworkManager(): "
18077
+ },
18078
+ {
18079
+ "kind": "Reference",
18080
+ "text": "ReturnType",
18081
+ "canonicalReference": "!ReturnType:type"
18082
+ },
18083
+ {
18084
+ "kind": "Content",
18085
+ "text": "<"
18086
+ },
18087
+ {
18088
+ "kind": "Reference",
18089
+ "text": "IEngine",
18090
+ "canonicalReference": "@dcl/playground-assets!IEngine:interface"
18091
+ },
18092
+ {
18093
+ "kind": "Content",
18094
+ "text": "['addNetworkManager']>"
18095
+ },
18096
+ {
18097
+ "kind": "Content",
18098
+ "text": ";"
18099
+ }
18100
+ ],
18101
+ "isOptional": false,
18102
+ "returnTypeTokenRange": {
18103
+ "startIndex": 1,
18104
+ "endIndex": 5
18105
+ },
18106
+ "releaseTag": "Alpha",
18107
+ "overloadIndex": 1,
18108
+ "parameters": [],
18109
+ "name": "getNetworkManager"
18110
+ },
17903
18111
  {
17904
18112
  "kind": "PropertySignature",
17905
18113
  "canonicalReference": "@dcl/playground-assets!IEngine#PlayerEntity:member",
@@ -57908,6 +58116,30 @@
57908
58116
  ],
57909
58117
  "extendsTokenRanges": []
57910
58118
  },
58119
+ {
58120
+ "kind": "Variable",
58121
+ "canonicalReference": "@dcl/playground-assets!SyncComponents:var",
58122
+ "docComment": "/**\n * This is going to be used for sync components through a server. Can be modified in the future since it's still in research\n *\n * @alpha\n */\n",
58123
+ "excerptTokens": [
58124
+ {
58125
+ "kind": "Content",
58126
+ "text": "SyncComponents: "
58127
+ },
58128
+ {
58129
+ "kind": "Reference",
58130
+ "text": "ISyncComponents",
58131
+ "canonicalReference": "@dcl/playground-assets!ISyncComponents:type"
58132
+ }
58133
+ ],
58134
+ "fileUrlPath": "../ecs/dist/index.d.ts",
58135
+ "isReadonly": true,
58136
+ "releaseTag": "Alpha",
58137
+ "name": "SyncComponents",
58138
+ "variableTypeTokenRange": {
58139
+ "startIndex": 1,
58140
+ "endIndex": 2
58141
+ }
58142
+ },
57911
58143
  {
57912
58144
  "kind": "TypeAlias",
57913
58145
  "canonicalReference": "@dcl/playground-assets!SystemFn:type",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.3.18-6352373613.commit-4aae119",
4
+ "version": "7.3.18-6396669217.commit-8ae1869",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.3.18-6352373613.commit-4aae119",
8
- "@dcl/sdk": "7.3.18-6352373613.commit-4aae119"
7
+ "@dcl/js-runtime": "7.3.18-6396669217.commit-8ae1869",
8
+ "@dcl/sdk": "7.3.18-6396669217.commit-8ae1869"
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": "4aae119af3b200a2a1e6bc6e2348c6f9f15cd971"
35
+ "commit": "8ae1869a55acdec74673736b8e79348a3567e03a"
36
36
  }