@kusto/monaco-kusto 12.0.18 → 12.0.20

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,13 +85,21 @@ Every PR should come with a test that checks it.
85
85
 
86
86
  ## Changelog
87
87
 
88
+ ### 12.0.20
89
+
90
+ - feat: Upgrade language-service-next to 11.7.6.
91
+
92
+ ### 12.0.19
93
+
94
+ - fix: bug in sending the full host name - database references function to use full host name to improve proxy database cross cluster scheme fetching.
95
+
88
96
  ### 12.0.18
89
97
 
90
98
  - fix: database references function to use full host name to improve proxy database cross cluster scheme fetching.
91
99
 
92
100
  ### 12.0.17
93
101
 
94
- - fix: cluster references function to use full host name to improve proxy clusters cross cluster scheme fetching.
102
+ - fix: cluster references function to use full host name to improve proxy clusters cross cluster scheme fetching.
95
103
 
96
104
  ### 12.0.16
97
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusto/monaco-kusto",
3
- "version": "12.0.18",
3
+ "version": "12.0.20",
4
4
  "description": "CSL, KQL plugin for the Monaco Editor",
5
5
  "author": {
6
6
  "name": "Microsoft"
@@ -74,8 +74,8 @@
74
74
  "vscode-languageserver-textdocument": "1.0.8"
75
75
  },
76
76
  "dependencies": {
77
- "@kusto/language-service": "0.0.281",
78
- "@kusto/language-service-next": "11.7.3",
77
+ "@kusto/language-service": "0.0.283",
78
+ "@kusto/language-service-next": "11.7.6",
79
79
  "lodash-es": "^4.17.21",
80
80
  "vscode-languageserver-types": "^3.17.4",
81
81
  "xregexp": "^5.1.1"