monaco-editor-sqlclient 0.29.1 → 0.29.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.
@@ -725,7 +725,7 @@ let SuggestWidget = class SuggestWidget {
725
725
  const borderWidth = this._details.widget.borderWidth;
726
726
  const borderHeight = 2 * borderWidth;
727
727
  return {
728
- itemHeight,
728
+ itemHeight: 30,
729
729
  statusBarHeight,
730
730
  borderWidth,
731
731
  borderHeight,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "monaco-editor-sqlclient",
3
3
  "private": false,
4
- "version": "0.29.1",
4
+ "version": "0.29.2",
5
5
  "description": "A browser based code editor",
6
6
  "author": "sqlclient",
7
7
  "license": "MIT",