@kusto/monaco-kusto 13.1.2 → 14.0.0

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
@@ -91,6 +91,14 @@ Every PR should come with a test that checks it.
91
91
 
92
92
  ## Changelog
93
93
 
94
+ ## 14.0.0
95
+
96
+ - feat: Add maximumDepthExceeded result kind to getReferencedGlobalParams
97
+
98
+ ### 13.1.3
99
+
100
+ - chore: Revert @kusto/language-service-next upgrade to 12.1.0
101
+
94
102
  ### 13.1.2
95
103
 
96
104
  - chore: Update @kusto/language-service to 0.0.285
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusto/monaco-kusto",
3
- "version": "13.1.2",
3
+ "version": "14.0.0",
4
4
  "description": "CSL, KQL plugin for the Monaco Editor",
5
5
  "author": {
6
6
  "name": "Microsoft"
@@ -77,7 +77,7 @@
77
77
  },
78
78
  "dependencies": {
79
79
  "@kusto/language-service": "0.0.285",
80
- "@kusto/language-service-next": "12.1.0",
80
+ "@kusto/language-service-next": "12.0.0",
81
81
  "lodash-es": "^4.17.21",
82
82
  "vscode-languageserver-types": "^3.17.4",
83
83
  "xregexp": "^5.1.1"