@kusto/monaco-kusto 13.1.0 → 13.1.2

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
@@ -85,12 +85,21 @@ Every PR should come with a test that checks it.
85
85
  - Run `yarn test:it:serve` to start the test server and rebuild automatically after each change.
86
86
  - Run `yarn test:it:watch` to run tests in the terminal and automatically re-run them when test files change.
87
87
 
88
- > **Best practice:**
89
- > Before running `yarn test:it` or `yarn test:it:watch`, first run `yarn test:it:serve`.
88
+ > **Best practice:**
89
+ > Before running `yarn test:it` or `yarn test:it:watch`, first run `yarn test:it:serve`.
90
90
  > These scripts (`test:it` and `test:it:watch`) do **not** automatically rebuild the project, so running the server ensures your latest code is tested.
91
91
 
92
92
  ## Changelog
93
93
 
94
+ ### 13.1.2
95
+
96
+ - chore: Update @kusto/language-service to 0.0.285
97
+ - chore: Update @kusto/language-service-next to 12.1.0
98
+
99
+ ## 13.1.1
100
+
101
+ - fix: Update query operator color to adhere to accessibility standards.
102
+
94
103
  ## 13.1.0
95
104
 
96
105
  - feat: Add keyboard shortcuts for changing case:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusto/monaco-kusto",
3
- "version": "13.1.0",
3
+ "version": "13.1.2",
4
4
  "description": "CSL, KQL plugin for the Monaco Editor",
5
5
  "author": {
6
6
  "name": "Microsoft"
@@ -76,8 +76,8 @@
76
76
  "vscode-languageserver-textdocument": "1.0.8"
77
77
  },
78
78
  "dependencies": {
79
- "@kusto/language-service": "0.0.283",
80
- "@kusto/language-service-next": "12.0.0",
79
+ "@kusto/language-service": "0.0.285",
80
+ "@kusto/language-service-next": "12.1.0",
81
81
  "lodash-es": "^4.17.21",
82
82
  "vscode-languageserver-types": "^3.17.4",
83
83
  "xregexp": "^5.1.1"