jspreadsheet 12.0.6 → 12.0.7

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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -147,7 +147,7 @@ declare namespace jspreadsheet {
147
147
  interface Shortcut {
148
148
  key?: string,
149
149
  code?: string,
150
- handler: (event: KeyboardEvent, internalEvent: object) => void,
150
+ handler?: (event: KeyboardEvent, internalEvent: object) => void,
151
151
  ctrlKey?: boolean,
152
152
  altKey?: boolean,
153
153
  shiftKey?: boolean,
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  },
50
50
  "main": "dist/index.js",
51
51
  "types": "dist/index.d.ts",
52
- "version": "12.0.6"
52
+ "version": "12.0.7"
53
53
  }