@kusto/monaco-kusto
Advanced tools
Comparing version 1.0.8 to 1.0.10
{ | ||
"name": "@kusto/monaco-kusto", | ||
"version": "1.0.8", | ||
"version": "1.0.10", | ||
"description": "CSL, KQL plugin for the Monaco Editor", | ||
@@ -51,3 +51,3 @@ "author": { | ||
"dependencies": { | ||
"@kusto/language-service": "0.0.23-alpha", | ||
"@kusto/language-service": "0.0.29-rc.1", | ||
"@kusto/language-service-next": "0.0.28-rc.1" | ||
@@ -54,0 +54,0 @@ }, |
@@ -97,2 +97,8 @@ # Monaco Kusto | ||
## Changelog | ||
### 1.0.10 (7/1/2019) | ||
#### Bug fix | ||
- Fix broken dependency on language service. | ||
### 1.0.9 (7/1/2019) | ||
#### Bug fix | ||
- don't suggest chart types that we do not support yet. | ||
### 1.0.8 (7/1/2019) | ||
@@ -99,0 +105,0 @@ #### Bug fix |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
5278487
317
33198
+ Added@kusto/language-service@0.0.29-rc.1(transitive)
- Removed@kusto/language-service@0.0.23-alpha(transitive)