@kusto/monaco-kusto 7.3.1 → 7.5.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,13 @@ There are 2 APIs to set a Kusto schema:
72
72
 
73
73
  ## Changelog
74
74
 
75
+ ### 7.3.0
76
+
77
+ - feat: Kusto worker will now respect `MonacoEnvironment.baseUrl`
78
+ configuration when running in a different origin. Checkout our [new
79
+ example](https://github.com/Azure/monaco-kusto/tree/master/samples/amd-webpack-react-cross-origin)
80
+ for details
81
+
75
82
  ### 7.2.1
76
83
 
77
84
  - fix: Added types back to global api
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusto/monaco-kusto",
3
- "version": "7.3.1",
3
+ "version": "7.5.0",
4
4
  "description": "CSL, KQL plugin for the Monaco Editor",
5
5
  "author": {
6
6
  "name": "Microsoft"
@@ -61,8 +61,8 @@
61
61
  "vscode-languageserver-textdocument": "1.0.4"
62
62
  },
63
63
  "dependencies": {
64
- "@kusto/language-service": "0.0.43",
65
- "@kusto/language-service-next": "0.0.66",
64
+ "@kusto/language-service": "0.0.58",
65
+ "@kusto/language-service-next": "0.0.81",
66
66
  "lodash-es": "^4.17.21",
67
67
  "vscode-languageserver-types": "3.16.0",
68
68
  "xregexp": "^5.1.1"