@kusto/monaco-kusto 12.0.14 → 12.0.16

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
@@ -85,6 +85,10 @@ Every PR should come with a test that checks it.
85
85
 
86
86
  ## Changelog
87
87
 
88
+ ### 12.0.15
89
+
90
+ - fix: executing the same query on a different line now correctly displays completion items.
91
+
88
92
  ### 12.0.14
89
93
 
90
94
  - feat: highlight matching brackets.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusto/monaco-kusto",
3
- "version": "12.0.14",
3
+ "version": "12.0.16",
4
4
  "description": "CSL, KQL plugin for the Monaco Editor",
5
5
  "author": {
6
6
  "name": "Microsoft"
@@ -74,7 +74,7 @@
74
74
  "vscode-languageserver-textdocument": "1.0.8"
75
75
  },
76
76
  "dependencies": {
77
- "@kusto/language-service": "0.0.279",
77
+ "@kusto/language-service": "0.0.281",
78
78
  "@kusto/language-service-next": "11.7.3",
79
79
  "lodash-es": "^4.17.21",
80
80
  "vscode-languageserver-types": "^3.17.4",