@kusto/monaco-kusto 7.0.0 → 7.2.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
@@ -72,6 +72,14 @@ There are 2 APIs to set a Kusto schema:
72
72
 
73
73
  ## Changelog
74
74
 
75
+ ### 7.2.0
76
+
77
+ - Added "themeNames" object to exports which contains the theme we register with monaco: kusto-light, kusto-dark, and kusto-dark2
78
+
79
+ ### 7.0.1
80
+
81
+ - fix: Exported types don't match types used in many cases
82
+
75
83
  ### 7.0.0
76
84
 
77
85
  - BREAKING CHANGE: Bumped monaco-editor peer dependency to ~0.37.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusto/monaco-kusto",
3
- "version": "7.0.0",
3
+ "version": "7.2.0",
4
4
  "description": "CSL, KQL plugin for the Monaco Editor",
5
5
  "author": {
6
6
  "name": "Microsoft"
@@ -38,8 +38,6 @@
38
38
  "@babel/core": "^7.21.0",
39
39
  "@babel/preset-env": "^7.20.2",
40
40
  "@babel/preset-typescript": "^7.21.0",
41
- "@kusto/language-service": "0.0.40",
42
- "@kusto/language-service-next": "0.0.63",
43
41
  "@rollup/plugin-alias": "^4.0.3",
44
42
  "@rollup/plugin-babel": "^6.0.3",
45
43
  "@rollup/plugin-commonjs": "^24.0.1",
@@ -55,7 +53,6 @@
55
53
  "http-server": "^0.12.3",
56
54
  "live-server": "^1.2.1",
57
55
  "monaco-editor": "~0.37.0",
58
- "monaco-languages": "2.11.1",
59
56
  "rimraf": "^4.1.2",
60
57
  "rollup": "^3.17.3",
61
58
  "terser": "^5.16.2",
@@ -64,8 +61,8 @@
64
61
  "vscode-languageserver-textdocument": "1.0.4"
65
62
  },
66
63
  "dependencies": {
67
- "@kusto/language-service": "0.0.40",
68
- "@kusto/language-service-next": "0.0.63",
64
+ "@kusto/language-service": "0.0.41",
65
+ "@kusto/language-service-next": "0.0.64",
69
66
  "lodash-es": "^4.17.21",
70
67
  "vscode-languageserver-types": "3.16.0",
71
68
  "xregexp": "^5.1.1"