@kusto/monaco-kusto 10.0.9 → 10.0.11

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
@@ -72,6 +72,14 @@ There are 2 APIs to set a Kusto schema:
72
72
 
73
73
  ## Changelog
74
74
 
75
+ ### 10.0.0
76
+
77
+ - BREAKING CHANGE: addClusterToSchema know excepts databases as an object with name and alternative name instead of just a string name.
78
+
79
+ ### 9.0.0
80
+
81
+ - feat: support entity groups and database alternative name
82
+
75
83
  ### 7.8.0
76
84
 
77
85
  - feat: `plotly` is now supported in intellisense as a render command
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusto/monaco-kusto",
3
- "version": "10.0.9",
3
+ "version": "10.0.11",
4
4
  "description": "CSL, KQL plugin for the Monaco Editor",
5
5
  "author": {
6
6
  "name": "Microsoft"
@@ -51,7 +51,7 @@
51
51
  "@types/xregexp": "^4.4.0",
52
52
  "concurrently": "^8.2.1",
53
53
  "http-server": "^14.1.1",
54
- "monaco-editor": "~0.41.0",
54
+ "monaco-editor": "~0.45.0",
55
55
  "rimraf": "^5.0.1",
56
56
  "rollup": "^3.29.2",
57
57
  "terser": "^5.19.4",
@@ -60,13 +60,13 @@
60
60
  "vscode-languageserver-textdocument": "1.0.8"
61
61
  },
62
62
  "dependencies": {
63
- "@kusto/language-service": "0.0.268",
64
- "@kusto/language-service-next": "11.4.291",
63
+ "@kusto/language-service": "0.0.278",
64
+ "@kusto/language-service-next": "11.5.0",
65
65
  "lodash-es": "^4.17.21",
66
66
  "vscode-languageserver-types": "^3.17.4",
67
67
  "xregexp": "^5.1.1"
68
68
  },
69
69
  "peerDependencies": {
70
- "monaco-editor": "~0.41.0"
70
+ "monaco-editor": "~0.45.0"
71
71
  }
72
72
  }