@antha/input 0.14.1 → 0.14.2

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.
@@ -27,7 +27,7 @@ export type AnthaReadRawInputModOptions = PartialWithUndefined<{
27
27
  * @category Internal
28
28
  */
29
29
  export type AnthaReadRawInputModState = {
30
- deviceHandler: Pick<InputDeviceHandler, 'readAllDevices'>;
30
+ deviceHandler: InputDeviceHandler;
31
31
  rawInputs: RawInputs;
32
32
  /** Identifies the part of the game that owns newly started raw inputs. */
33
33
  rawInputConsumer: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antha/input",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
4
4
  "description": "An Antha mod for handling inputs.",
5
5
  "keywords": [
6
6
  "vir",
@@ -33,7 +33,7 @@
33
33
  "test:docs": "virmator docs check"
34
34
  },
35
35
  "dependencies": {
36
- "@antha/gamepad-type": "^0.14.1",
36
+ "@antha/gamepad-type": "^0.14.2",
37
37
  "@augment-vir/assert": "^32.2.4",
38
38
  "@augment-vir/common": "^32.2.4",
39
39
  "date-vir": "^9.1.1",
@@ -53,7 +53,7 @@
53
53
  "typedoc": "^0.28.20"
54
54
  },
55
55
  "peerDependencies": {
56
- "@antha/engine": "^0.14.1",
56
+ "@antha/engine": "^0.14.2",
57
57
  "element-vir": ">=26"
58
58
  },
59
59
  "engines": {