commandbar 1.8.6 → 1.8.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commandbar",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "description": "Javascript Utility for CommandBar",
5
5
  "main": "build/commandbar-js/src/index.js",
6
6
  "types": "build/commandbar-js/src/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "author": "",
19
19
  "license": "ISC",
20
20
  "dependencies": {
21
- "commandbar-launcher": "^1.1.9",
21
+ "commandbar-launcher": "^1.1.10",
22
22
  "fp-ts": "2.10.5",
23
23
  "io-ts": "^2.2.14"
24
24
  },
@@ -1,7 +0,0 @@
1
- declare module 'commandbar-launcher' {
2
- import { CSSProperties, FC } from 'react';
3
-
4
- export const getControlKey: () => string;
5
- const Launcher: FC<{ text: string; style: CSSProperties }>;
6
- export default Launcher;
7
- }