@kusto/monaco-kusto 10.0.7 → 10.0.9

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
@@ -13,7 +13,7 @@ Kusto language plugin for the Monaco Editor. It provides the following features
13
13
 
14
14
  ## Usage
15
15
 
16
- `npm install @kusto/monaco-editor` or `yarn add @kusto/monaco-editor`
16
+ `npm install @kusto/monaco-kusto` or `yarn add @kusto/monaco-kusto`
17
17
 
18
18
  ### Package content
19
19
 
@@ -60,8 +60,8 @@ There are 2 APIs to set a Kusto schema:
60
60
 
61
61
  ### Setting up a dev environment
62
62
 
63
- 1. Install Node.js 16 from https://nodejs.org/
64
- 2. Install Yarn from https://yarnpkg.com/
63
+ 1. Install Node.js 20 https://nodejs.org/
64
+ 2. Run `corepack enable` to make the `yarn` package manager available (https://yarnpkg.com/getting-started/install)
65
65
  3. Clone repo and run `yarn` in repo root
66
66
  4. Run `yarn watch` from /package and a http-server will automatically open the index.html
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusto/monaco-kusto",
3
- "version": "10.0.7",
3
+ "version": "10.0.9",
4
4
  "description": "CSL, KQL plugin for the Monaco Editor",
5
5
  "author": {
6
6
  "name": "Microsoft"
@@ -60,8 +60,8 @@
60
60
  "vscode-languageserver-textdocument": "1.0.8"
61
61
  },
62
62
  "dependencies": {
63
- "@kusto/language-service": "0.0.236",
64
- "@kusto/language-service-next": "11.4.259",
63
+ "@kusto/language-service": "0.0.268",
64
+ "@kusto/language-service-next": "11.4.291",
65
65
  "lodash-es": "^4.17.21",
66
66
  "vscode-languageserver-types": "^3.17.4",
67
67
  "xregexp": "^5.1.1"