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.
|
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.
|
21
|
+
"commandbar-launcher": "^1.1.10",
|
22
22
|
"fp-ts": "2.10.5",
|
23
23
|
"io-ts": "^2.2.14"
|
24
24
|
},
|