@8bitscript/input 0.1.1 → 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 (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8bitscript/input",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "What the user just did, on whichever machine is being built: four directions, confirm, cancel, and a pointer where there is one. Resolves per target to that machine's own input implementation.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,15 +22,15 @@
22
22
  }
23
23
  },
24
24
  "dependencies": {
25
- "@8bitscript/atari8": "0.1.1",
26
- "@8bitscript/c64": "0.1.1",
27
- "@8bitscript/c128": "0.1.1",
28
- "@8bitscript/cx16": "0.1.1",
29
- "@8bitscript/mega65": "0.1.1",
30
- "@8bitscript/nes": "0.1.1",
31
- "@8bitscript/pet": "0.1.1",
32
- "@8bitscript/vic20": "0.1.1",
33
- "@8bitscript/web": "0.1.1"
25
+ "@8bitscript/atari8": "0.1.2",
26
+ "@8bitscript/c64": "0.1.2",
27
+ "@8bitscript/c128": "0.1.2",
28
+ "@8bitscript/cx16": "0.1.2",
29
+ "@8bitscript/mega65": "0.1.2",
30
+ "@8bitscript/nes": "0.1.2",
31
+ "@8bitscript/pet": "0.1.2",
32
+ "@8bitscript/vic20": "0.1.2",
33
+ "@8bitscript/web": "0.1.2"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"