@eva/plugin-input-action 2.1.0-beta.3 → 2.1.0-beta.5

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eva/plugin-input-action",
3
- "version": "2.1.0-beta.3",
3
+ "version": "2.1.0-beta.5",
4
4
  "description": "Action map — DSL 把 keyboard/touch/click 映射为语义化 action,emit 到 SignalBus,游戏逻辑只关心 action。",
5
5
  "main": "index.js",
6
6
  "module": "dist/plugin-input-action.esm.js",
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "@eva/eva.js": "2.1.0-beta.3",
21
- "@eva/plugin-signal-bus": "2.1.0-beta.3"
20
+ "@eva/eva.js": "2.1.0-beta.5",
21
+ "@eva/plugin-signal-bus": "2.1.0-beta.5"
22
22
  }
23
23
  }