@antha/gamepad-type 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,8 +14,6 @@ If you notice incorrect mappings, please enter updated information [on the demo
14
14
 
15
15
  It is encouraged that you use the package [`input-device-handler`](https://www.npmjs.com/package/input-device-handler) in conjunction with this one, but it is not required.
16
16
 
17
- # links
18
-
19
17
  - [demo page](https://electrovir.github.io/gamepad-type) (allows submitting gamepad mapping fixes)
20
18
  - [full API docs](https://electrovir.github.io/gamepad-type/docs)
21
19
  - [GitHub repo](https://github.com/electrovir/gamepad-type) (please open issues for gamepad mapping updates)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antha/gamepad-type",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Gamepad type detection and gamepad helper elements for the web.",
5
5
  "keywords": [
6
6
  "gamepad",
@@ -55,7 +55,7 @@
55
55
  "sentry-vir": "^4.5.1",
56
56
  "typedoc": "^0.28.20",
57
57
  "typescript": "^6.0.3",
58
- "vira": "^31.29.0",
58
+ "vira": "^31.31.0",
59
59
  "vite": "^8.2.1"
60
60
  },
61
61
  "engines": {