@baleada/logic 0.24.17 → 0.24.18

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/lib/index.cjs CHANGED
@@ -121,7 +121,7 @@ const keyStatusKeysByAlias = {
121
121
  "`": "Backquote",
122
122
  "-": "Minus",
123
123
  "=": "Equal",
124
- "": "BracketLeft",
124
+ "[": "BracketLeft",
125
125
  "]": "BracketRight",
126
126
  "\\": "Backslash",
127
127
  ";": "Semicolon",
package/lib/index.js CHANGED
@@ -119,7 +119,7 @@ const keyStatusKeysByAlias = {
119
119
  "`": "Backquote",
120
120
  "-": "Minus",
121
121
  "=": "Equal",
122
- "": "BracketLeft",
122
+ "[": "BracketLeft",
123
123
  "]": "BracketRight",
124
124
  "\\": "Backslash",
125
125
  ";": "Semicolon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baleada/logic",
3
- "version": "0.24.17",
3
+ "version": "0.24.18",
4
4
  "description": "UI logic for the Baleada toolkit",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "lib/index.js",