@dcl/playground-assets 7.0.6-4195929129.commit-862da77 → 7.0.6-4197661608.commit-41efaad
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 +14 -1
- 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 +1 -1
- 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.0.6-
|
|
3
|
+
"version": "7.0.6-4197661608.commit-41efaad",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"typings": "./index.d.ts",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"displayName": "SDK",
|
|
58
58
|
"tsconfig": "./tsconfig.json"
|
|
59
59
|
},
|
|
60
|
-
"commit": "
|
|
60
|
+
"commit": "41efaadf858a0541e80133082e01ff1f906f287f"
|
|
61
61
|
}
|
|
@@ -1778,7 +1778,7 @@ export declare type IInputSystem = {
|
|
|
1778
1778
|
* @param entity - the entity to query, ignore for global
|
|
1779
1779
|
* @returns the input command info or undefined if there is no command in the last tick-update
|
|
1780
1780
|
*/
|
|
1781
|
-
getInputCommand: (inputAction: InputAction, pointerEventType: PointerEventType, entity
|
|
1781
|
+
getInputCommand: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => PBPointerEventsResult | null;
|
|
1782
1782
|
};
|
|
1783
1783
|
|
|
1784
1784
|
/**
|
|
@@ -14670,7 +14670,7 @@
|
|
|
14670
14670
|
},
|
|
14671
14671
|
{
|
|
14672
14672
|
"kind": "Content",
|
|
14673
|
-
"text": ", entity
|
|
14673
|
+
"text": ", entity?: "
|
|
14674
14674
|
},
|
|
14675
14675
|
{
|
|
14676
14676
|
"kind": "Reference",
|
|
@@ -917,7 +917,7 @@ export interface IEvents {
|
|
|
917
917
|
export type IInputSystem = {
|
|
918
918
|
isTriggered: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => boolean;
|
|
919
919
|
isPressed: (inputAction: InputAction) => boolean;
|
|
920
|
-
getInputCommand: (inputAction: InputAction, pointerEventType: PointerEventType, entity
|
|
920
|
+
getInputCommand: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => PBPointerEventsResult | null;
|
|
921
921
|
};
|
|
922
922
|
|
|
923
923
|
// @public
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/playground-assets",
|
|
3
|
-
"version": "7.0.6-
|
|
3
|
+
"version": "7.0.6-4197661608.commit-41efaad",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"author": "Decentraland",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@dcl/sdk": "7.0.6-
|
|
20
|
+
"@dcl/sdk": "7.0.6-4197661608.commit-41efaad"
|
|
21
21
|
},
|
|
22
22
|
"minCliVersion": "3.12.3",
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
25
25
|
"etc"
|
|
26
26
|
],
|
|
27
|
-
"commit": "
|
|
27
|
+
"commit": "41efaadf858a0541e80133082e01ff1f906f287f"
|
|
28
28
|
}
|