@kusto/monaco-kusto 10.0.7 → 10.0.8

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/README.md CHANGED
@@ -13,7 +13,7 @@ Kusto language plugin for the Monaco Editor. It provides the following features
13
13
 
14
14
  ## Usage
15
15
 
16
- `npm install @kusto/monaco-editor` or `yarn add @kusto/monaco-editor`
16
+ `npm install @kusto/monaco-kusto` or `yarn add @kusto/monaco-kusto`
17
17
 
18
18
  ### Package content
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusto/monaco-kusto",
3
- "version": "10.0.7",
3
+ "version": "10.0.8",
4
4
  "description": "CSL, KQL plugin for the Monaco Editor",
5
5
  "author": {
6
6
  "name": "Microsoft"
@@ -60,8 +60,8 @@
60
60
  "vscode-languageserver-textdocument": "1.0.8"
61
61
  },
62
62
  "dependencies": {
63
- "@kusto/language-service": "0.0.236",
64
- "@kusto/language-service-next": "11.4.259",
63
+ "@kusto/language-service": "0.0.248",
64
+ "@kusto/language-service-next": "11.4.271",
65
65
  "lodash-es": "^4.17.21",
66
66
  "vscode-languageserver-types": "^3.17.4",
67
67
  "xregexp": "^5.1.1"