@kusto/monaco-kusto 7.8.0 → 7.9.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
@@ -63,7 +63,7 @@ There are 2 APIs to set a Kusto schema:
63
63
  1. Install Node.js 16 from https://nodejs.org/
64
64
  2. Install Yarn from https://yarnpkg.com/
65
65
  3. Clone repo and run `yarn` in repo root
66
- 4. Run `yarn watch` from /package and a live-server will automatically open the index.html
66
+ 4. Run `yarn watch` from /package and a http-server will automatically open the index.html
67
67
 
68
68
  ### Build for release
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusto/monaco-kusto",
3
- "version": "7.8.0",
3
+ "version": "7.9.0",
4
4
  "description": "CSL, KQL plugin for the Monaco Editor",
5
5
  "author": {
6
6
  "name": "Microsoft"
@@ -38,9 +38,9 @@
38
38
  "@babel/core": "^7.21.0",
39
39
  "@babel/preset-env": "^7.20.2",
40
40
  "@babel/preset-typescript": "^7.21.0",
41
- "@rollup/plugin-alias": "^4.0.3",
41
+ "@rollup/plugin-alias": "^5.0.0",
42
42
  "@rollup/plugin-babel": "^6.0.3",
43
- "@rollup/plugin-commonjs": "^24.0.1",
43
+ "@rollup/plugin-commonjs": "^25.0.4",
44
44
  "@rollup/plugin-node-resolve": "^15.0.1",
45
45
  "@rollup/plugin-replace": "^5.0.2",
46
46
  "@rollup/plugin-terser": "^0.4.0",
@@ -50,21 +50,20 @@
50
50
  "@types/node": "16",
51
51
  "@types/xregexp": "^4.4.0",
52
52
  "concurrently": "^7.6.0",
53
- "http-server": "^0.12.3",
54
- "live-server": "^1.2.1",
53
+ "http-server": "^14.1.1",
55
54
  "monaco-editor": "~0.40.0",
56
55
  "rimraf": "^4.1.2",
57
56
  "rollup": "^3.17.3",
58
57
  "terser": "^5.16.2",
59
58
  "ts-node": "^10.9.1",
60
59
  "typescript": "^5.0.4",
61
- "vscode-languageserver-textdocument": "1.0.4"
60
+ "vscode-languageserver-textdocument": "1.0.8"
62
61
  },
63
62
  "dependencies": {
64
- "@kusto/language-service": "0.0.128",
65
- "@kusto/language-service-next": "0.0.151",
63
+ "@kusto/language-service": "0.0.158",
64
+ "@kusto/language-service-next": "0.0.181",
66
65
  "lodash-es": "^4.17.21",
67
- "vscode-languageserver-types": "3.16.0",
66
+ "vscode-languageserver-types": "3.17.3",
68
67
  "xregexp": "^5.1.1"
69
68
  },
70
69
  "peerDependencies": {